.rva-footer{background-color:transparent;padding:0;margin:1.5rem 0 3rem;font-family:var(--font-sans);color:var(--footer-heading);width:100%}@media(max-width:767px){.rva-footer .footer-container{display:flex;flex-direction:column}}[data-theme=dark] .rva-footer{background-color:transparent;color:var(--footer-text)}[data-theme=dark] .footer-container{border-top-color:var(--footer-border)}.footer-container{max-width:1440px;margin:0 auto;padding:0 16px;overflow:hidden;border-top:1px solid var(--footer-border)}@media(min-width:768px){.footer-container{padding:0 32px}}.footer-top{display:flex;flex-direction:column;gap:2rem;padding-top:3rem;margin-bottom:4rem;align-items:flex-start}@media(max-width:767px){.footer-top{order:2;width:100%;align-items:center;text-align:center;gap:2.5rem;margin-bottom:2.5rem}}@media(min-width:1024px){.footer-top{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.footer-brand-group{display:flex;flex-direction:column;gap:16px;max-width:320px}@media(max-width:767px){.footer-brand-group{order:1;align-items:center;max-width:100%}}@media(min-width:1024px){.footer-brand-group{flex:1;max-width:none}}.footer-logo{display:flex;align-items:center;gap:.5rem;color:var(--purple-60);text-decoration:none}.footer-logo:hover{opacity:.9}.footer-logo-text{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--grey-90)}[data-theme=dark] .footer-logo-text{color:var(--footer-heading)}.footer-powered-by{font-size:14px;line-height:1.5;color:#232129b3;margin:0}.footer-right-group{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(max-width:767px){.footer-right-group{order:2;width:100%;align-items:center}}@media(min-width:1024px){.footer-right-group{flex-direction:row;align-items:center;gap:3rem;flex-shrink:0}}.footer-socials{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media(max-width:767px){.footer-socials{justify-content:center}}@media(min-width:1024px){.footer-socials{flex-shrink:0}}.footer-social-link{color:#23212959;display:flex;align-items:center;justify-content:center;transition:color .2s;text-decoration:none}.footer-social-link svg{width:18px;height:18px}.footer-social-link:hover{color:#639;background-color:transparent}[data-theme=dark] .footer-social-link{color:#ffffff59}[data-theme=dark] .footer-social-link:hover{color:#d9bae8;background-color:transparent}.footer-newsletter{width:100%;max-width:240px;flex-shrink:0}@media(max-width:767px){.footer-newsletter{max-width:100%}}@media(min-width:1024px){.footer-newsletter{flex-shrink:0}}.footer-newsletter-form{display:flex;flex-direction:column;gap:8px}.footer-newsletter-label{font-size:14px;font-weight:400;color:#232129b3;display:block;margin-bottom:0}.footer-newsletter-inputs{display:flex;align-items:stretch;height:36px;max-width:100%}.footer-input{flex:1;padding:0 .75rem;color:#232129;background-color:#2321290d;border:none;border-radius:4px 0 0 4px;font-size:.875rem;color:var(--grey-90);min-width:0;outline:none;transition:all .2s;height:36px}.footer-input::placeholder{color:#23212966}[data-theme=dark] .footer-input{background-color:#ffffff0d;color:var(--grey-5)}.footer-input:focus{background-color:var(--white);box-shadow:0 0 0 2px var(--purple-60)}[data-theme=dark] .footer-input:focus{background-color:var(--grey-80);box-shadow:0 0 0 2px var(--purple-50)}.footer-button{display:inline-flex;align-items:center;justify-content:center;background-color:#639;color:#fff;border:none;padding:0;width:36px;height:36px;border-radius:0 4px 4px 0;cursor:pointer;transition:background-color .2s;flex-shrink:0}.footer-button:hover{background-color:#7026b9}[data-theme=dark] .footer-button{background-color:#639}[data-theme=dark] .footer-button:hover{background-color:#d9bae8}.footer-nav{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:3rem}@media(max-width:767px){.footer-nav{order:1;margin-bottom:4rem}}@media(min-width:768px){.footer-nav{grid-template-columns:repeat(2,1fr);gap:2rem 3rem}}@media(min-width:1024px){.footer-nav{grid-template-columns:repeat(6,minmax(0,1fr));column-gap:2rem;row-gap:2rem}}.footer-section-header{display:none;font-size:12px;font-weight:700;color:#232129;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-90);margin-bottom:16px}[data-theme=dark] .footer-section-header{color:var(--grey-5)}@media(min-width:768px){.footer-section-header{display:block}}.footer-section-toggle{all:unset;display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;cursor:pointer;border-bottom:1px solid var(--grey-20);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-90)}[data-theme=dark] .footer-section-toggle{border-bottom-color:var(--grey-80);color:var(--grey-5)}@media(min-width:768px){.footer-section-toggle{display:none}}.footer-toggle-icon{display:flex;align-items:center;color:var(--grey-40);transition:transform .3s}.footer-section-toggle[aria-expanded=true] .footer-toggle-icon{transform:rotate(180deg)}.footer-links{display:none;flex-direction:column;gap:8px;padding:1rem 0}@media(min-width:768px){.footer-links{display:flex;padding:0;gap:8px}}.footer-section-toggle[aria-expanded=true]+.footer-links{display:flex}.footer-link{color:#232129b3;text-decoration:none;font-size:.875rem;line-height:17.5px;padding:0 4px;transition:color .2s;display:inline-block;margin:0;border:none!important}.footer-link:hover{color:var(--purple-60)}[data-theme=dark] .footer-link{color:#ffffffb3}[data-theme=dark] .footer-link:hover{color:var(--purple-40)}.footer-github-icon{flex-shrink:0}.footer-bottom{display:flex;flex-direction:column;gap:1rem;font-size:14px;padding-top:3rem;margin-top:3rem;border-top:1px solid #f0f0f2;align-items:center;text-align:center}@media(max-width:767px){.footer-bottom{order:3;width:100%}}[data-theme=dark] .footer-bottom{border-top-color:#2e2e2e}@media(min-width:1024px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;gap:2rem}}.footer-copyright{flex-shrink:0;color:#232129b3;font-size:14px;font-weight:400}[data-theme=dark] .footer-copyright{color:#ffffff80}@media(min-width:1024px){.footer-copyright{margin-right:0}}.footer-bottom-links-center,.footer-bottom-links-right{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media(min-width:1024px){.footer-bottom-links-center{justify-content:center;flex-shrink:0;margin-left:auto;margin-right:auto}.footer-bottom-links-right{justify-content:flex-end;flex-shrink:0}}.footer-bottom-link{color:#232129b3;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s;white-space:nowrap}[data-theme=dark] .footer-bottom-link{color:#ffffff80}.footer-bottom-link:hover{color:var(--purple-60);text-decoration:underline}[data-theme=dark] .footer-bottom-link:hover{color:var(--purple-40)}.woot-widget-bubble.woot-widget--expanded.woot-elements--left{height:36px!important}.woot-widget-bubble.woot-widget--expanded.woot-elements--left svg{height:14px!important;width:14px!important;margin:11px 6px 11px 12px!important}.woot-widget-bubble.woot-widget--expanded.woot-elements--left div{font-size:13px!important;padding-right:14px!important}.woot-widget-bubble.woot--close.woot-elements--left{height:40px!important;width:40px!important}.woot-widget-bubble.woot--close.woot-elements--left:before,.woot-widget-bubble.woot--close.woot-elements--left:after{height:18px!important;width:2px!important;left:19px!important;top:11px!important}
