.hero-product-bullets__title {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    color: #fff;
    opacity: 0.85 !important;
    letter-spacing: 0.9px !important;
    line-height: 24px !important;
}

.hero-product-bullets__text {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
    color: #fff;
    line-height: 34px !important;
    letter-spacing: 1.5px !important;
}

.PML2_hero-l2-media {
    position: relative;
    width: 100%;
    height: 80svh;
    overflow: hidden;
    background-color: #00040A;
    line-height: 0;
}

.PML2_hero-l2-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.PML2_hero-l2-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.PML2_hero-l2-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.PML2_hero-l2-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.PML2_hero-l2-embed iframe,
.PML2_hero-l2-embed embed,
.PML2_hero-l2-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.PML2_hero-l2-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(
        0deg,
        #00040A                   0%,
        rgba(0,  4, 10, 0.987)   5%,
        rgba(0,  4, 10, 0.951)  10%,
        rgba(0,  4, 10, 0.896)  16%,
        rgba(0,  4, 10, 0.825)  23%,
        rgba(0,  4, 10, 0.741)  30%,
        rgba(0,  4, 10, 0.648)  38%,
        rgba(0,  4, 10, 0.55)   46%,
        rgba(0,  4, 10, 0.45)   54%,
        rgba(0,  4, 10, 0.352)  62%,
        rgba(0,  4, 10, 0.25)   70%,
        rgba(0,  4, 10, 0.15)   78%,
        rgba(0,  4, 10, 0.07)   87%,
        rgba(0,  4, 10, 0.02)   94%,
        rgba(0,  4, 10, 0)     100%
    );
    pointer-events: none;
    z-index: 1;
}

.PML2_hero-l2-heading-overlay {
    position: absolute;
    top: 13%;
    left: 10%;
    z-index: 2;
    max-width: 65%;
}

.PML2_hero-l2-heading-overlay .PML2_hero-l2-big-heading {
    text-align: left;
    margin-bottom: 0;
}

.PML2_hero-l2-nim-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 3;
}

.PML2_hero-l2-content {
    background-color: #00040A;
    padding: 30px 5% 50px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.PML2_hero-l2-content .PML2_hero-l2-description {
    display: block;
    color: #ffffff !important;
    font-size: 1.4rem;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 70px;
}
.PML2_hero-l2-content .PML2_hero-l2-description p,
.PML2_hero-l2-content .PML2_hero-l2-description li,
.PML2_hero-l2-content .PML2_hero-l2-description span {
    color: #ffffff !important;
}
.PML2_hero-l2-content .PML2_hero-l2-description a {
    color: #c3002f !important;
}

.PML2_hero-l2-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.hero-l2-bullet-wrapper {
    width: 100%;
    padding-top: 10px;
}

.hero-l2-bullet-wrapper .hero-product-bullets {
    padding: 20px 0 30px;
}

.hero-l2-bullet-wrapper .hero-product-bullets__title {
    text-align: left;
}
.hero-l2-bullet-wrapper .hero-product-bullets__text {
    text-align: left;
}

.hero-product-bullets__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.hero-product-bullets__item {
    padding: 0 20px;
    box-sizing: border-box;
}

.hero-product-bullets__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.hero-product-bullets__item p {
    border-right: none;
    border-left: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .PML2_hero-l2-media {
        height: 65svh;
        overflow: hidden;
    }
    .PML2_hero-l2-media picture {
        height: 100%;
    }
    .PML2_hero-l2-media img {
        height: 100%;
        object-fit: cover;
    }
    .PML2_hero-l2-media video {
        height: 100%;
        object-fit: cover;
    }
    .PML2_hero-l2-gradient {
        height: 45%;
    }
    .PML2_hero-l2-heading-overlay {
        max-width: 80%;
        left: calc(20px + 1rem);
    }
    .PML2_hero-l2-content .PML2_hero-l2-description {
        padding: 0;
    }
    .PML2_hero-l2-content {
        padding: 25px 5% 40px;
    }
    .hero-product-bullets__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .hero-product-bullets__item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.45);
    }
    .hero-product-bullets__item:nth-child(even) {
        border-right: none;
    }
    .hero-product-bullets__item:nth-child(3),
    .hero-product-bullets__item:nth-child(4) {
        padding-top: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 768px) {
    .PML2_hero-l2-media {
        height: 40svh;
        overflow: hidden;
    }
    .PML2_hero-l2-media picture {
        height: 100%;
    }
    .PML2_hero-l2-media img {
        height: 100%;
        object-fit: cover;
    }
    .PML2_hero-l2-media video {
        height: 100%;
        object-fit: cover;
    }
    .PML2_hero-l2-heading-overlay {
        top: 15%;
        left: calc(20px + 1rem);
        max-width: 90%;
    }
    .PML2_hero-l2-gradient {
        height: 45%;
    }
    .PML2_hero-l2-content {
        padding: 20px 5% 35px;
    }
    .PML2_hero-l2-content .PML2_hero-l2-description {
        font-size: 0.9375rem;
        padding: 0;
    }
    .PML2_hero-l2-nim-logo {
        top: 1rem;
        right: 1rem;
    }
    .PML2_hero-l2-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .hero-product-bullets__container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px !important;
        padding: 0px !important;
    }
    .hero-product-bullets__item {
        padding: 0px 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.45);
        box-sizing: border-box;
        min-width: 0px !important;
    }
    .hero-product-bullets__title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: 16px !important;
        letter-spacing: 0px;
    }
    .hero-product-bullets__text {
        font-size: 12px !important;
        margin-bottom: 0px !important;
        line-height: 12px !important;
        letter-spacing: 0px;
    }
    .hero-product-bullets__item:nth-child(even) {
        border-right: none;
    }
    .hero-product-bullets__item:nth-child(3),
    .hero-product-bullets__item:nth-child(4) {
        border-bottom: none;
    }
}
