.wp-block-column.reveal-init {
opacity: 0.001; will-change: transform, opacity;
transition-property: transform, opacity;
transition-duration: 1040ms;
transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1); } .wp-block-column.reveal-from-left { transform: translate3d(-18px, 0, 0); }
.wp-block-column.reveal-from-right { transform: translate3d(18px, 0, 0); }
.wp-block-column.reveal-from-top { transform: translate3d(0, -18px, 0); }
.wp-block-column.reveal-from-bottom { transform: translate3d(0, 18px, 0); } .wp-block-column.reveal-init.is-revealed {
opacity: 1;
transform: none;
} @media (prefers-reduced-motion: reduce) {
.wp-block-column.reveal-init {
transition: none !important;
opacity: 1 !important;
transform: none !important;
}
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}