html {
    background-color: #0e0e3b;
}

.ckeditor-text p {
    margin-bottom:1em;
}
.ckeditor-text a {
    color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
    text-decoration: underline;
}

.animated-strong strong {
    text-shadow: 0 0 10px rgba(158,24,47,.5),0 0 20px rgba(158,24,47,.3),0 0 30px rgba(158,24,47,.2);
    animation: text-glow 2s ease-in-out infinite alternate;
    color: #9e182f;
}

.is-active {
    animation: gradient 3s ease-in-out infinite !important;
}

.js-play-icon-pause {
    display: none;
}
.is-playing .js-play-icon-pause {
    display: block;
}
.is-playing .js-play-icon-play {
    display: none;
}

@keyframes gradient {
	0% {
        background: #42007f;
	}
	50% {
        background: #1a1446;
	}
	100% {
        background: #42007f;
	}
}

@keyframes text-glow {
    0% {
        text-shadow: 0 0 10px rgba(158,24,47,.5),0 0 20px rgba(158,24,47,.3),0 0 30px rgba(158,24,47,.2)
    }

    to {
        text-shadow: 0 0 20px rgba(216,19,68,.8),0 0 30px rgba(216,19,68,.5),0 0 40px rgba(216,19,68,.3)
    }
}
.privacyButton.desktop.left, .privacyButton.tablet.left {
    display:none !important;
}