.gradientWrapper{background-color:rgba(0,0,0,0);border-radius:999px;margin:0!important;width:-moz-fit-content!important;width:fit-content!important;white-space:nowrap}.gradientWrapper.centered{margin:0 auto!important}.gradientWrapper .bordered{padding:18px 40px!important;display:block}@media screen and (max-width:991px){.gradientWrapper .bordered{padding:16px 36px}}.gradientWrapper.reversed .gradient-overlay:before{background-color:#222}.animated-gradient-text{position:relative;margin:0 auto;display:flex;max-width:-moz-fit-content;max-width:fit-content;flex-direction:row;align-items:center;justify-content:center;font-weight:600!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .5s ease-out;overflow:hidden;cursor:pointer;font-family:var(--sf-ProFont);font-size:clamp(1.3rem,1.174rem + .003*100vw,1.6rem)!important;line-height:100%;text-transform:uppercase}.animated-gradient-text:hover .gradient-overlay:before{transition:all .2s ease-in-out;width:calc(100% - 8px);height:calc(100% - 8px)}.animated-gradient-text input{color:inherit;text-transform:inherit;outline:inherit;border:none!important;background:inherit;padding:0!important;font-weight:600!important;font-family:var(--sf-ProFont)!important;font-size:clamp(1.3rem,1.174rem + .003*100vw,1.6rem)!important}.animated-gradient-text .text-content{display:inline-block;position:relative;z-index:2;background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);animation:gradient linear infinite}.animated-gradient-text .gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:300% 100%;animation:gradient linear infinite;border-radius:inherit;z-index:0;pointer-events:none}.animated-gradient-text .gradient-overlay:before{content:"";position:absolute;border-radius:inherit;width:calc(100% - 4px);height:calc(100% - 4px);left:50%;top:50%;transition:all .2s ease-in-out;transform:translate(-50%,-50%);background-color:#fff;z-index:-1}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}