@keyframes fade{0%{opacity:0;animation-timing-function:cubic-bezier(.4,.8,.74,1)}100%{opacity:1}}@keyframes rise_BOTTOM{0%{transform:translate(0,80px);animation-timing-function:cubic-bezier(.4,.8,.74,1)}100%{transform:translate(0,0)}}@keyframes rise_TOP{0%{transform:translate(0,-80px);animation-timing-function:cubic-bezier(.4,.8,.74,1)}100%{transform:translate(0,0)}}@keyframes slide-LEFT{0%{transform:translate(80px,0);animation-timing-function:cubic-bezier(.4,.8,.74,1)}100%{transform:translate(0,0)}}@keyframes slide-RIGHT{0%{transform:translate(-80px,0);animation-timing-function:cubic-bezier(.4,.8,.74,1)}100%{transform:translate(0,0)}}:root{--n:#000;--mv:#504128;--m:#623e2a;--m2:#653c26;--mc:#91713c;--g1:#efebe5;--g2:#f4f1ed;--man:#fdf6ea;--b:#fff}@keyframes pulse{0%{background-color:var(--m)}50%{background-color:var(--m2)}100%{background-color:var(--m)}}@keyframes linear_fade{0%{opacity:0}100%{opacity:1}}.pulse{animation:pulse 0.2s forwards}.fade{animation:fade 2s forwards}.rise_up{animation:rise_BOTTOM 1.3s forwards}.go_down{animation:rise_TOP 1.3s forwards}.slide-LEFT{animation:slide-LEFT 1.3s forwards}.slide-RIGHT{animation:slide-RIGHT 1.3s forwards}
