.NotFound{background-color:var(--color-background);flex-direction:column;width:100%;min-height:100dvh;display:flex;overflow:hidden}.NotFound .container{flex-direction:column;flex:1;height:100%;display:flex}.NotFound-inner{flex-direction:column;flex:1;align-items:center;padding:30px 0;display:flex}@media only screen and (max-width:768px){.NotFound-inner{padding:20px 0}}.NotFound-logo{flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:10px;display:flex}.NotFound-logo svg{flex-shrink:0;width:100%;height:100%}@media (max-width:400px){.NotFound-logo{width:300px}}.NotFound-content{text-align:center;flex-direction:column;align-items:center;gap:40px;width:100%;margin:100px;display:flex}@media only screen and (max-width:768px){.NotFound-content{margin:20px}}.NotFound-message{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.NotFound-title{font-family:var(--font-title);font-weight:var(--font-weight-bold);text-align:center;color:#4e72b3b3;font-size:128px}@media (min-width:1024px){.NotFound-title{padding:0}}.NotFound-text{font-family:var(--font-text);font-size:var(--desktop-m);text-align:center;line-height:1.2}.NotFound-button{background-color:var(--color-primary-variante-1);border-radius:12px;justify-content:center;align-items:center;width:fit-content;height:51px;margin:0 auto;padding:20px;display:flex}.NotFound-buttonText{font-family:var(--font-text);font-size:var(--desktop-m);color:var(--color-white);font-weight:var(--font-weight-medium);text-align:center}
