.text-columns-with-images {
    padding: 0 !important;
}

.text-columns-with-images .page-width {
    padding: 96px 48px 0;
}

@media screen and (max-width: 959px) {
    .text-columns-with-images .page-width {
        padding: 56px 16px 0;
    }
}

input {
    -webkit-appearance: none;
}

.text-columns-with-images-item {
    font-size: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

.text-columns-with-images-item:last-child {
    margin-inline-end: 0;
}

.text-columns-with-images-item--left {
    text-align: start;
}

@media (max-width: 959px) {
    .text-columns-with-images-item--left .no-spacing .text-columns-with-images-item__content {
        padding-inline-end: 24px;
    }
}

.text-columns-with-images-item--center {
    text-align: center;
}

@media (min-width: 960px) {
    .text-columns-with-images-item--center .no-spacing .text-columns-with-images-item__content {
        padding: 0 24px;
    }
}

.text-columns-with-images-item__wrapper {
    height: 100%;
    position: relative;
    transition: all 0.2s;
    z-index: 2;
}

.text-columns-with-images-item__wrapper.no-border {
    border-radius: 0;
}

.text-columns-with-images-item__extract-mask {
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    inset-block-start: 0;
    width: 100%;
    z-index: 1;
}

.text-columns-with-images-item__main {
    position: relative;
    z-index: 2;
}

.text-columns-with-images-item__image {
    display: inline-block;
    height: auto;
    margin-block-end: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.text-columns-with-images-item__image .text-columns-with-images-item__default-wrapper .text-columns-with-images-item__default-image {
    position: absolute;
    inset-block-start: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.text-columns-with-images-item__image--round {
    border-radius: 50%;
}

.text-columns-with-images-item__image--round .text-columns-with-images-item__default-wrapper {
    padding-block-end: 100%;
}

.text-columns-with-images-item__link {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.text-columns-with-images-item__link img {
    height: 100%;
    inset-inline-start: 0;
    min-height: 1px;
    object-fit: cover;
    position: absolute;
    inset-block-start: 0;
    width: 100%;
}

.text-columns-with-images-item__link .lazyloaded {
    animation: stage-fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
}

.text-columns-with-images-item__button {
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.color-scheme-1 .text-columns-with-images-item__button circle,
.color-scheme-1 .text-columns-with-images-item__button path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .text-columns-with-images-item__button circle,
.color-scheme-2 .text-columns-with-images-item__button path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .text-columns-with-images-item__button circle,
.color-scheme-3 .text-columns-with-images-item__button path {
    stroke: rgba(var(--color-scheme-3-text));
}

.text-columns-with-images-item__button--left {
    justify-content: flex-start;
}

.text-columns-with-images-item__button--center {
    justify-content: center;
}

.text-columns-with-images-item__button--right {
    justify-content: flex-end;
}

.text-columns-with-images-item__button .button-text {
    margin-inline-end: 7px;
    word-break: break-all;
}

.text-columns-with-images-item__button .button-arrow .icon-arrow {
    transform: rotate(-90deg);
}

@media (max-width: 959px) {
    .text-columns-with-images-item:last-child {
        margin-block-end: 0;
    }

    .text-columns-with-images-item:last-of-type {
        margin-inline-end: 0;
    }

    .text-columns-with-images-item__image {
        margin-block-end: 15px;
    }

    .text-columns-with-images-item__wrapper {
        padding: 20px;
    }

    .text-columns-with-images-item__wrapper.no-spacing {
        padding: 0;
    }

    .text-columns-with-images-item__wrapper.mobile-rows-spacing-when-has-bg {
        padding: 15px;
    }

    .show-touch-scroll-box .text-columns-with-images-item {
        margin-inline-end: 10px;
        min-width: 82%;
    }

    .show-touch-scroll-box .text-columns-with-images-item:last-child {
        margin-inline-end: 0;
    }

    .show-touch-scroll-box .text-columns-with-images-item__main {
        margin-block-end: 0;
    }
}

@media (min-width: 960px) {
    .text-columns-with-images-item__wrapper {
        padding: 24px;
    }

    .text-columns-with-images-item__wrapper.no-spacing {
        padding: 0;
    }
}

@keyframes stage-fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.text-columns-with-images__wrapper {
    padding: 0;
}

.text-columns-with-images__inner {
    justify-content: center;
}

.text-columns-with-images.color-scheme-none .pagination {
    color: rgba(var(--color-text));
}

.text-columns-with-images.color-scheme-none .pagination path {
    stroke: rgba(var(--color-text));
}

.text-columns-with-images .pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-block: 20px 0;
}

.color-scheme-1 .text-columns-with-images .pagination circle,
.color-scheme-1 .text-columns-with-images .pagination path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .text-columns-with-images .pagination circle,
.color-scheme-2 .text-columns-with-images .pagination path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .text-columns-with-images .pagination circle,
.color-scheme-3 .text-columns-with-images .pagination path {
    stroke: rgba(var(--color-scheme-3-text));
}

.text-columns-with-images .pagination .text-columns-arrow--left,
.text-columns-with-images .pagination .text-columns-arrow--right {
    align-items: center;
    display: flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.text-columns-with-images .pagination .text-columns-arrow--left {
    margin-inline-end: 12px;
}

.text-columns-with-images .pagination .text-columns-arrow--left>svg {
    transform: rotate(-180deg);
}

.text-columns-with-images .pagination .text-columns-arrow--right {
    margin-inline-start: 12px;
}

.text-columns-with-images .pagination .text-columns-arrow--disabled {
    opacity: 0.3;
}

.text-columns-with-images .swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: auto;
    justify-content: center;
}

.text-columns-with-images__title {
    overflow: hidden;
    margin-block-end: 40px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Futura-Med';
}

.text-columns-with-images-item__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
}

.text-columns-with-images-item__text {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Futura-Boo';
    color: #3B4021;
    letter-spacing: 0.064px;
    margin-bottom: 16px;
}

.text-columns-with-images-item__content .btn-text {
    font-family: 'Futura-Dem';
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.text-columns-with-images-item__image {
    margin-block-end: 28px;
}

.color-scheme-1 .text-columns-images-swiper-container .pagination circle,
.color-scheme-1 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .text-columns-images-swiper-container .pagination circle,
.color-scheme-2 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .text-columns-images-swiper-container .pagination circle,
.color-scheme-3 .text-columns-images-swiper-container .pagination path {
    stroke: rgba(var(--color-scheme-3-text));
}

.text-columns-with-images__control {
    text-align: center;
}

@media (max-width: 959px) {
    .text-columns-with-images__control {
        margin-block-start: 20px;
    }
}

@media (min-width: 960px) {
    .text-columns-with-images__control {
        margin-block-start: 30px;
    }
}

.text-columns-with-images__wrapper--center {
    display: flex;
}

@media (max-width: 959px) {
    .text-columns-with-images .mobile-rows-no-mask {
        margin-block-end: 30px;
    }

    .text-columns-with-images__title {
        overflow: hidden;
        padding: 0 10px;
        margin-block-end: 28px;
        font-size: 28px;
        line-height: 30px;
    }

    .text-columns-with-images__wrapper {
        flex-wrap: wrap;
    }

    .show-touch-scroll-box .text-columns-with-images__wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

.text-columns-images-swiper-box {
    display: flex;
    flex-wrap: nowrap;
}

.text-columns-images-swiper-box .slider__slide {
    width: 100%;
    margin-inline-end: 20px;
}

.text-image-pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 0;
}

[dir="rtl"] .text-image-pagination-box {
    flex-direction: row-reverse;
}

.text-image-pagination-box .ctr-button {
    background: none;
    border: none;
    color: rgba(var(--color-text));
}

.text-image-pagination-box .prev {
    transform: rotate(90deg);
}

.text-image-pagination-box .next {
    transform: rotate(-90deg);
}

.text-image-pagination-slider-counter {
    margin: 0 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Futura-Dem';
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #3B4021;
}

.slider-counter--current {
    padding-right: 8px;
}

.slider-counter--total {
    padding-left: 8px;
}

@media (max-width: 959px) {
    .text-columns-with-images__wrapper-mb-rows-2 {
        --grid-mobile-horizontal-space: 10px;
    }

    .text-columns-with-images__wrapper-mb-rows-2 .text-columns-with-images__inner {
        width: 50%;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */