.language-switcher{display:inline-flex;position:relative}.language-switcher-active{align-items:center;background-color:var(--foregroundColorMuted5,rgba(21,2,58,.05));border-radius:4px;cursor:pointer;display:inline-flex;gap:4px;padding:6px 8px;transition:background-color .3s cubic-bezier(.4,0,.6,1)}.language-switcher-active:before{background-color:transparent;clip-path:polygon(0 0,100% 0,45% 100%,0 100%);content:"";display:none;height:15px;left:0;position:absolute;top:-15px;width:160px;z-index:3}.language-switcher-active .icon-chevron{transition:transform .2s cubic-bezier(.4,0,.6,1)}.language-switcher:hover .language-switcher-dropdown{box-shadow:0 4px 12px -4px #15023a40;opacity:1;transform:translateY(0);visibility:visible}.language-switcher:hover .language-switcher-active{background-color:var(--foregroundColorMuted10,rgba(21,2,58,.1))}.language-switcher:hover .language-switcher-active:before{display:block}.language-switcher:hover .language-switcher-active .icon-chevron{transform:rotate(180deg)}.language-switcher-dropdown{background-color:var(--backgroundColor,#fff);border-radius:4px;bottom:calc(100% + 16px);list-style:none;min-width:160px;opacity:0;padding:16px;position:absolute;transform:translateY(8%);transition:visibility .2s cubic-bezier(.4,0,.6,1),opacity .2s cubic-bezier(.4,0,.6,1),box-shadow .2s cubic-bezier(.4,0,.6,1),transform .2s cubic-bezier(.4,0,.6,1);visibility:hidden;z-index:9}.language-switcher-dropdown>li{margin-bottom:12px}.language-switcher-dropdown>li:last-child{margin-bottom:0}.language-switcher-dropdown>li .body-xs{color:var(--foregroundColor,#15023a);cursor:pointer;display:block}.language-switcher-dropdown>li .body-xs:hover{color:var(--accentColor,#8c47ff)}@media screen and (max-width:767px){.language-switcher:hover .language-switcher-dropdown{transform:translate(-32px)}.language-switcher-dropdown{bottom:calc(100% + 8px);transform:translate(-32px,8%)}}footer{background-color:var(--foregroundColorMuted5,rgba(21,2,58,.05))}footer .footer-columns{display:flex}footer .footer-columns>*{flex-basis:calc(25% - 30px);margin-right:40px}footer .footer-columns>:last-child{margin-right:0}footer .footer-columns div ul:not(:first-of-type){margin-top:40px}footer .footer-columns li:not(.footer-column--name){margin-bottom:12px}footer .footer-columns li:not(.footer-column--name):last-child{margin-bottom:0}footer .footer-columns li:not(.footer-column--name) a,footer .footer-columns li:not(.footer-column--name) a:active,footer .footer-columns li:not(.footer-column--name) a:link,footer .footer-columns li:not(.footer-column--name) a:visited{color:var(--foregroundColor,#15023a);font-size:1.6rem}footer .footer-columns li:not(.footer-column--name) a:hover{color:var(--accentColor,#8c47ff)}footer .footer-columns li.footer-column--name{color:var(--foregroundColor,#15023a);margin-bottom:24px}footer .footer-columns li.footer-column--name a,footer .footer-columns li.footer-column--name a:active,footer .footer-columns li.footer-column--name a:link,footer .footer-columns li.footer-column--name a:visited{color:var(--foregroundColor,#15023a)}footer .footer-columns .pillars-column{display:grid;flex-basis:100%;gap:4px 40px;grid-template-columns:repeat(4,1fr)}footer .footer-wrapper{padding-top:80px}footer .divider{margin:0}footer .footer-column--name{color:var(--foregroundColor,#15023a);margin-bottom:24px;margin-top:0}footer .footer-row{padding-bottom:40px}footer .footer-row:first-child{padding-bottom:80px}footer hr{background-color:var(--foregroundColorMuted10,rgba(21,2,58,.1));border:0;height:1px;margin:0 auto;width:100%}footer .footer-details{padding-bottom:40px}footer .vev-logo{height:4.5rem;width:8.1rem}footer .footer-details--info{align-items:center;display:flex;justify-content:space-between;padding:40px 0}footer .footer-details-bottom{align-items:center;display:flex;gap:24px}footer .footer-details-bottom-list,footer .footer-icons{display:flex}footer .footer-details-bottom-list li,footer .footer-icons li{margin-right:24px}footer .footer-details-bottom-list li:last-child,footer .footer-icons li:last-child{margin-right:0}footer .footer-details-bottom-list a,footer .footer-icons a{align-self:center;color:var(--foregroundColor,#15023a);display:inline-block;transition:color .12s ease-in-out}footer .footer-details-bottom-list a:hover,footer .footer-icons a:hover{color:var(--accentColor,#8c47ff)}footer .footer-details-bottom-list{display:inline-flex}footer .footer-details-bottom-list li{margin-right:2.4rem}footer .footer-details-bottom-list li:last-child{margin-right:0}@media screen and (max-width:767px){footer .footer-wrapper{padding-top:40px}footer .footer-row:first-child{margin-bottom:0;padding-bottom:40px}footer .footer-columns{flex-wrap:wrap}footer .footer-columns>*{flex-basis:calc(50% - 20px)}footer .footer-columns>:first-child{margin-bottom:40px}footer .footer-columns>:nth-child(2n){margin-right:0}footer .footer-columns>:last-child{margin-bottom:0}footer .footer-columns .pillars-column{grid-template-columns:repeat(1,1fr)}footer .vev-logo{height:3.2rem;width:6rem}footer .footer-icons a{margin-right:2rem;transform:scale(.8)}footer .footer-icons a:last-child{margin-right:0}footer .footer-icons li{margin-right:2rem}footer .footer-icons li:last-child{margin-right:0}footer .footer-details-bottom{flex-direction:column-reverse;gap:32px}footer .footer-details-bottom-list{display:grid;grid-template-columns:repeat(3,1fr);width:100%;grid-column-gap:0;grid-row-gap:16px}footer .footer-details-bottom-list li{display:flex;margin-right:0}footer .footer-details-bottom-list li:first-child{grid-area:2/1/3/4;justify-content:center}footer .footer-details-bottom-list li:nth-child(2){grid-area:1/1/2/2;justify-content:flex-start}footer .footer-details-bottom-list li:nth-child(3){grid-area:1/2/2/3;justify-content:center}footer .footer-details-bottom-list li:last-child{grid-area:1/3/2/4;justify-content:flex-end}}@media screen and (max-width:478px){footer .footer-details--info{padding-bottom:24px}}.page-dialog-enter-active,.page-dialog-leave-active{transition:all .24s ease-out}.page-dialog-enter-from,.page-dialog-leave-to{opacity:0;transform:scale(.98)}.dialog{background-color:var(--backgroundColor,#fff);border-radius:1.2rem;bottom:4rem;left:4rem;overflow:hidden;position:fixed;right:4rem;top:4rem;z-index:10}.dialog-close{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;border:0;border-radius:.6rem;color:var(--foregroundColor,#15023a);cursor:pointer;flex-shrink:0;margin:0;opacity:.8;padding:.7rem;position:absolute;right:2rem;top:2rem;transition:opacity .24s ease-in-out,background-color .24s ease-in-out;z-index:3}.dialog-close:active,.dialog-close:focus,.dialog-close:hover{background-color:var(--foregroundColorMuted5,rgba(21,2,58,.05));opacity:1}.dialog-inner{display:block;height:calc(100% - .6rem);margin:.6rem;overflow:auto;position:relative;scrollbar-color:var(--foregroundColorMuted40,rgba(21,2,58,.4)) var(--backgroundColor,#fff)}.dialog-inner::-webkit-scrollbar{height:.6rem;width:.6rem}.dialog-inner::-webkit-scrollbar-thumb{background:var(--foregroundColorMuted40,rgba(21,2,58,.4));border-radius:.3rem}.dialog-inner::-webkit-scrollbar-track{background:var(--backgroundColor,#fff)}@media screen and (max-width:991px){.dialog{bottom:2rem;left:2rem;right:2rem;top:2rem}}@media screen and (max-width:767px){.dialog{border-radius:0;bottom:0;left:0;right:0;top:0}.dialog-close{right:1.2rem;top:.2rem}}.toast{background:var(--accentColor,#8c47ff);border-radius:1.2rem;box-shadow:0 16px 80px -20px #15023a40,0 32px 48px -16px #15023a59;color:var(--textOnAccentColor,#fff);max-width:36rem;padding:2rem;position:relative}.toast:before{border-radius:1.2rem;box-shadow:0 0 30px 30px #15023a0d;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:-1}.toast-container{bottom:0;position:fixed;width:100%;z-index:99}.toast-container .base-wrapper{align-items:flex-end;padding-bottom:2rem}.toast-transition-enter-active,.toast-transition-leave-active{transition:transform .32s cubic-bezier(.68,-.55,.27,1.55),opacity .32s}.toast-transition-enter-from{opacity:.6;transform:translateY(120%) scale(.8)}.toast-transition-enter-to,.toast-transition-leave-from{opacity:1;transform:translateY(0) scale(1)}.toast-transition-leave-to{opacity:.6;transform:translateY(120%) scale(.8)}@media screen and (max-width:767px){.toast{max-width:none;padding:1.2rem;width:100%}.toast-container .base-wrapper{padding:0 1rem 1rem}}.cookie-consent a{border-bottom:1px solid var(--textOnAccentColorMuted40,hsla(0,0%,100%,.4));color:var(--textOnAccentColor,#fff);font-weight:500;transition:border-bottom .24s ease-out}.cookie-consent a:focus,.cookie-consent a:hover{border-bottom:1px solid var(--textOnAccentColor,#fff)}.cookie-consent-inner{margin-bottom:1.6rem;padding:.4rem .8rem}.cookie-consent .title-xxs{margin:0 0 .8rem;padding:0}.cookie-consent .body-s{margin:0;padding:0}.cookie-consent-buttons{display:flex;gap:1rem}.cookie-consent-buttons .quaternary-alt{padding:1rem 4rem 1.2rem}.cookie-consent-buttons .primary-alt{flex:1}@media screen and (max-width:767px){.cookie-consent-inner{padding:.2rem .6rem}}
