*,body,html{box-sizing:border-box;padding:0;margin:0;font-family:Inter,"system-ui"}header{max-height:108px}@media only screen and (max-width:767.98px){header{max-height:none}}#__next{min-height:100vh;width:100%}#__next,main{display:flex;flex:1 1;flex-direction:column}main{background:var(--ui-colors-bg-base)}.spin_load{width:40px;height:40px;border:4px solid var(--ui-colors-bg-brand);border-bottom:4px solid transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .5s linear infinite;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hidden_element{display:none}