.button{display:flex;justify-content:center;align-items:center;width:fit-content;color:#0f0f0f;font-size:1.125rem;font-weight:700;line-height:122%;padding:.813rem 1.5rem;border-radius:.75rem;background:#f9ff0f;transition:.3s ease-in-out;border:.063rem solid #c7cc0c}.button:hover{border:.063rem solid #0f0f0f}@media (max-width:541px){.button{font-size:.875rem;padding:.75rem 1.875rem;border-radius:.5rem}}.button--transparent{display:block;color:#fff;backdrop-filter:blur(.637rem);border:.063rem solid #65646e;background:linear-gradient(94.84deg,rgba(255,255,255,.15) 0,rgba(229,229,229,.15) 102.26%);transition:color .3s;position:relative}.button--transparent:hover{border:.063rem solid transparent}.button--transparent:hover::after{opacity:1}.button--transparent::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(94.84deg,rgba(255,255,255,.25) 0,rgba(229,229,229,.25) 102.26%);opacity:0;transition:opacity .3s;z-index:-1;border-radius:.75rem}.button--white{color:#0f0f0f;border:.063rem solid #d8d9db;background:#fff}.button--white:hover{border:.063rem solid transparent;color:#0f0f0f;background:#f7f8f9}.cookie-popup{position:fixed;bottom:2rem;display:none;z-index:500;right:2rem;opacity:0;transition:opacity .5s}@media (max-width:541px){.cookie-popup{right:auto;width:90%;left:50%;transform:translate(-50%,0);bottom:5rem}}.cookie-popup__content{background:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 0 .875rem 0 rgba(0,0,0,.1);text-align:start;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;border:.063rem solid #e5e5e5;max-width:30rem;width:fit-content}.cookie-popup__title{font-size:2rem;font-weight:700;color:#0f0f0f;margin-bottom:.375rem}.cookie-popup__text{font-weight:400;line-height:1.5rem;color:#0f0f0f;font-size:1.125rem;margin-bottom:1rem}.cookie-popup__btn{font-weight:800}@media (max-width:541px){.cookie-popup__content{padding:1rem}.cookie-popup__title{font-size:1.125rem;line-height:1.5rem}.cookie-popup__text{font-size:.875rem;line-height:1.25rem}.cookie-popup__btn{padding:.25rem 2.125rem;display:inline-block;height:auto}}.cookie-popup__buttons{align-items:center;display:flex;gap:1.25rem;justify-content:center;margin:0 auto}.cookie-popup__buttons .button{min-width:10rem;text-align:center}@media (max-width:541px){.cookie-popup__buttons{align-items:stretch;gap:.75rem}.cookie-popup__buttons .button{min-width:8rem}}