* {
    font-family: "Lato", sans-serif !important;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
p {
    font-weight: 400;
    margin-bottom: 0 !important;
}

.green-button {
    background-color: #5fa700;
    border-color: #5fa700;
    min-width: 200px;
    font-weight: 700;
}

.landing-container::before,
.landing-container::after {
    content: none;
}

.landing.fnb {
    background: linear-gradient(311deg,
            #257ab4 17.33%,
            #206a9c 31.64%,
            #0f3449 76.7%,
            #0b2835 91.43%) !important;
}

.landing.fnb .landing-container {
    padding-top: 14rem;
}

.landing.fnb .landing-container .landing-text {
    width: 60%;
}

.landing.fnb .landing-container .landing-text h1 {
    font-weight: 400;
    font-size: var(--heading1-fs);
}

.landing.fnb .landing-container .landing-text p {
    font-size: var(--subheading-fs);
    max-width: 480px;
}

.landing.fnb .landing-container .landing-text.fnb {
    max-width: 650px;
}

.landing.fnb .landing-illustration {
    width: 40%;
}

.landing.fnb .landing-illustration img {
    position: absolute;
    max-width: 750px;
    right: 0;
    bottom: 0;
}

.custom-footer {
    background: var(--footer-gradient, linear-gradient(119deg, #257AB4 -3.43%, #206A9C 8.08%, #0F3449 36.22%, #0B2835 51.36%));
}

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

.custom-footer .footer-row.new-footer {
    background: transparent;
}

.custom-footer .paper-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding-block: 3rem;
    border-bottom: 1px solid #ffffff8f;
}

.custom-footer .banner-copy {
    width: 50%;
    margin: 0 auto;
}

.custom-footer .banner-copy h2 {
    text-align: left;
    color: #FFF;
    font-size: var(--heading2-fs);
    font-weight: 400;
}

.custom-footer .banner-illustration img {
    width: 100%;
    max-width: 500px;
}

.testimony {
    background: #F3FAFD;
}

.testimony h2 {
    color: #133F5D;
    text-align: center;
    font-size: var(--heading2-fs);
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 0;
    margin: 0;
}

.testi {
    position: relative;
    width: 100%;
    padding-bottom: 0;
}

.carousel-item {
    background: #F3FAFD;
    width: 100%;
}

.testi .value {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.value-image img {
    width: 100%;
    max-width: 550px;
    margin-left: -4em;
}

.value-text {
    max-width: 500px;
    margin-left: -4em;
}

.value h3 {
    font-size: var(--heading3-fs);
    font-weight: 700;
    color: #133F5D;
    line-height: 1.5;
}

.value-text p {
    color: #133F5D;
    margin-bottom: 0;
}

.blue-button.secondary {
    background: transparent;
    color: #4199d5;
    margin-right: 0.5em;
    border: 1px solid;
    font-weight: 700;
}

.blue-button.secondary:hover {
    background: #4199d5;
    color: #fff;
    border: 1px solid #4199d5;
}

.th-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 105%;
    z-index: 9;
    top: 35%;
    transform: translateY(-100%);
}

.carousel-control-next,
.carousel-control-prev {
    height: 27px;
    background: transparent;
    width: 27px;
    bottom: -14px;
    right: 0px;
    top: auto;
    box-shadow: none;
    border-radius: 100px;
    opacity: 1;
    transition: 0.3s;
    position: initial;
    /* margin-left: 1.5em; */
}

.th-controls img {
    width: 30px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.7;
    box-shadow: none;
}

.paper-button {
    box-shadow: none;
}

.testimony .green-button {
    margin-right: 12px;
    min-width: 100px;
    color: #fff;
}

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

.trustedBy h3 {
    color: #133F5D;
    text-align: center;
    font-size: 2.1rem;
    padding-bottom: 0;
}

.trustedBy h2 {
    color: #133F5D;
    text-align: center;
    font-size: var(--heading2-fs);
    font-weight: 700;
}

.client-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.client-logo .logo-container {
    text-align: center;
}

.client-logo .logo-container img {
    width: 100%;
    height: auto;
    margin-inline: 1rem;
    margin-top: 2em;
}

#clientlogo1 {
    max-width: 76px;
}

#clientlogo2 {
    max-width: 72px;
}

#clientlogo3 {
    max-width: 72px;
}

#clientlogo4 {
    max-width: 68px;
}

#clientlogo5 {
    max-width: 70px;
}

#clientlogo6 {
    max-width: 66px;
}

#clientlogo7 {
    max-width: 75px;
}

#clientlogo8 {
    max-width: 72px;
}

#clientlogo9 {
    max-width: 67px;
}

#clientlogo10 {
    max-width: 75px;
}

#clientlogo11 {
    max-width: 75px;
}

#clientlogo12 {
    max-width: 68px;
}

#clientlogo13 {
    max-width: 95px;
}

#clientlogo14 {
    max-width: 95px;
}

#clientlogo15 {
    max-width: 80px;
}

.how-to {
    background: linear-gradient(301deg, #257AB4 17.33%, #206A9C 31.64%, #0F3449 76.7%, #0B2835 91.43%);
}

.container-kenapa {
    color: #fff;
    max-width: 1044px;
    margin: 0 auto;
}

.kenapa-content.fnb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.kenapa.fnb h2 {
    text-align: center;
    font-family: Lato;
    font-size: var(--heading2-fs);
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    padding: 1.25rem 0 4rem;
    margin: 0 auto;
}

.kenapa-copy.fnb {
    z-index: 999;
}

.kenapa-copy.fnb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right: 3px solid #ffffff4d;
}

.kenapa-copy.fnb h3 {
    font-size: var(--heading3-fs);
    padding-bottom: 1.5rem;
}

.kenapa-copy.fnb p {
    font-size: 1.5rem !important;
    padding-top: 0.2rem;
    padding-left: 1rem;
}

#experienceTab.nav-pills .nav-item {
    margin: 0;
}

#experienceTab.nav-pills .nav-link.active {
    background-color: transparent;
    position: relative;
    border: none;
    color: #fff;
}

#experienceTab.nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(165.81deg,
            #bcd688 -6.76%,
            #438dc5 70.04%,
            #133f5d 136.59%);
    border-radius: 3px;
    transition: background 2s ease;
    transform: translateX(4px);
}

#experienceTab.nav-pills .nav-link {
    border-radius: 0px;
    /* border-right: 3px solid #ffffff4d; */
    color: #ffffff4d;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 0;
}

#experienceTab.nav-pills .nav-link:hover {
    color: #fff;
    background-color: transparent;
}

.nav-link.tablist-link .motion-mobile {
    display: none;
}


.fnb>.kenapa-simulator>.open-api-video>div {
    display: none;
}

.kenapa-simulator.fnb.active {
    display: block;
}

.kenapa-simulator.fnb .gif {
    width: 100%;
    max-width: 600px;
    margin-top: -7em;
}

.kenapa-simulator.fnb #buat-invoice .gif {
    margin: -8em 0 -3em -1.5em;
    max-width: 550px;
}

.kenapa-simulator.fnb #modal-cepat .gif {
    margin: -8em 0 -1em -2.5em;
}

.kenapa-simulator.fnb #kelola-stok .gif {
    margin-bottom: -2em;
}

.kenapa-simulator.fnb {
    display: flex;
    flex-direction: column;
}

.fnb-howto h3 {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 1.5em;
}

.fnb-howto #buat-invoice h3, #tambah-tempo h3 {
    margin-top: -1em;
}

.fnb-howto .cta {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fnb-howto .green-button {
    min-width: 100px;
    padding-block: 10px;
}

.workflow {
    background: #F3FAFD;
}

.workflow h2 {
    color: #133F5D;
    text-align: center;
    font-family: Lato;
    font-size: var(--heading2-fs);
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1rem;
}

.workflow h3 {
    color: #133F5D;
    text-align: center;
    padding-bottom: 3em;
    font-size: var(--subheading-fs);
}

.workflow p {
    padding-bottom: 0;
}

.workflow-content {
    display: flex;
    justify-content: space-between;
}

.workflow-content .flow-tab {
    width: 100%;
    max-width: 350px;
    max-height: 310px;
    background-color: #fff;
    padding: 2.5rem;
    padding-right: 2rem;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    margin-top: 6em;
}

.workflow-content .flow-tab h4 {
    color: #133F5D;
    font-size: 1.7rem;
    font-weight: 700;
}

.workflow-content .flow-tab ul {
    padding: 0;
    margin: 0;
}

.workflow-content .flow-list {
    padding-top: 1em;
}

.workflow-content .flow-tab li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1em;
}

.workflow-content .flow-tab .number-list {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #B5BEC5;
    color: #133F5D;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workflow-content .flow-tab li p {
    padding-bottom: 0;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.flow-illust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 20px;
    white-space: nowrap;
}

.flow-illust>* {
    flex-shrink: 0;
    min-width: 250px;
    width: 100%;
}

.workflow-illustration {
    width: 100%;
    max-width: 280px;
    z-index: 2;
    transition: filter 0.3s ease;
}

.workflow-illustration.inactive {
    cursor: pointer;
}

.workflow-illustration.inactive p, .workflow-illustration.inactive h4 {
    color: #133F5D4D;
}
.tab-item {
    cursor: pointer;
}

.tab-item.active p {
    color: #4195D5;
}

.tab-item.active .number-list {
    background-color: #4195D5;
    color: #fff;
}

.workflow-illustration .illust-wrapper {
    height: 120px;
}

.workflow-illustration h4 {
    color: #133F5D;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.workflow-illustration p {
    color: #133F5D;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

.workflow-illustration img {
    width: 100%;
    display: flex;
    margin: auto;
}

.workflow-illustration#rawmaterial img {
    max-width: 100px;
}

.workflow-illustration#manufacturing img {
    max-width: 150px;
}

.workflow-illustration#distribution img {
    max-width: 130px;
}

.workflow-illustration#distribution {
    margin-left: 6em;
    margin-top: 5em;
}

.workflow-illustration#store {
    margin-top: 5em;
}

.workflow-illustration#store img {
    max-width: 200px;
}

.workflow-content {
    position: relative;
}

.flow-lines {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.line {
    position: absolute;
    background-color: #98C5E8;
    transition: filter 0.3s ease;
}

.line1 {
    top: -450px;
    left: 220px;
    width: 240px;
    height: 1px;
}

.line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-image: url('https://storage.googleapis.com/clevertap-assets/fnb/rightarrow.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.line.inactive::before {
    background-image: url('https://storage.googleapis.com/clevertap-assets/fnb/rightarrow-gray.webp');
}

.line2 {
    top: -175px;
    left: 270px;
    width: 160px;
    height: 1px;
}

.line3 img {
    position: absolute;
    max-width: 590px;
    bottom: 160px;
    left: 47px;
}

.words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.words-wrapper h2 {
    opacity: 0;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    color: #97CC56 !important;
    padding-bottom: 0;
}

.words-wrapper .is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 0.7s;
    -moz-animation: push-in 0.7s;
    animation: push-in 0.7s;
}

.words-wrapper .is-hidden {
    -webkit-animation: push-out 0.5s;
    -moz-animation: push-out 0.5s;
    animation: push-out 0.5s;
}


@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    70% {
        opacity: 1;
        -webkit-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(110%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.hi-wrapper img {
    opacity: 0;
    transition: 0.4s;
}

.hi-wrapper img.is-visible {
    opacity: 1;
}

.hi-wrapper img.is-hidden {
    opacity: 0;
}

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
    overflow-x: hidden;
}
.globalNav .mobileProductsList a {
    padding-left: 1em;
}

@media (max-width: 1033px) {

    .landing.fnb .landing-container {
        padding-top: 15rem;
    }

    .landing-container .landing-text {
        width: 100% !important;
        max-width: 700px;
    }

    .landing-container .landing-text p {
        max-width: none !important;
    }

    .landing.fnb .landing-illustration {
        display: none;
    }

    .trustedBy .content {
        display: block;
        text-align: center;
    }

    .testimony br {
        display: none;
    }

    .value-text h3, .value-text p {
        max-width: 400px;
    }

    .custom-footer .banner-copy br {
        display: none
    }
}

@media (max-width: 976px) {
    ul {
        padding-left: 0;
    }

    .content-container {
        padding-right: calc(2rem + 17px);
    }

    .client-logo {
        & br {
            display: none;
        }
    }

    .value .value-text {
        margin-left: -8em;
        padding-right: 3em;
    }
}

@media (max-width: 768px) {
    .landing.fnb .landing-container {
        padding-inline: 1rem;
    }
    .testi .value-text {
        max-width: none;
        margin: 0 auto;
        padding-right: 0;
    }
    
    .testi .value-image img {
        max-width: 400px;
        margin: 0 auto -4em;
    }
    
    .testi .flex-container {
        flex-direction: column;
    }
    
    .testi .value-text h3,
    .testi .value-text p {
        width: 100%;
        max-width: none;
        text-align: center;
    }
    
    .testi .cta {
        text-align: center;
        padding-top: 1em;
    }
    
    .testi .th-controls {
        top: 25%;
        width: 100%;
    }    

    .kenapa-content.fnb #experienceTab.nav-pills .nav-link {
        display: block;
        height: max-content;
        width: 100%;
        padding-left: 1em;
    }

    .kenapa .kenapa-content.fnb {
        display: block;
        padding-inline: 2em;
    }

    .kenapa-simulator.fnb .fnb-howto {
        display: none;
    }

    .nav-link.active.tablist-link .motion-mobile {
        display: block;
        width: 100%;
    }

    .nav-link.active.tablist-link .motion-mobile img {
        max-width: 500px;
        width: 100%;
        margin: -6em auto 0;
        display: flex;
    }

    #experienceTab.nav-pills .nav-link.active::before {
        left: 0;
        transform: translateX(-4px) !important;
    }

    .kenapa-copy.fnb ul {
        border-right: none !important;
        border-left: 3px solid #ffffff4d;
    }

    .workflow-content {
        flex-direction: column;
        gap: 2em;
    }

    .workflow-content .flow-tab {
        margin: 0 auto !important;
        max-height: fit-content !important;
    }

    .custom-footer .paper-container {
        flex-direction: column;
    }

    .custom-footer .paper-container .banner-copy {
        order: 2;
        width: 100%;
        margin: 0 3em;
        text-align: center;
    }

    .custom-footer .paper-container .banner-copy h2 {
        text-align: center;
    }

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

@media (max-width: 480px) {
    .landin-text p, .testimony p, .trustedBy p, .how-to p, .workflow .flow-tab p, .custom-footer p {
        font-size: 1.2rem !important;
    }

    .landing-text p {
        padding-bottom: 2rem;
    }

    #tgi_logo {
        max-width: 65px;
    }

    #tf_logo {
        max-width: 30px;
    }

    #pm_logo {
        max-width: 60px;
    }

    #an_logo {
        max-width: 45px;
    }

    #ki_logo {
        max-width: 33px;
    }

    #tmr_logo {
        max-width: 35px;
    }

    .paper-container h4 {
        font-size: 1.4rem !important;
        font-weight: 700;
    }

    h4 br {
        display: none;
    }

    .trustedBy .client-logo {
        gap: 1.5rem;
    }

    .nav-link.active.tablist-link .motion-mobile img {
        margin-top: -3em;
    }

    .custom-footer .paper-container  {
        padding-bottom: 7rem;
    }

    .workflow-content .flow-tab li {
        align-items: flex-end;
        margin-bottom: .5em;
    }

    .how-to br {
        display: none;
    }
}

@media (max-width: 390px) {
    .trustedBy .client-logo {
        gap: .5rem;
    }

    .testi .cta {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .blue-button.secondary, .testimony .green-button {
        margin-right: 0 !important;
    }
}