.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;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.Button-Animated-Button span{display:flex;align-items:center;margin-top:3px!important;margin-bottom:0!important}.Button-Animated-Chevron{--chev-rot:180deg;opacity:1;transform:rotate(var(--chev-rot));pointer-events:none;will-change:transform,opacity;display:inline-block;transform-origin:center}.Button-Animated-Chevron.reversed{--chev-rot:0deg}@media (hover:hover) and (pointer:fine){.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron{animation:chevronMove .55s ease-in-out both}.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron.reversed{animation:chevronMoveReversed .55s ease-in-out both}.Button-Animated-Button.is-desktop:active .Button-Animated-Chevron{animation-play-state:paused;transform:translateX(6px) scale(.96) rotate(var(--chev-rot))}.Button-Animated-Button.is-desktop:active .Button-Animated-Chevron.reversed{transform:translateX(-6px) scale(.96) rotate(var(--chev-rot))}}.Button-Animated-Button.is-mobile.tap-animate .Button-Animated-Chevron{animation:chevronMove .55s ease-in-out both!important}.Button-Animated-Button.is-mobile.tap-animate .Button-Animated-Chevron.reversed{animation:chevronMoveReversed .55s ease-in-out both!important}@media (hover:none),(pointer:coarse){.Button-Animated-Button:hover .Button-Animated-Chevron,.Button-Animated-Button:hover .Button-Animated-Chevron.reversed{animation:none!important}.Button-Animated-Button:active{transform:none}}@keyframes chevronMove{0%{transform:translateX(0) rotate(var(--chev-rot));opacity:1}65%{transform:translateX(16px) rotate(var(--chev-rot));opacity:0}to{transform:translateX(0) rotate(var(--chev-rot));opacity:1}}@keyframes chevronMoveReversed{0%{transform:translateX(0) rotate(var(--chev-rot));opacity:1}65%{transform:translateX(-16px) rotate(var(--chev-rot));opacity:0}to{transform:translateX(0) rotate(var(--chev-rot));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}}@media (prefers-reduced-motion:reduce){.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron,.Button-Animated-Button.is-desktop:hover .Button-Animated-Chevron.reversed{animation:none!important}}
/*# sourceMappingURL=b38513a824e57ae1.css.map*/