﻿.effect-text-lightflow span{color:#fff;animation:effect-text-lightflow-colorchange 1s infinite alternate;}.effect-text-lightflow span:nth-child(1){animation-delay:.1s;}.effect-text-lightflow span:nth-child(2){animation-delay:.2s;}.effect-text-lightflow span:nth-child(3){animation-delay:.3s;}.effect-text-lightflow span:nth-child(4){animation-delay:.4s;}.effect-text-lightflow span:nth-child(5){animation-delay:.5s;}.effect-text-lightflow span:nth-child(6){animation-delay:.6s;}.effect-text-lightflow span:nth-child(7){animation-delay:.7s;}.effect-text-lightflow span:nth-child(8){animation-delay:.8s;}@keyframes effect-text-lightflow-colorchange{to{color:#f00;}}.effect-text-videobackground{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:30em;background:#fff;mix-blend-mode:screen;}.effect-btn-borderflow{position:relative;z-index:100;overflow:hidden;color:#fff;}.effect-btn-borderflow:before{content:"";position:absolute;width:12.5rem;height:12.5rem;background:linear-gradient(45deg,rgba(216,0,0,.1490196078),rgba(255,138,47,.9411764706));z-index:-2;left:50%;top:50%;transform-origin:left top;animation:effect-btn-borderflow-rotation 4s linear infinite;}.effect-btn-borderflow:after{content:"";position:absolute;left:.25rem;top:.25rem;right:.25rem;bottom:.25rem;background:#333;z-index:-1;}@keyframes effect-btn-borderflow-rotation{to{transform:rotate(360deg);}}.effect-expand{filter:contrast(10);}.effect-expand span{transition:all 2s;letter-spacing:-1.4em;filter:blur(.3125rem);}@keyframes effect-expand{from{letter-spacing:-2.8125rem;}to{letter-spacing:0;}}