.button{position:relative;display:flex;align-items:center;justify-content:center;padding:1rem .875rem;border:none;border-radius:.625rem;background-color:rgba(0,0,0,0);cursor:pointer;color:var(--color-purple);text-transform:uppercase}.button,.button>*{transition:color .25s ease}.button>*{z-index:1}.button>* svg{transition:color .25s ease}.button:before{transform:translate(-50%,-50%);transform-origin:center;outline:1px solid currentColor;border-radius:.625rem;z-index:-1;transition:all .25s ease}.button:after,.button:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:rgba(0,0,0,0)}.button:after{transform:translate(-50%,-50%) scale(1.1);transform-origin:center;opacity:0;z-index:0;pointer-events:all}.button.small{padding:1rem .875rem}@media(min-width:1024px){.button.small{padding:1.25rem 1.5rem}}.button.white{color:var(--color-black)}.button.white:before{outline-color:var(--color-white);background-color:var(--color-white)}.button.transparent{color:var(--color-white)}.button.transparent:before{outline-color:currentColor;background-color:rgba(0,0,0,0)}.button.purple-light{color:var(--color-purple-light)}.button.purple-light:before{outline-color:currentColor;background-color:rgba(0,0,0,0)}.button.purple-lightest-fill{color:var(--color-purple)}.button.purple-lightest-fill:before{outline-color:currentColor;background-color:rgba(0,0,0,0)}.button:disabled{opacity:.5;cursor:default}.button>*{position:relative;z-index:2}.button:hover{color:var(--color-white)}.button:hover:before{outline-color:rgba(0,0,0,0);background-color:var(--color-green);transform:translate(-50%,-50%) scale(1.1)}@media(min-width:1024px){.button{width:-moz-fit-content;width:fit-content;padding:1.75rem}}.button .button-children-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem}.button .button-children-wrapper__texts-container{position:relative;font-size:16px;color:currentColor}@media(min-width:1024px){.button .button-children-wrapper__texts-container{font-size:18px}}.button .button-children-wrapper__texts-container__text{position:relative;white-space:nowrap;display:inline-block}.button .button-children-wrapper__texts-container__text:nth-child(2){position:absolute;top:150%;left:50%;transform:translate(-50%,-50%);opacity:0}.button .button-children-wrapper__icons-container{position:relative;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:0!important}@media(min-width:1024px){.button .button-children-wrapper__icons-container{width:1.75rem;height:1.75rem}}.button .button-children-wrapper__icons-container__icon-wrapper{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;display:flex;align-items:center;justify-content:center}.button .button-children-wrapper__icons-container__icon-wrapper:nth-child(2){opacity:0;left:-100%}:root{--color-white:#ffffff;--color-black:#152330;--color-purple:#40318E;--color-purple-light:#9470B0;--color-purple-lighter:#DFDDED;--color-purple-lightest:#f1effa;--color-purple-rgb:64,49,142;--color-green:#7EC246;--color-green-rgb:126,194,70;--color-fade:#F5FBFE;--color-border:rgba(192,192,192,0.5);--color-red:#FF0000;--gradient-purple-to-bottom:linear-gradient(to bottom,var(--color-purple) 0%,var(--color-purple-light) 100%);--gradient-purple-to-left:linear-gradient(to left,var(--color-purple) 0%,var(--color-purple-light) 100%)}.icon-wrapper{display:flex;align-items:center;justify-content:center}.icon-wrapper svg{width:100%;height:100%;color:currentColor;transition:color .25s ease-in-out}.icon-wrapper svg [fill]{fill:currentColor}.icon-wrapper svg [stroke]{stroke:currentColor}