body {
    background: #F6FAF2;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg {
    background: linear-gradient(#F6FAF2, #F6FAF2) padding-box, linear-gradient(#D9ECCB, #D9ECCB) border-box;
}

.mj-imgchanger .imgchanger-option .imgchanger-trg.selected {
    background: linear-gradient(#F6FAF2, #F6FAF2) padding-box, linear-gradient(#196D6B, #196D6B) border-box;
}

.mj-section-hero-homepage {
    padding: 70px 15px 48px 15px;
}

.mj-section-hero-homepage h1 {
    text-shadow: 0px 12px 24px rgba(16, 24, 40, 0.08), 0px 2px 6px rgba(16, 24, 40, 0.15);
}

.xt-mm {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: var(--teal-800);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease;
}

.xt-mm > i {
    margin-left: 5px;
}

.t-wi {
    display: inline-flex;
    align-items: center;
}

.t-wi > img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 8px;
}

.hp-card-imgholder {
    width: 50%;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.hp-card-imgholder > img {
    width: 100%;
    object-fit: cover;
    height: 220px;
}

.mj-section-hero-homepage p {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 16px 0;
}

.home-section-cta {
    padding: 36px 0;
}

.home-section-cta > a {
    margin-right: 16px;
}

.homepage-slider-wrapper {
    position: relative;
    height: 640px;
    overflow: hidden;
}

/* .homepage-slider-inner {
    position: relative;
    height: 100%;
} */

.homepage-slider-inner .homepage-slider-item {
    border-radius: 96px 24px 24px 24px;
    width: 100%;
}

.homepage-slider-item > img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 96px 0 24px 24px;
    transition: opacity 0.2s ease-in-out;
}

.homepage-slider-item > img.fade {
    opacity: 0;
}

.homepage-slider-control {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 50px;
    right: 25px;
    z-index: 3;
}

.homepage-slider-control > a {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 50%;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    color: #04C99E;
}

.homepage-slider-caption {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 24px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: end;
    bottom: 0;
    left: 0;
    width: 100%;
}
    
.homepage-slider-navigation {
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #F5F5F5;
    border-radius: 32px;
}

.homepage-slider-navigation > .homepage-navigation-item {
    color: #737373;
    font-weight: 600;
    padding: 0.5em 1em;
    border-radius: 32px;
    white-space: nowrap;
    cursor: pointer;
}


.homepage-slider-navigation > .homepage-navigation-item > .show-desktop {
    display: block;
}

.homepage-slider-navigation > .homepage-navigation-item > .show-mobile {
    display: none;
}

.homepage-slider-navigation > .homepage-navigation-item.active {
    color: #196D6B;
    background-color: #EAF8F7;
}

.homepage-slider-content > div.active {
    display: block;
    animation: fading-in 0.5s ease-in;
}

.homepage-slider-content > div:not(.active) {
    display: none;
}

.homepage-slider-content > div > img { 
    display: none;
}


.homepage-slider-caption > label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 16px 0;
    color: var(--text-main);
}

.homepage-slider-caption > .content > img {
    display: none;
}

.homepage-slider-caption > h3 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.02em;
    color: var(--teal-800);
}

.homepage-slider-caption > label {
    color: #04C99E;
}

.homepage-slider-caption > p {
    color: #737373;
}

.mj-imgchanger-main {
    padding-right: 48px;
}

.mj-imgchanger > ul {
    margin-bottom: 48px;
}

.homepage-services-heading {
    display: flex;
    flex-direction: column;
    height: 100%;
}

ul.homepage-services {
    padding: 0;
    margin: 0;
}

ul.homepage-services > li {
    list-style: none;
    margin-bottom: 16px;
}

ul.homepage-services > li:last-child {
    list-style: none;
    margin-bottom: 0;
}

ul.homepage-services > li > a {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    padding: 20px;
    border: 1px solid #B5E3E1BF;
    border-radius: 20px;
    justify-content: space-between;
    transition: all 0.1s linear;
    align-items: center;
}

ul.homepage-services > li > a:hover {
    transform: translateY(-5px);
    box-shadow: var(--hover-shadow);
}

ul.homepage-services > li > a > img {
    height: 32px;
}

ul.homepage-services > li > a > span {
    color: var(--teal-800);
    font-weight: 600;
    font-size: 14px;
}

ul.homepage-services > li > a:hover > span {
    color: var(--text-secondary);
}

.homepage-comparation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

.homepage-comparation > .mj-desc-text {
    margin: 0 0 64px 0;
    padding: 0;
}

.homepage-comparation > img {
    width: 90%;
    margin: 0;
    padding: 0;
    border-radius: 24px;
}

@media all and (max-width: 992px) {
    .mj-section-hero-homepage h1 {
        font-size: 48px;
        line-height: 56px;
        text-align: left;
    }
    
    .mj-section-hero-homepage p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 16px 0;
    }
    
    .home-section-cta {
        padding: 24px 0;
    }
    
    .home-section-cta > a {
        margin-right: 12px;
    }

    .home-section-cta-bottom {
        display: none;
    }
    
    .homepage-slider-wrapper {
        position: relative;
        bottom: 0;
        height: 640px;
        overflow: hidden;
    }
    
    .homepage-slider-inner .homepage-slider-item {
        padding: 0 0 0 24px;
        border-radius: 96px 24px 24px 24px;
    }

    .homepage-slider-item > img {
        width: 100%;
        height: 640px;
        object-fit: cover;
        /* box-shadow: 0px 0px 24px 1px rgba(161, 207, 126, 0.75); */
        border-radius: 96px 0 0 24px;
    }

    .homepage-slider-control {
        bottom: 0;
        right: 25px;
        z-index: 3;
    }

    .homepage-slider-control > a {
        width: 40px;
        height: 40px;
    }
    
    .homepage-slider-caption {
        bottom: 0px;
        left: 24px;
        width: calc(100% - 24px);
        border-radius: 24px 24px 0 24px;
    }
    
    .homepage-slider-caption > label {
        font-size: 14px;
        line-height: 20px;
    }
    
    .homepage-slider-caption > label > img {
        width: 22px;
        height: 22px;
    }
    
    .homepage-slider-caption > h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .homepage-slider-caption > p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .mj-imgchanger-main {
        padding-right: 0;
    }
    
    .mj-imgchanger > ul {
        margin-bottom: 48px;
    }
    
    .homepage-services-heading {
        display: flex;
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .homepage-services-heading .mj-title-text {
        text-align: unset;
        margin-bottom: 12px;
    }
    
    ul.homepage-services > li > a > span {
        color: var(--text-secondary);
        font-weight: 400;
        font-size: 14px;
        margin-top: 2px;
    }
    
    ul.homepage-services > li > a:hover > span {
        color: var(--text-secondary);
    }
    
    .homepage-comparation {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: unset;
    }
    
    .homepage-comparation > .mj-desc-text {
        margin: 0 0 24px 0;
        padding: 0;
    }
    
    .homepage-comparation > img {
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0;
        border-radius: 24px;
    } 

    .hp-card-imgholder {
        width: 100%;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
    }

    .homepage-slider-navigation > .homepage-navigation-item > .show-desktop {
        display: none;
    }

    .homepage-slider-navigation > .homepage-navigation-item > .show-mobile {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .mj-section-hero-homepage h1 {
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        margin: 0 0 8px 0;
    }
    
    .mj-section-hero-homepage p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 16px 0;
        text-align: center;
    }
    
    .home-section-cta {
        padding: 24px 0;
        text-align: center;
    }
    
    .home-section-cta > a {
        margin-right: 12px;
    }

    .home-section-cta-bottom {
        display: none;
    }
    
    .homepage-slider-wrapper {
        position: relative;
        height: 420px;
        overflow: hidden;
    }
    
    .homepage-slider-inner .homepage-slider-item {
        padding: 0 0 0 24px;
        border-radius: 96px 24px 24px 24px;
    }

    .homepage-slider-item > img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        box-shadow: 0px 0px 24px 1px rgba(161, 207, 126, 0.75);
        border-radius: 96px 0 0 24px;
    }

    .homepage-slider-control {
        bottom: 0;
        right: 25px;
        z-index: 3;
    }

    .homepage-slider-control > a {
        width: 40px;
        height: 40px;
    }
    
    .homepage-slider-caption > label {
        font-size: 14px;
        line-height: 20px;
    }
    
    .homepage-slider-caption > label > img {
        width: 22px;
        height: 22px;
    }
    
    .homepage-slider-caption > h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .homepage-slider-caption > p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .mj-imgchanger-main {
        padding-right: 0;
    }
    
    .mj-imgchanger > ul {
        margin-bottom: 48px;
    }
    
    .homepage-services-heading {
        display: flex;
        flex-direction: column;
        height: unset;
        align-items: center;
        margin-bottom: 24px;
    }

    .homepage-services-heading .mj-title-text {
        text-align: center;
        margin-bottom: 12px;
    }
    
    ul.homepage-services > li > a > span {
        color: var(--text-secondary);
        font-weight: 400;
        font-size: 14px;
        margin-top: 2px;
    }
    
    ul.homepage-services > li > a:hover > span {
        color: var(--text-secondary);
    }
    
    .homepage-comparation {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: unset;
    }
    
    .homepage-comparation > .mj-desc-text {
        margin: 0 0 24px 0;
        padding: 0;
    }
    
    .homepage-comparation > img {
        width: 100%;
        margin: 0 0 36px 0;
        padding: 0;
        border-radius: 24px;
    } 

    .hp-card-imgholder {
        width: 100%;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
    }

    #produk-pendukung-slider .mj-slider-inner .mj-card-content > h3 {
        margin-bottom: 16px;
    }
}

.media-holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5em;
}

.media-container {
    padding: 1em 3em;
}

@media (max-width: 992px) {
    .media-holder {
        grid-template-columns: repeat(5, 1fr);
        gap: 1em;
    }

    .media-container {
        padding: unset;
    }

    .media-container > img {
        width: 100%;
        height: 60px;
        object-fit: contain;
    }

    .media-section .mj-overlay-content {
        height: auto!important;
    }

    .media-section .mj-overlay-content::after {
        content: none!important;
    }
}
.media-container > img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.solusi-bisnis .thumbnail {
    width: 100%;
}

.solusi-bisnis .content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.solusi-bisnis .features {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.solusi-bisnis .features > .detail {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.solusi-bisnis .features > .detail > p {
    margin: 0;
    font-weight: 600;
    color: #292929;
}