.structure-section{
    background: #0003ff;
}

.structure-section > h2{
    color: #fff;
}

.structure-carousel__arrow{
    background: #ffce00;
    transition: background-color 350ms ease;
}

.structure-carousel__arrow svg{
    stroke: #000;
    transition: stroke 350ms ease;
}

.structure-carousel__dot::before{
    background: #fff;
}

.structure-carousel__dot.is-active::before{
    background: #ffce00;
}

@media (prefers-reduced-motion: reduce){
    .structure-carousel__arrow,
    .structure-carousel__arrow svg{
        transition-duration: 0.01ms;
    }
}
