.hero-cta-wrap {
    width: 100%;
    max-width: 596px;
    margin: 0;
}

.hero-cta-wrap .prefix {
    display: block;
    font-weight: 400;
}

.hero-cta-wrap .pk-swiper {
    height: 235px !important;
}

.hero-cta-wrap .pk-swiper__container {
    padding-top: 100px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.hero-cta-wrap .swiper-slide-prev,
.hero-cta-wrap .swiper-slide-next {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.hero-cta-wrap .swiper-slide-active {
    opacity: 1;
}

.hero-cta-wrap .pk-slide {
    width: 100%;
    height: 235px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.95),
            rgba(255, 255, 255, 0.95)
        ),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 72.52%);
}

.hero-cta-wrap .pk-slide__inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 35px;
	color: currentColor;
}

.hero-cta-wrap img {
    max-width: 180px;
    aspect-ratio: 180/130;
}

.hero-cta-wrap .pk-slide .pk-content__wrap {
    max-width: 260px;
}

.hero-cta-wrap .pk-slide .pk-title {
    font-size: clamp(
        20px,
        20px + (30 - 20) * ((100vw - 320px) / (1215 - 320)),
        30px
    );
    margin-bottom: 30px;
}

.hero-cta-wrap .pk-nav__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}

.hero-cta-wrap .pk-swiper-btn {
    position: unset;
    max-width: 40px;
    height: unset;
    margin: 0;
    background: unset;
}

.hero-cta-wrap .pk-swiper-btn::after {
    font-family: "Material Symbols Outlined";
    font-weight: 100;
    font-size: 28px;
    color: var(--white);
    line-height: normal;
}

.hero-cta-wrap .swiper-button-next::after {
    content: "\e5c8";
}
.hero-cta-wrap .swiper-button-prev::after {
    content: "\e5c4";
}

.hero-cta-wrap .pk-btn__wrap {
    display: flex;
}

.hero-cta-wrap .swiper-autoplay-progress {
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    overflow: hidden;
}

.hero-cta-wrap .swiper-autoplay-progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--white);
    border-radius: 999px;
    transition: width 0.05s linear;
}

.hero-cta-wrap .pk-swiper-pagination {
    max-width: 50px;
    width: 100%;
    position: relative;
    font-weight: 400;
    top: unset;
    bottom: unset;
    left: unset;
}

.hero-cta-wrap .pk-swiper-btn {
    position: unset;
    max-width: 40px;
    height: unset;
    margin: 0;
    background: unset;
}

.hero-cta-wrap .pk-swiper-btn::after {
    font-family: "Material Symbols Outlined";
    font-weight: 100;
    font-size: 28px;
    color: var(--white);
    line-height: normal;
}

.hero-cta-wrap .swiper-button-next::after {
    content: "\e5c8";
}
.hero-cta-wrap .swiper-button-prev::after {
    content: "\e5c4";
}

@media screen and (max-width: 767px) {
    .hero-cta-wrap {
        max-width: 100%;
        height: 100%;
        padding: 0;
    }

    .hero-cta-wrap .pk-slide .pk-content__wrap {
        max-width: fit-content;
    }

    .hero-cta-wrap .pk-swiper {
        height: 120px !important;
    }

    .hero-cta-wrap .pk-swiper__container {
        padding-top: 40px;
        margin-bottom: 20px;
    }

    .hero-cta-wrap .pk-slide {
        width: 100%;
        height: auto;
    }

    .hero-cta-wrap .pk-slide__inner {
        align-items: center;
        padding: 20px;
    }

    .hero-cta-wrap img {
        max-width: 100px;
        aspect-ratio: 100/80;
    }
    .hero-cta-wrap .pk-content__wrap {
        flex-shrink: 0;
        max-width: auto;
    }

    .hero-cta-wrap .pk-title {
        margin-bottom: 0;
    }

    .hero-cta-wrap .pk-btn__primary {
        display: none;
        gap: 10px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1215px) {
    .hero-cta-wrap {
        max-width: 45%;
    }
}

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