body {
    overflow-x: hidden;
}

.landing-container.ppo::before, .landing-container.ppo::after  {
    content: none;
}
h1 {
    padding-bottom: 1rem !important;
}

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

.landing-illustration {
    display: flex;
    justify-content: right;
}

.landing-text.ppo {
    width: 100%;
    max-width: 550px;
}

.landing-illustration img {
    width: 120%;
    max-width: 730px;
    min-width: 340px;
}

.paper-container {
    position: relative;
}

.what-ppo {
    background: #F2F7FC;
    color: #133f5d;
}

.what-ppo .paper-content {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.what-ppo .paper-content .notes {
    font-size: 14px;
}
.spc-campaign img{
    width: 100%;
    max-width: 400px;
    transform: rotate(-2deg);
}
.spc-campaign{
    padding-bottom: 18px;
}
.benefit.paper-container h2 {
    color: #133f5d;
}

.paper-content.inventory .flex-container {
    justify-content: space-between;
}

.benefit.paper-container .content-text {
    width: 40%;
    color: #133f5d;
}

.benefit.paper-container .content-text h3 {
    font-size: 2rem;
}

.benefit.paper-container .content-illustration img {
    width: 100%;
    position: relative;
    max-width: 600px;
}

.flex-container.benefit-1 img, .flex-container.benefit-3 img {
    right: -10em;
}

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

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

.flex-container.benefit-2 img, .flex-container.benefit-4 img {
    left: -4em;
}

.flex-container.benefit-2 .content-text, .flex-container.benefit-4 .content-text {
    position: relative;
    right: 5em;
}

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

.content-text h2 {
    text-align: right;
    color: #133f5d;
    font-size: 2.5rem;
    padding-right: 2rem;
}

.paper-container.footer {
    padding: 2rem 1rem;
}

.footer-content h2 {
    text-align: left;
    color: #fff;
}

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

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

.how-to-work {
    padding: 6rem 0;
    position: relative;
}

.how-to-work .title-container {
    text-align: center;
}

.hto-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
}

.hto-wrapper img {
    width: 100%;
}

.hto-wrapper .arrow img {
    max-width: 75px;
    width: 100%;
}

.as-user p {
    color: #133f5d;
    margin-top: -2em;
}

.as-user {
    text-align: center;
}

.as-user.supplier {
    position: relative;
    top: -0.8em;
}

.how-to-work .title-container h2 {
    color: #133f5d;
}

.how-to-work .title-container h5 {
    color: #ABDD62;
}

.as-user img {
    max-width: 315px;
}

.as-paper p {
    text-align: center;
    color: #133f5d;
    margin-top: 1em;
}

.as-paper {
    width: 330px;
    position: relative;
    top: 0.5em;
}

.as-paper img {
    max-width: 340px;
    margin: 0 auto;
    display: flex;
}

.hto-wrapper .arrow {
    position: relative;
    top: -2em;
}

.highlight {
    color: #ABDD62;
}
.highlight:after {
    content: "";
    animation: spin 6s ease infinite;
}

.highlight.en:after {
    content: "";
    animation: spin_en 6s ease infinite;
}
@keyframes spin {
    0%, 25% { content: "Supplier"; }
    25.1%, 50% { content: "Jasa Freelance"; }
    50.1%, 75% { content: "Sewa Transportasi"; }
    75.1%, 100% { content: "Kebutuhan Bisnis Lainnya"; }
}

@keyframes spin_en {
    0%, 25% { content: "Supplier"; }
    25.1%, 50% { content: "Vendors"; }
    50.1%, 75% { content: "Vehicle Rental"; }
    75.1%, 100% { content: "Any Business Expenses"; }
}

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

.content-text.ppo p {
    padding-bottom: 0.5rem;
}

.content-text.ppo .pnotes {
    display: block;
    font-size: 12px;
}

@media (max-width: 1144px) {
    .as-paper {
        max-width: 235px;
    }
    .as-paper br{
        display: none;
    }
}
@media (max-width: 1033px) {
    .landing-text.ppo {
        margin-inline: auto;
        margin-top: -6em;
    }
    .hto-wrapper p {
        font-size: 16px;
    }
    .as-paper {
        max-width: 235px;
        min-width: 0;
    }
    .ppo .landing-illustration img {
        width: 100%;
        max-width: 550px;
    }
    .landing-container.ppo {
        padding: 5rem 1rem 6rem;
    }
}

@media (max-width: 976px) {
    .benefit.paper-container .content-text {
        width: 60%;
        position: inherit;
    }

    .benefit.paper-container .content-illustration img {
        position: inherit;
        max-width: 500px;
    }

    .benefit.paper-container .benefit-1 .content-illustration img {
        position: relative;
        right: -2em;
    }

    .flex-container.benefit-1, .flex-container.benefit-4 {
        margin-top: -4em;
    }

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

}

@media (max-width: 768px) {
    br {
        display: none;
    }

    .landing-illustration.ppo img {
        max-width: 400px;
        margin-bottom: -2rem;
    }
    .landing-text.ppo {
        margin-top: -2em;
    }

    .hto-wrapper {
        display: block;
    }

    .as-paper {
        min-width: 280px;
        margin: auto;
    }
    .as-user.client img {
        margin-bottom: -1em;
    }
    .as-user.supplier img {
        margin-bottom: -2em;
    }

    .hto-wrapper .arrow {
        text-align: center;
        top: 4em;
        height: 120px;
    }

    .hto-wrapper .arrow img {
        transform: rotate(90deg);
        max-width: 70px;
    }

    .flex-container {
        display: grid !important;
        margin-top: 0 !important;
    }

    .benefit.paper-container .content-text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        position: inherit;
    }

    .benefit .flex-container {
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .flex-container.benefit-1 .content-illustration,
    .flex-container.benefit-3 .content-illustration,
    .flex-container.benefit-5 .content-illustration {
        order: 1;
    }

    .flex-container.benefit-1 .content-text,
    .flex-container.benefit-3 .content-text,
    .flex-container.benefit-5 .content-text {
        order: 2;
    }

    .benefit .content-illustration {
        display: flex;
        margin: 0 auto;
    }

    .flex-container.benefit-2 img, .flex-container.benefit-3 img {
        margin-bottom: -2em;
    }

    .flex-container.benefit-1 img, .flex-container.benefit-4 img {
        margin-bottom: -2em;
    }

    .how-to-work .title-container h2 {
        width: 70%;
        margin: 0 auto;
    }

    .footer-content, .footer-content h2, .footer-content p {
        text-align: center;
    }

    .footer-content {
        order: 2;
    }

    .footer-illustration {
        order: 1;
        margin: 0 auto;
    }

    .footer-illustration img {
        display: flex;
        max-width: 360px;
        margin: 0 auto -4em;
    }

    .hto-wrapper {
        margin-top: -2rem;
    }

    .paper-container.footer {
        padding: 2rem 1rem 4rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.5rem !important;
    }
    .globalNav .navSection.mobile .rootLink h2 {
        font-size: 0 !important;
    }
    .paper-button.green-button {
        font-size: 14px;
    }
    .landing-container.ppo {
        padding-top: 10em;
    }
    .landing-text.ppo {
        margin-top: 0;
        max-width: 300px;
    }
    .landing-text.ppo p {
        padding-bottom: 1.8em;
    }
    .landing-text.ppo h1 {
        padding-bottom: 0.6rem !important;
        line-height: 1.5;
        font-size: 1.6rem;
    }
    .benefit.paper-container .content-text h3 {
        font-size: 1.2rem;
    }
    .how-to-work .title-container h2 {
        padding-bottom: 0;
    }
    .footer-illustration img {
        max-width: 260px;
    }
}

@media (max-width: 340px) {
    p, .hto-wrapper p  {
        font-size: 13px;
    }
    .as-paper img {
        max-width: 290px;
    }
    .spc-campaign img{
        max-width: 200px;
    }
}

.what-ppo .paper-content {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.what-ppo .paper-content p {
    padding-bottom: 0.5rem;
}

.what-ppo .paper-content .notes {
    font-size: 12px;
    padding-bottom: 2rem;
}

.what-ppo .paper-content .demo-title {
    font-size: 1.5rem;
}
.green-button {
    background-color: #5fa700;
    border-color: #5fa700;
    font-weight: 700;
}

.green-button:hover {
    color: #5fa700;
    border-color: #5fa700;
}