.arcana-fade-up {
	opacity: 0;
	transform: translateY(25px);
	transition:
		opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1),
		transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arcana-fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

[class*='__header'] > .arcana-fade-up:nth-child(1),
.hero-content > .arcana-fade-up:nth-child(1) {
	transition-delay: 0s;
}

[class*='__header'] > .arcana-fade-up:nth-child(2),
.hero-content > .arcana-fade-up:nth-child(2) {
	transition-delay: 0.1s;
}

[class*='__header'] > .arcana-fade-up:nth-child(3),
.hero-content > .arcana-fade-up:nth-child(3) {
	transition-delay: 0.2s;
}

.img-ts__text > .arcana-fade-up:nth-child(1) {
	transition-delay: 0s;
}

.img-ts__text > .arcana-fade-up:nth-child(2) {
	transition-delay: 0.1s;
}

.block-editor-writing-flow .arcana-fade-up,
.editor-styles-wrapper .arcana-fade-up {
	opacity: 1;
	transform: none;
}
