:root{--font-montserrat:"Montserrat",sans-serif;--tag-active:#2a951c;--max-width-box-point:1528px;--max-width-box:79.5834vw;--max-container-point:1078px;--max-container-width:calc((var(--max-container-point) / var(--max-width-box-point)) * 100%);--form-background-color:rgb(189,220,244);--block-border-radius:16px;--orange-text-color:rgb(237,171,98);--accent-text-color:rgb(224,116,0);--active-color:rgb(73,140,191);--disable-color:rgb(179,198,213);--active-color-hover:rgb(22,84,130);--error-color:rgb(220,38,38);--inactive-text-color:rgb(210,210,210)}*{box-sizing:border-box;padding:0;margin:0}html{overflow-y:scroll;overflow-x:hidden}body,html{line-height:120%;font-family:var(--font-montserrat);width:100vw;max-width:100%}body.default-background,body.home-background{position:relative;display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;margin:0;padding:0;overflow-x:hidden}body.default-background:before,body.home-background:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background-size:cover;background-position:50%;background-repeat:no-repeat}body.default-background:before{background-image:url(/images/background.png);background-color:#f2f2f2}body.home-background:before{background-image:url(/images/home-background.png);background-color:#fffcf6}.main{display:flex;flex-direction:column;min-height:100%;height:-moz-fit-content;height:fit-content;width:100%}