.Button-Animated-Button{display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:4px;line-height:0px;position:relative;overflow:hidden}.Button-Animated-Button span{display:flex;align-items:center;margin-top:3px!important;margin-bottom:0!important}.Button-Animated-Chevron{opacity:1;transform:rotate(180deg)}.Button-Animated-Chevron.reversed{opacity:1;transform:rotate(0deg)}.Button-Animated-Button:hover .Button-Animated-Chevron{animation:chevronMove .6s ease forwards}.Button-Animated-Button:hover .Button-Animated-Chevron.reversed{animation:chevronMoveReversed .6s ease forwards}.Animated-Button-wrapper{display:flex;position:relative;width:unset;justify-content:center}.Tooltip-Button{position:absolute;width:100%;padding:10px;border:2px solid #e9313d;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;transition:all .2s ease-in-out;pointer-events:none}.Tooltip-Button.active{display:flex;opacity:1}.Tooltip-Button span{margin-top:3px;color:#e9313d}.Button-Animated-icon{width:24px;height:24px;margin-right:12px}@keyframes chevronMoveReversed{0%{transform:translateX(0);opacity:1}90%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes chevronMove{0%{transform:translateX(0) rotate(180deg);opacity:1}90%{transform:translateX(20px) rotate(180deg);opacity:0}to{transform:translateX(0) rotate(180deg);opacity:1}}@media (max-width:1040px){.Button-Animated-Button{max-width:348px}.Animated-Button-wrapper{width:100%;align-items:stretch;justify-content:center}}
/*# sourceMappingURL=046ab7d819bf51fc.css.map*/