/* Add custom CSS styles below */ 
.s-block--enhanced-features__item .feature-icon i {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #7d5296;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}


:is(h2.text-2xl.text-primary.anime-item) {
  color: #7d5296;
}

.advanced-slider .swiper .swiper-slide-active h2 {
    animation-name: fadeInDown;
    animation-duration: .4s;
    animation-timing-function
Describes how the animation will progress over one cycle of its duration.
Learn more

Don't show
: ease-in-out;
    animation-fill-mode: backwards;
    animation-iteration-count: none;
    line-height: 1.2;
    color: #fff;
}

.advanced-slider .swiper .swiper-slide-active a
Specificity: (0,3,1)
 {
    animation-name: fadeInDown;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    animation-iteration-count: none;
    animation-delay: .5s;
    border: 1px solid #7d5296;
    background-color: #ffbce0;
    border-radius: 8px;
}


a.advanced-slider__caption__inner__content__button:hover span {
  color: #000 !important;
}


.advanced-slider .swiper .swiper-slide-active p {
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    animation-iteration-count: none;
    animation-delay: .3s;
    color: #fff;
}


.footer-list.enhanced_links
Specificity: (0,1,0)
 {
    -moz-column-count: 1;
    column-count: 1;
}