body {
    overflow-x: hidden;
}
h1 {
    padding-bottom: 1rem;
}

.italic {
    font-style: italic;
}

.paper-content.title {
    text-align: center;
    color: var(--DarkBlue50);
}

.landing-container.billing {
    padding-bottom: 2rem;
}

.landing-text {
    z-index: 9;
    margin: 0 auto;
}

.landing-illustration.billing img {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

.paper-content.billing h2 {
    padding-bottom: 1rem;
}

.paper-content-title {
    text-align: center;
    color: var(--DarkBlue50);
    padding-bottom: 6rem;
}

.flex-container {
    position: relative;
}

.copy {
    text-align: left;
    padding: 1rem 3rem;
    margin: 0 auto;
    width: 100%;
    padding-left: 5rem;
}

.copy p {
    padding-bottom: 0;
}

.bidang-usaha {
    background: #F2F7FC;
    color: #133F5D;
}

.bulk {
    color: #133F5D;
}

.bulk h2, .benefit h2 {
    padding-bottom: 3rem;
}

.bulk-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bulk-illustration {
    width: 100%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(20%) translateY(-10%);
}

.bulk-desc {
    display: flex;
    align-items: flex-start;
}

.bulk-desc .desc-right {
    padding-top: 0.5em;
    padding-left: 0.7em;
}

.bulk-desc .desc-right h3 {
    /* font-size: 1.7rem; */
    padding-bottom: 0;
}

.bulk-notes {
    font-size: 1rem;
    margin: 0 4em;
}

.check-green {
    width: 32px;
    margin-top: 8px;
}

.benefit {
    background: #F2F7FC;
    color: #133F5D;
}

.flex-container.benefit {
    margin-top: -3em;
}

.hemat .content-illustration.billing, .hemat .content-text.billing {
    z-index: 5;
}

.flex-container.benefit.cepat {
    margin-top: -6em;
}

.hemat .content-illustration.billing {
    position: relative;
    right: 5em;
}

.cepat .content-illustration.billing {
    position: relative;
    left: 5em;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 4em;
}

.footer-content h2 {
    text-align: left;
    padding-bottom: 1rem;
}

.footer-illustration {
    width: 100%;
    max-width: 450px;
}

.footer-illustration img {
    width: 100%;
    max-width: 400px;
}

.footer-row.new-footer #homepage-footer {
    border-top: 1px solid #ffffff8f !important;
    padding-top: 3rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 7))
    }
}


.slider {
    background: transparent;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.slider::before,
.slider::after {
    content: "";
    background: -webkit-linear-gradient(to right, #F2F7FC 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #F2F7FC 0%, rgba(255, 255, 255, 0) 100%);
    height: 300px;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    -webkit-animation: scroll 35s linear infinite;
    animation: scroll 35s linear infinite;
    display: -webkit-flex;
    display: flex;
    width: -webkit-calc(200px * 14);
    width: calc(200px * 14);
    gap: 25px;
    height: 300px;
}

.slide {
    width: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.slide-card {
    background-color: #fff;
    width: 150px;
    height: 180px;
    border-radius: 16px;
    box-shadow: 2px 10px 30px 0px #68a5cb33;
    padding: 1em;
    text-align: center;
    font-weight: 700;
    padding-top: 1.5em;
}

.slide-card p {
    padding-bottom: 0;
}

.last-card {
    padding-top: 2em;
}

@media (min-width: 769px) {
    .benefit .paper-container {
        padding-bottom: 0;
    }
}

@media (max-width: 1190px) {
    .bulk-illustration {
        max-width: 650px;
        right: -2em;
        top: -4em;
        transform: none;
    }
}

@media (max-width: 1060px) {
    .landing br, .benefit br, .blue-gradient-footer br, .bidang-usaha br {
        display: none;
    }

    .bulk-illustration {
        right: -6em;
    }

    .landing-container.billing {
        padding-bottom: 7rem;
    }
}

@media (max-width: 976px) {
    .bulk br {
        display: none;
    }

    .bulk-content {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .bulk-illustration {
        position: unset;
        order: 0;
        margin-bottom: -4em;
        margin-top: -1em;
        max-width: 600px;
    }
    .bulk-wrapper {
        order: 1;
    }

    .bulk h2 {
        padding-bottom: 1em;
    }

    .footer-content {
        gap: 0;
    }
}

@media (max-width: 768px) {
    .flex-container.benefit, .flex-container.benefit.cepat {
        display: grid;
        margin-top: 0;
    }

    .flex-container.benefit.hemat {
        margin-top: 2em;
    }

    .content-text {
        width: 100%;
        text-align: center;
    }

    .benefit .content-text {
        margin-top: -2em;
    }

    .recurring .content-text {
        margin-top: -1em;
    }

    .content-illustration.billing {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .hemat .content-illustration.billing, .cepat .content-illustration.billing {
        position: unset;
    }

    .flex-container.recurring .content-illustration,
    .flex-container.cepat .content-illustration {
        order: 1;
    }

    .flex-container.recurring .content-text,
    .flex-container.cepat .content-text {
        order: 2;
    }

    .footer-content {
        display: grid;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .footer-content h2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .footer-content .footer-copy {
        order: 2;
    }

    .footer-content .footer-illustration {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .footer-content .footer-illustration img {
        max-width: 350px;
    }

    .benefit h2 {
        padding-bottom: 0;
    }

    .content-illustration img {
        margin-bottom: -2rem;
    }

    .landing-container.billing {
        padding-bottom: 5rem;
    }
}

@media (max-width: 734px) {
    .landing-illustration.billing img {
        max-width: 550px;
    }
}

@media (max-width: 633px) {
    p {
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .footer-content .footer-illustration img {
        max-width: 270px;
    }
    .bulk-notes {
        font-size: 0.8em;
    }
    .check-green {
        width: 26px;
        margin-top: 10px;
    }
    .landing-container.billing {
        padding-bottom: 5rem;
    }
    .content-illustration img {
        margin-bottom: 0;
    }
    .bulk-illustration {
        margin-bottom: -2em;
    }
}