.card-repeater{gap:20px;position:relative;z-index:2}.card-repeater__card{transition:.25s ease-in-out}.card-repeater__card__bottom{margin-top:40px;transition:.25s ease-in-out}.card-repeater__card,.card-repeater__card:hover{text-decoration:none}.card-repeater__card:hover .card-repeater__card__bottom.arrow{padding-left:calc(100% - 30px)}.card-repeater__card:hover .card-repeater__card__bottom p{text-decoration:underline}.card-repeater__card.card-blue-theme{background-color:var(--blue)}.card-repeater__card.card-blue-theme h3{color:var(--white)}.card-repeater__card.card-blue-theme h3 span.secondary-title{color:var(--yellow);font-family:var(--regular-text);font-style:italic}.card-repeater__card.card-blue-theme p{color:var(--white)}.card-repeater__card.card-blue-theme:hover{background-color:var(--white)}.card-repeater__card.card-blue-theme:hover h3,.card-repeater__card.card-blue-theme:hover p{color:var(--blue)}.card-repeater__card.card-yellow-theme{background-color:var(--yellow)}.card-repeater__card.card-yellow-theme h3{color:var(--blue)}.card-repeater__card.card-yellow-theme h3 span.secondary-title{color:var(--white);font-family:var(--regular-text);font-style:italic}.card-repeater__card.card-yellow-theme p{color:var(--blue)}.card-repeater__card.card-yellow-theme:hover{background-color:var(--turquoise)}.card-repeater__card.card-white-theme{background-color:var(--white)}.card-repeater__navigation__prev{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.card-repeater__navigation svg>g:first-of-type>g:first-of-type,.card-repeater__navigation svg>g:first-of-type>g:last-of-type path{transition:.25s ease-in-out}.card-repeater__navigation .swiper-button-disabled svg>g:first-of-type>g:first-of-type{fill:transparent;stroke:var(--white)}.card-repeater__navigation .swiper-button-disabled svg>g:first-of-type>g:last-of-type path{fill:var(--white)}@media (min-width:1025px){.card-repeater__navigation{display:none}.card-repeater__card.card-white-theme:not(.no-link) .card-repeater__card__top{transition:.2s ease-in-out}.card-repeater__card.card-white-theme:not(.no-link):hover .card-repeater__card__top{transform:translateY(-10px)}}@media (max-width:1024px){.card-repeater{display:flex;flex-direction:column;grid-template-columns:repeat(2,1fr)}.card-repeater__navigation{margin-top:40px}}