/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* 3k Larger Devices, Wider Screens */
@media only screen and (min-width: 3840px) {}

/* 2k Larger Devices, Wider Screens */
@media only screen and (min-width: 2560px) {}

/* 1k Larger Devices, Wider Screens */
@media only screen and (min-width: 1920px) {}

/* x-large devices, large desktops */
@media only screen and (min-width: 1400px) {
    .hc-steps-timeline--horizontal .hc-steps-timeline-line {
        left: 220px;
        width: calc(100% - 430px);
    }
}

@media only screen and (max-width: 1399.98px) {
    .hc-steps-timeline--horizontal .hc-steps-timeline-line {
        left: 195px;
        width: calc(100% - 385px);
    }
}

/* large devices, desktops */
@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199.98px) {
    .hc-steps-timeline--horizontal .hc-steps-timeline-line {
        left: 165px;
        width: calc(100% - 320px);
    }
}

@media only screen and (min-width: 1024px) {}

@media only screen and (max-width: 1024px) {}

/* medium devices, tablets */
@media only screen and (min-width: 992px) {
    .hc-steps-timeline--horizontal {
        padding-left: 0;
        padding-top: 28px;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    /* Horizontal Timeline */
    .hc-steps-timeline--horizontal {
        padding-left: 0;
        padding-top: 28px;
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-line {
        right: 0;
        top: 0px;
        bottom: auto;
        height: 0;
        border-left: none;
        border-top: 2px dashed var(--hc-color-gray-300);
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-item {
        flex: 1;
        min-width: 0;
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-item:first-child {
        padding-left: 0;
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-item:last-child {
        padding-right: 0;
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-marker {
        left: 50%;
        top: -28px;
        transform: translate(-50%, -50%);
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-content {
        margin-left: 0;
        width: 100%;
    }

    .hc-steps-timeline--horizontal .hc-steps-timeline-images {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 991.98px) {
    .hc-steps-timeline--horizontal .hc-steps-timeline-line {
        left: 7px;
    }
}

@media only screen and (max-width: 812px) {}

/* small devices, landscape phone */
@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767.98px) {}

@media only screen and (max-width: 640px) {}

/* x-small Devices, portrait phones */
@media only screen and (min-width: 576px) {}

@media only screen and (max-width: 575.98px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {}