.ah-cargo-logo-top {
    top: 34% !important;
    width: min(433px, 50vw) !important;
}

#footer-outer #copyright p {
    line-height: 0px !important;
}

body:has(.ah-cargo-slider) #footer-outer {
    display: none;
}

#footer-outer #copyright {
    padding-top: 0px;
    padding-bottom: 0px;
}

#footer-outer #copyright ul.footer-menu {
    margin-top: 13px;
}

.container-wrap:has(.ah-cargo-slider) {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.ah-cargo-slider {
    --ah-cargo-duration: 64s;
    --ah-cargo-distance: -50%;
    --ah-cargo-thumbs-height: 0px;
    background: #fff;
    color: #111;
    height: 100svh;
    left: 50%;
    margin-left: -50vw;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.ah-cargo-slider-link {
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-user-drag: none;
}

.ah-cargo-logo-top {
    left: 50%;
    max-width: calc(100vw - 48px);
    pointer-events: none;
    position: absolute;
    top: 38%;
    transform: translate(-50%, -50%);
    width: min(520px, 50vw);
    z-index: 5;
}

.ah-cargo-logo-top img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

.ah-cargo-marquee {
    align-items: stretch;
    animation: ah-cargo-marquee var(--ah-cargo-duration) linear infinite;
    cursor: grab;
    display: flex;
    height: 100%;
    min-width: max-content;
    touch-action: pan-y;
    user-select: none;
    will-change: transform;
}

.ah-cargo-marquee.is-dragging {
    cursor: grabbing;
}

.ah-cargo-strip {
    display: flex;
    flex: 0 0 auto;
    height: 100%;
}

.ah-cargo-slide {
    flex: 0 0 auto;
    height: 100%;
    margin: 0;
    min-width: 0;
}

.ah-cargo-slider .ah-cargo-slide img {
    display: block;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
    width: auto !important;
}

.ah-cargo-projects {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    display: none;
    height: var(--ah-cargo-thumbs-height);
    position: relative;
    width: 100%;
}

.ah-cargo-project-thumbs {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 14px 48px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    touch-action: pan-y;
    user-select: none;
    width: 100%;
}

.ah-cargo-project-thumbs::-webkit-scrollbar {
    display: none;
}

.ah-cargo-project-thumb {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    height: 94px;
    justify-content: center;
    overflow: hidden;
    padding: 6px;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
    width: 94px;
}

.ah-cargo-project-thumbs.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.ah-cargo-project-thumbs.is-dragging .ah-cargo-project-thumb {
    pointer-events: none;
}

.ah-cargo-project-nav {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    color: #111;
    cursor: pointer;
    display: none;
    font-size: 42px;
    height: calc(100% - 1px);
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    transition: background 150ms ease, opacity 150ms ease;
    width: 42px;
    z-index: 3;
}

.ah-cargo-project-nav:hover,
.ah-cargo-project-nav:focus-visible {
    background: #fff;
    outline: 0;
}

.ah-cargo-project-nav.is-visible {
    display: flex;
}

.ah-cargo-project-nav.is-disabled {
    cursor: default;
    opacity: 0.28;
}

.ah-cargo-project-nav-prev {
    left: 0;
}

.ah-cargo-project-nav-next {
    right: 0;
}

.ah-cargo-project-thumb:hover,
.ah-cargo-project-thumb:focus-visible {
    border-color: #006fff;
    box-shadow: 0 0 0 2px #006fff;
    outline: 0;
}

.ah-cargo-project-thumb:active {
    transform: translateY(1px);
}

.ah-cargo-project-thumb img {
    display: block;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: scale-down;
    width: 100% !important;
}

.ah-cargo-slider-empty {
    border: 1px solid #ddd;
    padding: 12px;
}

@keyframes ah-cargo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(var(--ah-cargo-distance), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ah-cargo-marquee {
        animation: none;
        overflow-x: auto;
        scrollbar-width: none;
        transform: none;
    }

    .ah-cargo-marquee::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .ah-cargo-slider {
        height: 100svh;
    }

    .ah-cargo-logo-top {
        top: 38%;
        width: min(360px, 78vw);
    }

    .ah-cargo-project-thumbs {
        gap: 8px;
        padding: 10px 40px;
    }

    .ah-cargo-project-thumb {
        height: 76px;
        width: 76px;
    }

    .ah-cargo-project-nav {
        font-size: 34px;
        width: 34px;
    }
}
