#jasa_transfer .heroTitle {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 1.28571px;
    width: 100%;
}

#jasa_transfer .heroSubTitle {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

#jasa_transfer .heroBtn {
    padding: 14px 20px;
    background: rgb(0, 142, 214);
    border-radius: 12px;
    border: none;
    color: #ffffff;
}

#jasa_transfer .heroBtn:hover {
    color: rgb(1, 34, 101) !important;
    background-color: rgb(255, 242, 0) !important;
}

#jasa_transfer .heroBtnIcon {
    font-size: 1.8rem;
}

#jasa_transfer .heroBtnText {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

#jasa_transfer .heroCard {
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 14px 23px;
}

#jasa_transfer .heroCardPosition {
    margin-top: -2rem;
}

#jasa_transfer .heroCardTitle {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

#jasa_transfer .heroCardTitle .form-select {
    color: red !important;
}

#jasa_transfer .heroCardSelect {
    font-family: inherit;
    background-color: #f2f2f2 !important;
    border: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #bdbdbd;
    padding: 15px 11px;
}

#jasa_transfer .heroCardSelect div {
    color: #bdbdbd !important;
    border: none !important;
}

#jasa_transfer .heroCardInput {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: black !important;
    padding: 0.5rem 2rem;
    height: calc(1.5em + 0.75rem + 2px) !important;
}

#jasa_transfer .heroCardInput::placeholder {
    color: #bdbdbd !important;
    opacity: 1;
}

#jasa_transfer .inputValid input {
    border: 1px solid red !important;
}

#jasa_transfer .heroCardBtn {
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px !important;
    border-radius: 12px;
    border: none !important;
    background: rgb(0, 142, 214);
}

#jasa_transfer .heroCardBtn:hover {
    color: rgb(1, 34, 101) !important;
    background-color: rgb(255, 242, 0) !important;
}

#jasa_transfer .sectionTitle {
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgb(0, 142, 214);
}

#jasa_transfer .sectionSubTitle {
    font-family: inherit;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
}

#jasa_transfer .testimonialTitle {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
}

#jasa_transfer .testimonialImagePlace {
    white-space: nowrap;
    overflow-x: hidden !important;
}

#jasa_transfer .sectionText {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

#jasa_transfer .titleCTAIG {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
}

#jasa_transfer .buttonCTAIG {
    padding: 12px 24px;
    gap: 12px;
    background: rgb(0, 142, 214);
    border-radius: 12px;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: none;
}

#jasa_transfer .buttonCTAIG:hover {
    color: rgb(1, 34, 101) !important;
    background-color: rgb(255, 242, 0) !important;
}

#jasa_transfer .zoomHover {
    transition: all 0.1s ease-in-out;
}

#jasa_transfer .zoomHover:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}

#jasa_transfer
    .was-validated
    .custom-select:invalid
    + .select2
    .select2-selection {
    border-color: #dc3545 !important;
}

#jasa_transfer
    .was-validated
    .custom-select:valid
    + .select2
    .select2-selection {
    border-color: #28a745 !important;
}
*:focus {
    outline: 0px;
}

#jasa_transfer .benefitCard {
    padding: 42px 32px;
    border: 1px solid rgb(0, 142, 214);
    border-radius: 12px;
}

#jasa_transfer .benefitCardTitle {
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: rgb(1, 34, 101);
}

#jasa_transfer .benefitCardText {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#jasa_transfer .accordion-item {
    border: none !important;
}

#jasa_transfer .accordion-button.collapsed {
    background: none;
}

#jasa_transfer .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #ffffff !important;
}

#jasa_transfer .accordion-button.collapsed::after {
    background-image: url("/images/cms_v2/jasa_transfer/plus.svg") !important;
}

#jasa_transfer .accordion-button:not(.collapsed)::after {
    background-image: url("/images/cms_v2/jasa_transfer/cross.svg") !important;
    background-position: center !important;
}

#jasa_transfer .accordion-button {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

#jasa_transfer .accordion-body {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#jasa_transfer .accordion-body {
    padding-top: 0px !important;
}

#jasa_transfer .accordion-header .collapsed {
    border-bottom: 1px solid #e5e5e5 !important;
}

#jasa_transfer .CardStep_stepText {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

#jasa_transfer #hero {
    margin-top: 7rem;
}

#jasa_transfer .swiper-slide img {
    max-height: 80px !important;
    width: auto !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

#jasa_transfer .swiper-pagination {
    position: relative !important;
    margin-top: 80px !important;
}

@media (max-width: 768px) {
    #jasa_transfer .accordion-button {
        font-weight: 600;
        font-size: 12px !important;
        line-height: 18px !important;
    }

    #jasa_transfer .accordion-body {
        font-weight: 400;
        font-size: 12px !important;
        line-height: 18px !important;
    }

    #jasa_transfer .CardStep_stepText {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    #jasa_transfer .CardStep_image {
        width: 50% !important;
        height: auto !important;
    }

    #jasa_transfer .benefitCard {
        padding: 29.0316px 22.1193px;
    }

    #jasa_transfer .benefitCardTitle {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-left: 0.8rem;
    }

    #jasa_transfer .benefitCardText {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    #jasa_transfer #hero {
        margin-top: 5rem;
    }

    #jasa_transfer .heroTitle {
        font-weight: 600;
        font-size: 26.4px;
        line-height: 36px;
        letter-spacing: 0.707143px;
        width: 100%;
    }

    #jasa_transfer .heroSubTitle {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    #jasa_transfer .heroBtn {
        padding: 7.16483px 10.7473px;
        border-radius: 5.37363px;
    }

    #jasa_transfer .heroBtnIcon {
        font-size: 12px;
    }

    #jasa_transfer .heroBtnText {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
    }

    #jasa_transfer .heroCardTitle {
        font-weight: 600;
        font-size: 12px;
        line-height: 11px;
    }

    #jasa_transfer .heroCardSelect {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        border-radius: 4px;
        padding: 8px 8px;
    }

    #jasa_transfer .select2.select2-container .select2-selection--single {
        height: calc(1.5em + 0.75rem + 10px) !important;
    }

    #jasa_transfer .heroCardInput {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        border-radius: 4px;
        padding: 8px 8px;
        height: calc(1.5em + 0.75rem + 10px) !important;
    }

    #jasa_transfer .heroCardBtn {
        padding: 6.93922px 10.4088px;
        border-radius: 5.20441px;
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        background: rgb(0, 142, 214);
    }

    #jasa_transfer .sectionTitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
    }

    #jasa_transfer .sectionSubTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    #jasa_transfer .testimonialTitle {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    #jasa_transfer .sectionText {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    #jasa_transfer .testimonialTitle {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    #jasa_transfer .titleCTAIG {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    #jasa_transfer .buttonCTAIG {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 24px;
    }
}

@media (min-width: 992px) {
    #jasa_transfer .sectionText {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}

#jasa_transfer .scroller {
    height: 1.2em;
    line-height: 1.2em;
    position: relative;
    color: rgb(0, 142, 214);
    overflow: hidden;
    display: inline-block;
}

#jasa_transfer .scroller > span {
    position: relative;
    top: 0;
    animation: slide 6s infinite;
}

@keyframes slide {
    0% {
        top: 0;
    }
    25% {
        top: -1.2em;
    }
    50% {
        top: -2.4em;
    }
    75% {
        top: -1.2em;
    }
    100% {
        top: 0;
    }
}

.nav-down {
    background-color: rgb(1, 34, 101) !important;
}
