.hc-image-slider {
    --_section-max-width: var(--wp--custom--width--wide, 1240px);
    --_section-max-width-narrow: var(--wp--custom--width--narrow, 600px);
    --_section-max-width-medium: var(--wp--custom--width--medium, 800px);
    --_section-max-width-wide: var(--wp--custom--width--wide, 1000px);
    --_intro-max-width-small: var(--wp--custom--width--small, 445px);
    --_intro-max-width-narrow: var(--wp--custom--width--narrow, 600px);
    --_intro-max-width-medium: var(--wp--custom--width--medium, 800px);
    --_intro-max-width-wide: var(--wp--custom--width--wide, 1200px);

    --hc-image-slider--text-color: var(--wp--preset--color--off-white, #FDF5ED);
    --hc-image-slider--accent-color: var(--wp--preset--color--off-white, #FDF5ED);
    --hc-image-slider--accent-contrast: var(--wp--preset--color--deep-ocean, #193661);

    background-color: var(--wp--preset--color--deep-ocean, #193661);
    padding-top: var(--top-spacing-desktop, var(--wp--preset--spacing--2-l, 70px));
    padding-bottom: var(--bottom-spacing-desktop, var(--wp--preset--spacing--2-l, 70px));
    overflow: hidden;
    color: var(--hc-image-slider--text-color);
}

.hc-image-slider--bg-light {
    background-color: var(--wp--preset--color--off-white, #FDF5ED);
    --hc-image-slider--text-color: var(--wp--preset--color--deep-ocean, #193661);
    --hc-image-slider--accent-color: var(--wp--preset--color--deep-ocean, #193661);
    --hc-image-slider--accent-contrast: var(--wp--preset--color--off-white, #FDF5ED);
}

.hc-image-slider__container {
    max-width: var(--_section-max-width);
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--40, 16px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
}

.hc-image-slider--container-width-full .hc-image-slider__container {
    max-width: unset;
}

.hc-image-slider--container-width-narrow .hc-image-slider__container {
    max-width: var(--_section-max-width-narrow);
}

.hc-image-slider--container-width-medium .hc-image-slider__container {
    max-width: var(--_section-max-width-medium);
}

.hc-image-slider--container-width-wide .hc-image-slider__container {
    max-width: var(--_section-max-width-wide);
}

.hc-image-slider__intro {
    max-width: var(--_intro-max-width-small);
    margin: 0 auto var(--wp--preset--spacing--l, 40px);
    text-align: center;
    margin-bottom: 0;
}

.hc-image-slider--intro-width-narrow .hc-image-slider__intro {
    max-width: var(--_intro-max-width-narrow);
}

.hc-image-slider--intro-width-medium .hc-image-slider__intro {
    max-width: var(--_intro-max-width-medium);
}

.hc-image-slider--intro-width-wide .hc-image-slider__intro {
    max-width: var(--_intro-max-width-wide);
}

.hc-image-slider--intro-width-full .hc-image-slider__intro {
    max-width: none;
}

.hc-image-slider--align-left .hc-image-slider__intro,
.hc-image-slider--align-left .hc-image-slider__btn {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.hc-image-slider--align-right .hc-image-slider__intro,
.hc-image-slider--align-right .hc-image-slider__btn {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.hc-image-slider__btn {
    padding: 0 0 5px;
}

.hc-image-slider__title {
    color: var(--hc-image-slider--text-color);
}

.hc-image-slider__signature-title {
    display: block;
    color: var(--hc-image-slider--text-color);
}

.hc-image-slider__desc {
    margin: 0 0 var(--wp--preset--spacing--2-xs, 16px) 0;
    color: var(--hc-image-slider--text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.hc-image-slider__top-icon {
    margin: 0 0 var(--wp--preset--spacing--2-s, 26px) 0;
}

.hc-image-slider__main {
    overflow: visible;
}

.hc-image-slider__block .hc-image-slider__slide {
    width: calc(33.33% - 16px);
}

.hc-image-slider__block .hc-image-slider__slide.w-half {
    width: calc(66.66% - 16px);
}

.hc-image-slider__slide-img-block {
    width: 100%;
    height: 528px;
    overflow: hidden;
}

.hc-image-slider__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s;
}

.hc-image-slider__navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--wp--preset--spacing--s, 30px);
    color: var(--hc-image-slider--accent-color);
}

.hc-image-slider__navigation-arrow {
    display: flex;
    gap: var(--wp--preset--spacing--4-xs, 10px);
}

.hc-image-slider__navigation-arrow .swiper-button-prev,
.hc-image-slider__navigation-arrow .swiper-button-next {
    position: static;
    transform: unset;
    margin: 0;
    transition: all 0.5s;
    fill: var(--hc-image-slider--accent-color);
    width: 30px;
    height: 30px;
    border: 1px solid var(--hc-image-slider--accent-color);
    border-radius: 50%;
}

.hc-image-slider__navigation-arrow .swiper-button-prev svg,
.hc-image-slider__navigation-arrow .swiper-button-next svg {
    width: 14px;
}

.hc-image-slider__navigation-arrow .swiper-button-prev path,
.hc-image-slider__navigation-arrow .swiper-button-next path {
    fill: var(--hc-image-slider--accent-color);
}

.hc-image-slider__navigation-arrow .swiper-button-prev::after,
.hc-image-slider__navigation-arrow .swiper-button-next::after {
    content: unset;
}

.hc-image-slider__navigation-arrow .swiper-button-prev:hover,
.hc-image-slider__navigation-arrow .swiper-button-next:hover {
    background-color: var(--hc-image-slider--accent-color);
    opacity: 1;
}

.hc-image-slider__navigation-arrow .swiper-button-prev:hover path,
.hc-image-slider__navigation-arrow .swiper-button-next:hover path {
    fill: var(--hc-image-slider--accent-contrast);
}

@media (max-width:1200px) {
    .hc-image-slider {
        padding-top: var(--top-spacing-mobile, var(--wp--preset--spacing--2-l, 70px));
        padding-bottom: var(--bottom-spacing-mobile, var(--wp--preset--spacing--2-l, 70px));
    }

    .hc-image-slider__slide-img-block {
        height: 340px;
    }
}

@media (max-width:992px) {

    .hc-image-slider__title-block {
        width: 100%;
        max-width: unset;
    }

}

@media (max-width:767px) {
    .hc-image-slider__block .hc-image-slider__slide {
        width: calc(50% - 6px);
    }

    .hc-image-slider__block .hc-image-slider__slide.w-half {
        width: 100%;
    }

    .hc-image-slider__slide-img-block {
        height: 204px;
    }
}


@media (max-width: 412px) {

    .hc-image-slider__container {
        padding: 0 var(--wp--preset--spacing--s, 30px);
    }

    .hc-image-slider__block .hc-image-slider__slide.w-half {
        width: 315px;
    }

    .hc-image-slider__slide-img-block {
        max-width: 315px;
    }
}
