.Button-Animated-Button{display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:700;line-height:0;position:relative;overflow:hidden;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.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);pointer-events:none;will-change:transform,opacity}.Button-Animated-Chevron.reversed{transform:rotate(0deg)}.Button-Animated-Button:hover .Button-Animated-Chevron{animation:chevronMove .55s ease-in-out both}.Button-Animated-Button:hover .Button-Animated-Chevron.reversed{animation:chevronMoveReversed .55s ease-in-out both}.Button-Animated-Button:active .Button-Animated-Chevron{animation-play-state:paused;transform:translateX(6px) scale(.96) rotate(180deg)}.Button-Animated-Button:active .Button-Animated-Chevron.reversed{transform:translateX(-6px) scale(.96) rotate(0deg)}@keyframes chevronMove{0%{transform:translateX(0) rotate(180deg);opacity:1}65%{transform:translateX(16px) rotate(180deg);opacity:0}to{transform:translateX(0) rotate(180deg);opacity:1}}@keyframes chevronMoveReversed{0%{transform:translateX(0) rotate(0deg);opacity:1}65%{transform:translateX(-16px) rotate(0deg);opacity:0}to{transform:translateX(0) rotate(0deg);opacity:1}}.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:#fff;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;transition:opacity .2s ease;pointer-events:none}.Tooltip-Button.active{opacity:1}.Tooltip-Button span{margin-top:3px;color:#e9313d}.Button-Animated-icon{width:24px;height:24px;margin-right:12px}.Button-Animated-icon-info{width:18px;height:18px}@media (max-width:1040px){.Button-Animated-Button{max-width:348px}.Animated-Button-wrapper{width:100%;align-items:stretch;justify-content:center}}
/*# sourceMappingURL=1dd7ce88b4c98fb2.css.map*/