.layout{max-width:100vw;height:100vh;padding:var(--space-content-default);flex-direction:column;width:56.25vh;margin:0 auto;display:flex;position:relative}.layout__background_container{z-index:-1;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.layout__background{width:100%;height:100%;position:absolute;top:15%;left:20%}.layout__background_image{filter:grayscale();mix-blend-mode:multiply;object-fit:cover;opacity:.1;width:100%;height:100%}.layout__header{padding:var(--space-stack-squish-default);justify-content:space-between;align-items:center;display:flex}.layout__header--left,.layout__header--right{flex:1;display:flex}.layout__header--left{justify-content:flex-start}.layout__header--right{justify-content:flex-end}.layout__logo{flex:none}.layout__header img{width:5rem}.layout__main{gap:var(--space-default);padding-top:var(--space-xxlarge);flex-direction:column;flex-grow:1;display:flex}
.back_button{color:var(--almost-white);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:0;display:flex}.back_button:hover{opacity:.8}.back_button svg{width:2.5rem;height:2.5rem}
