#head{position:relative;z-index:100;width:100vw;background:linear-gradient(to right,#514a9d,#24c6dc);background-position-x:18rem;box-shadow:5px 0 10px rgba(0,0,0,.5)}@media (max-width:400px){#head{background:#514a9d}}#head .row{min-height:4rem;display:flex;align-items:center}#head .row.cookie-notification{background-color:#ffd54f;color:#000;padding:1rem 2rem}#head .row.cookie-notification>.body{font-size:1rem;display:flex;justify-content:space-between;align-items:center;width:60rem;max-width:calc(100% - 2rem);margin:auto}@media (max-width:600px){#head .row.cookie-notification>.body{flex-direction:column;text-align:center}#head .row.cookie-notification>.body .label{flex-direction:column;display:flex;align-items:center;text-align:center}#head .row.cookie-notification>.body .label a{margin-left:0}}#head .row.cookie-notification>.body a{font-weight:700;text-decoration:underline;margin-left:1rem;color:#000}#head .row.cookie-notification>.body .button{text-transform:uppercase;border:solid 2px;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}@media (max-width:600px){#head .row.cookie-notification>.body .button{margin-top:2rem}}#head .row.verify-email{background-color:#ef5350;color:#fff;padding:1rem 2rem}#head .row.verify-email>.body{font-size:1rem;display:flex;justify-content:space-between;align-items:center;width:60rem;max-width:calc(100% - 2rem);margin:auto}@media (max-width:600px){#head .row.verify-email>.body{flex-direction:column;text-align:center}#head .row.verify-email>.body .label{text-align:center}}#head .row.verify-email>.body .button{text-transform:uppercase;border:solid 2px;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}@media (max-width:600px){#head .row.verify-email>.body .button{margin-top:2rem}}#head .row.top-row .logo{width:18rem;height:4rem;background:#514a9d url(/media/logo.png) 2rem 50% no-repeat;background-size:auto 75%}@media (max-width:800px){#head .row.top-row .logo.logged{display:none}}#head .row.top-row .burger-menu{width:4rem;height:4rem;cursor:pointer;flex-shrink:0;color:#fff;display:flex;align-items:center;justify-content:center}#head .row.top-row .spacer{flex:1}#head .row.top-row .button-panel{height:100%;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;background-color:#514a9d}#head .row.top-row .button-panel .button{position:relative;width:4rem;height:4rem;background:50% no-repeat;background-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}#head .row.top-row .button-panel .button[_icon=signout]{background-image:url(/media/signout.svg)}@media (max-width:450px){#head .row.top-row .button-panel .button[_icon=signout]{display:none}}#head .row.top-row .button-panel .button.important{background-color:#514a9d;color:#fff}#head .row.top-row .button-panel .button.important .bubble{opacity:1}#head .row.top-row .button-panel .button .bubble{position:absolute;right:.5rem;bottom:.5rem;color:#000;font-weight:700;font-size:1rem;transition:.2s}@media (min-width:1200px){#head .row.bottom-row{display:none}}@media (max-width:800px){#head .row.bottom-row{height:auto;height:fit-content;min-height:4rem}}#head .row.bottom-row .verify-email{flex:1;height:100%;display:flex;align-items:center;background-color:#ef5350;color:#fff;padding:0 2rem}@media (max-width:800px){#head .row.bottom-row .verify-email{flex-direction:column}}#head .row.bottom-row .verify-email .label{flex:1}@media (max-width:800px){#head .row.bottom-row .verify-email .label{margin:1rem 0}}#head .row.bottom-row .verify-email .button{position:relative;background-color:#ef9a9a;padding:.75rem 2rem;border-radius:.25rem;cursor:pointer}@media (max-width:800px){#head .row.bottom-row .verify-email .button{margin-bottom:1rem}}#body{position:relative;z-index:99;flex:1;display:flex;overflow:hidden}#body #sidebar{position:relative;z-index:99;left:0;width:18rem;height:100%;max-height:100%;flex-shrink:0;display:flex;flex-direction:column;background-color:#fff;box-shadow:6px 0 20px rgba(0,0,0,.1);overflow:hidden;transition:width .2s}@media (max-width:800px){#body #sidebar{position:absolute;height:100%}}@media (max-width:400px){#body #sidebar{width:100vw}}#body #sidebar .full-wrapper{width:18rem;height:100%;display:flex;flex-direction:column;overflow-x:hidden}@media (max-width:400px){#body #sidebar .full-wrapper{width:100vw}}#body #sidebar .full-wrapper .head{height:12rem;flex-shrink:0}#body #sidebar .full-wrapper .head .logged-wrapper{position:relative;width:100%;height:100%;background-color:#514a9d;display:flex;flex-direction:column;align-items:center;justify-content:center}#body #sidebar .full-wrapper .head .logged-wrapper.not-logged .signtext{color:#fff;font-weight:700;text-shadow:1px 1px #263238}#body #sidebar .full-wrapper .head .logged-wrapper.logged .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:50% no-repeat;background-size:cover}#body #sidebar .full-wrapper .head .logged-wrapper.logged .avatar{position:absolute;width:5rem;height:5rem;background:50% no-repeat;background-size:cover;border-radius:100%;top:2rem;left:2rem;pointer-events:none;animation:sidebar-avatar-animation infinite 2s}@keyframes sidebar-avatar-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.5)}100%{box-shadow:0 0 0 1rem transparent}}#body #sidebar .full-wrapper .head .logged-wrapper.logged .avatar .shadow-wrapper{position:absolute;width:100%;height:100%;border-radius:100%}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info{position:absolute;bottom:0;left:0;width:100%;height:3rem;background-color:rgba(0,0,0,.5);color:#eee;display:flex;align-items:center;padding-left:2rem}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info .username{flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info .menu-button{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info .menu-button.show{background-color:rgba(255,255,255,.5)}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info .menu-button.show span{transform:rotate(-180deg)}#body #sidebar .full-wrapper .head .logged-wrapper.logged .info .menu-button span{transition:.25s}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu{position:absolute;z-index:9;top:100%;bottom:0;right:-5%;left:-5%;height:0;width:110%;padding:0 5%;color:#253038;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:center;overflow:hidden;transition:.25s;box-shadow:5px 0 10px transparent}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu.show{height:14rem;box-shadow:5px 0 10px rgba(0,0,0,.5)}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu .section{border-bottom:solid 1px #ddd}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu .section:last-child{border-bottom:none}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu .section .item{padding:.9rem 2rem;cursor:pointer;transition:.2s}#body #sidebar .full-wrapper .head .logged-wrapper.logged .menu .section .item:hover{color:#333;background-color:#ddd}#body #sidebar .full-wrapper .head .logged-wrapper .material-button{width:75%}#body #sidebar .full-wrapper .user-menu{position:relative}#body #sidebar .full-wrapper .user-menu .info{bottom:0;left:0;width:100%;height:3rem;background-color:#514a9d;color:#eee;display:flex;align-items:center;padding-left:2rem;box-shadow:0 .1rem .5rem rgba(0,0,0,.5)}#body #sidebar .full-wrapper .user-menu .info .username{flex:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#body #sidebar .full-wrapper .user-menu .info .menu-button{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s}#body #sidebar .full-wrapper .user-menu .info .menu-button.show{background-color:rgba(255,255,255,.5)}#body #sidebar .full-wrapper .user-menu .info .menu-button.show i{transform:rotate(-180deg)}#body #sidebar .full-wrapper .user-menu .info .menu-button i{transition:.25s}#body #sidebar .full-wrapper .user-menu .menu{position:absolute;z-index:9;top:100%;bottom:0;right:-5%;left:-5%;height:0;width:110%;padding:0 5%;color:#253038;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:center;overflow:hidden;transition:height .2s,opacity .2s;opacity:0;box-shadow:5px 0 10px transparent}#body #sidebar .full-wrapper .user-menu .menu.show{opacity:1;height:6rem;box-shadow:5px 0 10px rgba(0,0,0,.5);transition:height .2s}#body #sidebar .full-wrapper .user-menu .menu .section{border-bottom:solid 1px #ddd}#body #sidebar .full-wrapper .user-menu .menu .section:last-child{border-bottom:none}#body #sidebar .full-wrapper .user-menu .menu .section .item{padding:.9rem 2rem;cursor:pointer;transition:.2s}#body #sidebar .full-wrapper .user-menu .menu .section .item:hover{color:#333;background-color:#ddd}#body #sidebar .full-wrapper .navigation{flex:1;overflow-y:auto;overflow-y:overlay;overflow-x:hidden}@media (max-height:700px){#body #sidebar .full-wrapper .navigation{overflow:visible!important}}#body #sidebar .full-wrapper .navigation .category{position:relative;padding:1rem 0}#body #sidebar .full-wrapper .navigation .category:not(:last-child)::after{content:'';position:absolute;width:calc(100% - 2rem);height:1px;background-color:#ddd;bottom:0;left:1rem}#body #sidebar .full-wrapper .navigation .headline{color:#514a9d;font-size:1rem;font-weight:700;padding:1.5rem 2rem .75rem 2rem;text-transform:uppercase}#body #sidebar .full-wrapper .navigation .item{padding:0 1.5rem 0 2rem;color:#514a9d;background-color:#fff;transition:.2s;height:3.25rem;display:flex;width:100%;align-items:center}#body #sidebar .full-wrapper .navigation .item.rippling{color:#000}#body #sidebar .full-wrapper .navigation .item:hover{background-color:#e6e6e6}#body #sidebar .full-wrapper .navigation .item .inner{position:relative;z-index:1;display:flex;width:100%;align-items:center}#body #sidebar .full-wrapper .navigation .item .inner .label{flex:1;height:1rem}#body #sidebar .full-wrapper .navigation .item .inner .flag{font-size:.8rem;background-color:#514a9d;color:#fff;padding:.3rem .5rem;border-radius:.25rem;font-weight:700}#body #sidebar .full-wrapper .foot{flex-shrink:0;border-top:solid 1px #ddd;background-color:#f2f6f8;padding:1rem;font-size:.75rem;color:#999}#body #content{flex:1;display:flex;flex-direction:column}#body #content iframe#content-frame{position:relative;flex:1;height:100%;width:100%;transition:.25s}#body #notifications{position:absolute;z-index:99;right:0;width:20rem;height:100%;max-height:100%;flex-shrink:0;display:flex;flex-direction:column;background-color:#fff;box-shadow:-6px 0 20px rgba(0,0,0,.1);overflow:hidden;transition:right .2s}#body #notifications.inside{right:-20rem}#body #notifications>.headline{font-size:1.5rem;font-weight:300;width:100%;text-align:center;padding:2rem;border-bottom:solid 1px #ddd}#body #notifications .noties{flex:1;overflow:auto}#body #notifications .noties .notification{position:relative;word-break:break-all;word-break:break-word;padding:1rem;margin:1rem 1rem 0 1rem;flex-shrink:0;opacity:0;right:calc(-100% - 1rem);height:fit-content;display:flex;flex-direction:row;background-color:#fff;border:solid 1px #d7dfe3;border-radius:4px;box-shadow:0 0 0 transparent;overflow:hidden;cursor:pointer;transition:box-shadow .2s}#body #notifications .noties .notification.visible{opacity:1;right:0}#body #notifications .noties .notification:hover{box-shadow:0 .333rem 1.25rem rgba(0,0,0,.1)}#body #notifications .noties .notification .content{width:100%}#body #notifications .noties .notification .content .head{display:flex}#body #notifications .noties .notification .content .head .headline{font-size:1.2rem;margin-bottom:.5rem;flex:1}#body #notifications .noties .notification .content .head .delete{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#514a9d;border-radius:100%;overflow:hidden}#body #notifications .noties .notification .content .timestamp{font-size:.8rem;color:#333;margin-top:.25rem}.sidebar-in #sidebar{width:0!important}#connecting,#please-wait{position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background-color:#514a9d;display:flex;align-items:center;justify-content:center}#connecting .wrapper,#please-wait .wrapper{width:30rem;max-width:100vw;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}#connecting .wrapper .line,#please-wait .wrapper .line{font-size:1.5rem;align-items:center;text-align:center}#connecting .wrapper .loading,#please-wait .wrapper .loading{margin:1rem 0;width:10rem;height:10rem;background:url(/media/connecting.svg) 50%;background-size:10rem}#connecting .wrapper .progress,#please-wait .wrapper .progress{width:calc(100vw - 2rem);max-width:22rem;height:2rem;border-radius:999px;overflow:hidden;margin-top:2rem;background-color:rgba(255,255,255,.2)}#connecting .wrapper .progress .inner,#please-wait .wrapper .progress .inner{background-color:#fff;height:100%;width:50%}