.simple-card-carousel{overflow-x:hidden}.simple-card-carousel__image{border-radius:var(--border-radius);height:100%;object-fit:cover;transition-duration:var(--transition-time);transition-property:transform;transition-timing-function:var(--transition-easing);width:100%}.simple-card-carousel__link{overflow:hidden;position:relative}.simple-card-carousel__link:after{background:var(--card-gradient,linear-gradient(0deg,#232933bf 25.21%,#23293300 51.8%));content:"";inset:0;position:absolute;z-index:1}.simple-card-carousel__link,.simple-card-carousel__link:hover{cursor:pointer;text-decoration:none}.simple-card-carousel__slider{display:flex;flex-direction:column;gap:var(--spacing-8);margin-right:calc(var(--app-margin)*-1);overflow-x:visible;position:relative}@media screen and (min-width:481px){.simple-card-carousel__slider{gap:0;margin-inline:0;width:100%}.simple-card-carousel__slider[total="2"] .simple-card-carousel__nav{display:none}}@media screen and (min-width:835px){.simple-card-carousel__slider[total="3"] .simple-card-carousel__nav{display:none}}@media screen and (min-width:1025px){.simple-card-carousel__slider[total="3"] .simple-card-carousel__nav{display:flex}}.simple-card-carousel__track{scrollbar-width:none}.simple-card-carousel__track::-webkit-scrollbar{display:none}@media screen and (min-width:481px){.simple-card-carousel__track{overflow-x:visible}}.simple-card-carousel__nav{display:flex;gap:20px;justify-content:center}.simple-card-carousel__nav tp-slider-arrow[disabled=yes]{opacity:.4;pointer-events:none}@media screen and (min-width:481px){.simple-card-carousel__nav tp-slider-arrow[disabled=yes]{display:none}}.simple-card-carousel__card{border-radius:var(--border-radius);box-shadow:var(--shadow-1);display:flex;flex-direction:column;height:284px;max-width:260px;overflow:hidden;position:relative;width:100%}.simple-card-carousel__card:not(:last-child){margin-right:var(--spacing-6)}.simple-card-carousel__card:hover{box-shadow:var(--shadow-4)}.simple-card-carousel__card:hover .simple-card-carousel__image{transform:scale(1.03)}@media screen and (min-width:481px){.simple-card-carousel__card{height:224px;max-width:203px}}@media screen and (min-width:1025px){.simple-card-carousel__card{height:356px;max-width:325px}.simple-card-carousel__card:not(:last-child){margin-right:var(--spacing-8)}}.simple-card-carousel__card__title{bottom:0;color:var(--color-white);font-weight:var(--font-weight-default);padding:var(--spacing-4);position:absolute;width:100%;z-index:2}@media screen and (min-width:1025px){.simple-card-carousel__card__title{padding:var(--spacing-6)}}.simple-card-carousel__card h3{word-wrap:break-word;white-space:normal}.simple-card-carousel__arrow-button{align-items:center;background-color:var(--color-white);border:1.38px solid var(--color-black);border-radius:2px;cursor:pointer;display:flex;height:36px;justify-content:center;padding:var(--spacing-2);width:36px;z-index:1;--simple-card-carousel-svg-width:20px;--simple-card-carousel-svg-height:20px}@media screen and (min-width:481px){.simple-card-carousel__arrow-button{border-radius:var(--border-radius-small);border-width:2px;height:48px;padding:14px;position:absolute;top:50%;transform:translateY(-50%);width:48px;--simple-card-carousel-svg-width:28px;--simple-card-carousel-svg-height:28px}}@media screen and (min-width:1025px){.simple-card-carousel__arrow-button{height:56px;width:56px}}@media screen and (min-width:481px){.simple-card-carousel__arrow-button--left{left:0}.simple-card-carousel__arrow-button--right{right:0}}.simple-card-carousel__arrow-button:hover{background-color:var(--color-black);color:var(--color-white)}.simple-card-carousel__arrow-button svg{height:var(--simple-card-carousel-svg-height);width:var(--simple-card-carousel-svg-width)}
