.notification{align-items:center;border-radius:5px;color:#e6d9d9;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;max-height:15rem;padding:2rem;position:fixed;right:0;text-align:center;top:10%;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .5s;width:35rem;z-index:4}.notification--shown{-webkit-transform:translateX(0);transform:translateX(0)}.notification--success{background-color:#2d9b2d}.notification--fail{background-color:#cc1b1b}.backdrop{height:100%;min-height:100vh;position:fixed;width:100vw;z-index:1}.backdrop:after{background-color:#161616;content:"";height:100%;opacity:.5;position:absolute;width:100%}.loading-spinner{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite;border-color:#c41111 transparent;border-radius:50%;border-style:solid;border-width:1rem;display:inline-block;height:8rem;left:50%;opacity:1;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:8rem;z-index:2}@-webkit-keyframes spinner{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.btn{all:unset;border-radius:5px;box-shadow:-.1rem .1rem .5rem #161616;cursor:pointer;display:inline-block;font-size:2.5rem;padding:1rem 2rem;transition:all .2s}.btn:active{-webkit-transform:translateY(3px);transform:translateY(3px)}@media only screen and (max-width:38.125em){.btn{font-size:1.8rem}}@media only screen and (max-width:25em){.btn{font-size:1.5rem}}.btn:focus-visible{font-size:2.8rem}.btn-primary{background-color:#c41111;color:#e6d9d9}.btn-primary:focus-visible,.btn-primary:hover{background-color:#e6d9d9;color:#c41111}.btn-secondary{background-color:#e6d9d9;color:#c41111}.btn-secondary:focus-visible,.btn-secondary:hover{background-color:#c41111;color:#e6d9d9}.btn-disabled{cursor:not-allowed}.btn-disabled:focus-visible,.btn-disabled:hover{background-color:#e6d9d9;color:#c41111}.form-control{align-items:flex-start;display:flex;flex-direction:column-reverse;font-size:2rem;justify-content:center}.form-control:not(:last-child){margin-bottom:2rem}.form-control__label{transition:all .2s}.form-control textarea{resize:vertical}.form-control__input{border:none;font-size:inherit;margin:2rem auto 0;outline:2px solid #161616;padding:.5rem 1.2rem;transition:all .2s;width:calc(100% - 4px)}.form-control__input:focus{outline:2px solid #c41111}.form-control__input:focus~label{color:#c41111}.form-control__input--file{display:none}.form-control__input--invalid{background-color:rgba(196,33,33,.847)}.form-control__input--toggle-show-password{all:unset;cursor:pointer;display:inline-block;height:100%;position:absolute;right:5px;top:50%;-webkit-transform:translateY(-30%);transform:translateY(-30%);transition:all .2s}.form-control__input--toggle-show-password__icon{height:3rem;width:3rem}.form-control__input--toggle-show-password:focus,.form-control__input--toggle-show-password:hover{fill:#c41111}.form-control__input--wrapper{display:flex;position:relative;width:100%}.photo-preview{align-items:center;display:flex;height:25rem;justify-content:center;margin:2rem auto;position:relative;width:25rem}.photo-preview__remove{all:unset;background-color:#161616;-webkit-clip-path:polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);clip-path:polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);cursor:pointer;height:3rem;position:absolute;right:0;top:0;transition:all .2s;width:3rem}.photo-preview__remove:focus-visible,.photo-preview__remove:hover{background-color:#c41111}.photo-preview__photo{zoom:50%;-webkit-clip-path:circle();clip-path:circle();height:100%;width:100%}.upload-photo__actions{align-items:center;display:flex;justify-content:flex-start}.upload-photo__actions>*{margin-bottom:2rem}.upload-photo__actions>:not(:first-child){margin-left:3rem;margin-right:3rem}.settings{grid-column-gap:10%;-webkit-column-gap:10%;column-gap:10%;display:grid;grid-template-columns:1fr 1fr;padding:3rem 8rem;width:100%}@media only screen and (max-width:62.5em){.settings .section-photo{grid-row:1}.settings{grid-template-columns:1fr}}@media only screen and (max-width:38.125em){.settings{padding:3rem}}.settings__separator{background:#c41111;height:5px;margin:3rem 0;width:100%}.settings__heading{margin:1rem 0;text-align:start}.settings__confirm-email,.settings__delete-account,.settings__update-data,.settings__update-password{display:flex;flex-direction:column;grid-column:1;width:100%}.settings__update-photo{display:flex;flex-direction:column;width:100%}@media only screen and (max-width:62.5em){.settings__update-photo{grid-column:1;grid-row:1/2}}.post__card{align-items:flex-start;background-color:#e6d9d9;border-radius:5px;color:#161616;cursor:pointer;display:flex;flex-direction:column;margin:1rem;min-width:0;overflow:hidden;padding:2rem;text-decoration:none;transition:all .5s}.post__card:focus-visible,.post__card:hover{background-image:linear-gradient(to bottom right,hsla(0,0%,9%,.2),hsla(0,21%,88%,.8))}.post__card--header{align-items:center;display:flex;justify-content:flex-start;width:100%}.post__card--author{font-size:3rem;font-weight:700;text-align:start}.post__card--date{font-size:1.2rem;font-weight:400;margin:0 1rem}.post__card--body{width:100%}.post__card--title{font-size:2rem;margin:.8rem 0;text-align:start}.post__card--content{display:inline-block;font-size:1.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%!important}.post__card--footer{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;font-size:1.6rem;margin-top:1rem}.post__card--category{background-color:#c41111;border-radius:5px;color:#e6d9d9;font-weight:700;padding:.3rem .6rem}.post__card--category:not(:last-child){margin:.4rem}.post__card--actions{align-self:stretch;color:#161616;display:flex;font-size:1.8rem;justify-content:space-evenly;margin-top:1rem}.post__card--actions__icon{height:100%;width:100%}.post__card--actions__icon--filled{fill:#c41111}.post__card--actions button{all:unset;border-radius:5px;height:3rem;padding:.3rem .6rem;transition:all .2s;width:3rem}.post__card--actions button:focus-visible,.post__card--actions button:hover{background-color:#c41111}.home{padding:4rem}@media only screen and (max-width:31.25em){.home{padding:2.75rem}}.home-posts{align-items:flex-start;display:grid;grid-template-columns:50% 50%}@media only screen and (max-width:62.5em){.home-posts{grid-template-columns:100%}}.home__edit-post{align-items:flex-start;display:flex;flex-direction:column;margin:1rem}.home__edit-post--title{font-size:2.6rem;margin:1rem 0}.edit-post__form{background-color:#fff;border-radius:10px;box-shadow:1rem 2rem 2rem #161616;display:flex;flex-direction:column;height:95vh;left:50%;overflow-y:scroll;padding:5rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50%;z-index:2}.edit-post__form--title{font-size:2.6rem;margin:1rem 0}.edit-post__form--load-categories{all:unset;color:#161616;cursor:pointer;font-size:1.6rem;margin:1rem;padding:1rem;text-decoration:underline}.edit-post__form--load-categories:focus-visible,.edit-post__form--load-categories:hover{color:#c41111}.edit-post__form--attachments-limit{color:#c41111;font-size:1.8rem;margin:1rem 0}.edit-post__form--attach-file{display:none}.edit-post__form--attached-files{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-evenly}.edit-post__form--attached-file{font-size:1.4rem;margin:2rem 1rem}.edit-post__form--attached-file__name{margin:0 1rem}.edit-post__form--attached-file__remove{background-color:#c41111;border-radius:5px;cursor:pointer;padding:1rem}.edit-post__form--attached-file__remove:focus-visible,.edit-post__form--attached-file__remove:hover{background-color:#161616;color:#e6d9d9}.edit-post__form button{align-self:flex-start}.select__title{font-size:2rem}.select__list{font-size:1.8rem;list-style:none}.select__list--item{background-color:#e6d9d9;border-radius:5px;cursor:pointer;display:inline-block;margin:1rem;padding:1rem 2rem;transition:all .2s;-webkit-user-select:none;user-select:none}.select__list--item:focus-visible,.select__list--item:hover{background-color:#c41111}.select__list .selected{background-color:#c41111}.filter-posts{align-items:center;display:flex;justify-content:space-between}.sort-posts{align-items:flex-start;display:flex;flex-direction:column;margin:1rem;position:relative}.sort-posts__actions{align-items:center;display:flex;justify-content:space-between}.sort-posts__dir{margin:0 .5rem}.sort-posts__options{background-color:#c41111;border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;font-size:1.6rem;height:0;left:0;list-style:none;overflow:hidden;padding:1rem;position:absolute;text-align:start;top:100%;visibility:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.sort-posts__options--shown{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;visibility:visible}.sort-posts__option{cursor:pointer;margin:1rem 0;padding:1rem;transition:all .2s}.sort-posts__option:focus-visible,.sort-posts__option:hover{background-color:#e6d9d9;color:#c41111}.sort-posts [data-selected=true]{background-color:#e6d9d9;color:#c41111}.pagination{font-size:1.8rem;grid-column:1/-1;margin-top:2rem}.pagination__next,.pagination__prev{all:unset;background-color:#c41111;border-radius:5px;box-shadow:.3rem .3rem 1rem #161616;color:#e6d9d9;cursor:pointer;font-size:2rem;height:2.5rem;margin:0 .5rem;padding:.8rem;transition:all .2s;width:2.5rem}.pagination__next:focus-visible,.pagination__next:hover,.pagination__prev:focus-visible,.pagination__prev:hover{background-color:#e6d9d9;color:#c41111}.pagination__page,.pagination__total{margin:0 1rem}.pagination__page{color:#c41111}.most-popular-users{display:flex;flex-direction:column;list-style:none;margin:2rem}.most-popular-users__header{font-size:2rem;margin:1rem 3rem;text-align:start}.most-popular-users__link{color:#161616;font-size:1.6rem;font-weight:700;transition:all .2s}.most-popular-users__link:active,.most-popular-users__link:focus-visible,.most-popular-users__link:hover{color:#c41111}.popular-user{align-items:center;background-color:#e6d9d9;border-radius:5px;display:grid;font-size:2rem;grid-template-columns:3fr 1fr;grid-template-rows:2fr 1fr;justify-content:start;margin:1rem;padding:1rem}.popular-user__photo{-webkit-clip-path:circle(50%);clip-path:circle(50%);display:inline-block;grid-row:1/-1;height:6rem;margin:0 .5rem;width:6rem}.popular-user__photo img{height:100%;width:100%}.popular-user__info{align-items:center;display:grid;grid-row:1/-1;grid-template-columns:1fr 3fr;grid-template-rows:1fr 1fr;justify-content:flex-start}.popular-user__bio,.popular-user__name{display:inline-block;justify-self:flex-start;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;width:100%!important}.popular-user__bio{font-size:1.4rem;grid-column:2/2}.popular-user__actions{align-self:stretch;display:flex;flex-direction:column;grid-column:2/2;grid-row:1/-1;justify-content:space-evenly;text-align:center}.popular-user__follow,.popular-user__view{all:unset;border-radius:5px;color:#c41111;cursor:pointer;transition:all .2s}.popular-user__follow:active,.popular-user__follow:focus-visible,.popular-user__follow:hover,.popular-user__view:active,.popular-user__view:focus-visible,.popular-user__view:hover{background-color:#c41111;color:#e6d9d9}.category__item{background-color:#e6d9d9;border-radius:10px;color:#000;cursor:pointer;font-size:1.8rem;margin:1rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:1rem 2rem;text-decoration:none;transition:all .2s}.category__item:focus-visible,.category__item:hover{background-color:rgba(196,17,17,.9)}.categories{display:flex;flex-direction:column;font-size:2rem;list-style:none;margin:2rem}.categories__header{font-size:2rem;margin:1rem 3rem;text-align:start}.categories__link{color:#161616;font-size:1.6rem;font-weight:700;transition:all .2s}.categories__link:active,.categories__link:focus-visible,.categories__link:hover{color:#c41111}.home{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:minmax(5rem,8rem)}@media only screen and (max-width:68.75em){.home{grid-template-columns:1fr}}.home__content--secondary{grid-column:2;grid-row:2;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;right:0;top:0}@media only screen and (max-width:68.75em){.home__content--secondary{display:none}}.no-posts,.no-users{font-size:2rem;grid-column:1/-1;margin:4rem 1rem;text-align:center}.sidebar{-webkit-animation:hideSideBar .5s forwards;animation:hideSideBar .5s forwards;background-color:#c41111;border-bottom-right-radius:10px;border-top-right-radius:10px;box-shadow:.5rem .2rem 2rem #161616;cursor:pointer;height:20%;left:-23%;position:fixed;right:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .5s;width:25%;z-index:2}@media only screen and (max-width:43.75em){.sidebar{-webkit-animation:hideSideBarSm .5s forwards;animation:hideSideBarSm .5s forwards;left:-65%;width:70%}}.sidebar--hidden{display:none}.sidebar__shown{-webkit-animation:showSideBar .5s .5s forwards;animation:showSideBar .5s .5s forwards;height:100%;top:0;-webkit-transform:translateY(0);transform:translateY(0);transition:all .5s}@media only screen and (max-width:43.75em){.sidebar__shown{-webkit-animation:showSideBarSm .5s forwards;animation:showSideBarSm .5s forwards}}.sidebar__shown>.sidebar__list{visibility:visible}.sidebar__list{align-items:stretch;display:flex;flex-direction:column;font-size:2.4rem;font-weight:700;height:100%;justify-content:flex-start;list-style:none;padding-top:7.6rem;visibility:hidden;width:100%}.sidebar__list-item{align-items:center;border-bottom:2px solid;border-top:2px solid;color:#e6d9d9;cursor:pointer;display:flex;justify-content:space-between;margin:.4rem 0;padding:2rem 1rem;position:relative;text-decoration:none;transition:all .3s;width:100%}.sidebar__list-item--icon{fill:currentColor;display:inline-block;font-size:inherit}.sidebar__list-item:after{background-color:#e6d9d9;border-bottom-right-radius:10px;border-top-right-radius:10px;content:"";height:10%;left:-1rem;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s;width:2rem}.sidebar__list-item:focus,.sidebar__list-item:hover{color:#161616;outline:none}.sidebar__list-item:focus:after,.sidebar__list-item:hover:after{-webkit-animation:listItemHover .5s .5s forwards;animation:listItemHover .5s .5s forwards;height:100%;opacity:.3}@-webkit-keyframes listItemHover{to{width:100%}}@keyframes listItemHover{to{width:100%}}@-webkit-keyframes showSideBar{0%{left:-23%;right:auto}to{left:0;right:auto}}@keyframes showSideBar{0%{left:-23%;right:auto}to{left:0;right:auto}}@-webkit-keyframes hideSideBar{0%{left:0;right:auto}to{left:-23%;right:auto}}@keyframes hideSideBar{0%{left:0;right:auto}to{left:-23%;right:auto}}@-webkit-keyframes showSideBarSm{0%{left:-65%;right:auto}to{left:0;right:auto}}@keyframes showSideBarSm{0%{left:-65%;right:auto}to{left:0;right:auto}}@-webkit-keyframes hideSideBarSm{0%{left:0;right:auto}to{left:-65%;right:auto}}@keyframes hideSideBarSm{0%{left:0;right:auto}to{left:-65%;right:auto}}.header{background-color:#c41111;border-bottom-left-radius:10px;border-bottom-right-radius:10px;color:#e6d9d9;font-size:2.6rem;height:8rem;padding:0 2rem;width:100%}.header,.header__user{align-items:center;display:flex}.header__user{margin-right:1rem;position:relative;z-index:2}.header__user-name{color:inherit;text-decoration:none}@media only screen and (max-width:38.125em){.header__user-name{display:none}}.header__user-photo{-webkit-clip-path:circle(50%);clip-path:circle(50%);cursor:pointer;display:inline-block;height:6rem;margin:0 2rem;width:6rem}.header__user-photo img{height:100%;width:100%}.header__user-options{background-color:#e6d9d9;border-radius:5px;color:#c41111;display:flex;flex-direction:column;height:0;justify-content:flex-end;left:auto;list-style:none;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:all .2s;width:100%;width:-webkit-max-content;width:max-content}.header__user-options--shown{height:10rem;padding:1rem}.header__user-option{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:space-between;padding:2px;transition:all .2s}.header__user-option:focus-visible,.header__user-option:hover{background-color:#c41111;color:#e6d9d9}.header__user-option--icon{fill:currentColor;height:3.5rem;width:3.5rem}.header__user-option--icon svg{height:100%;width:100%}.header__nav{align-items:center;display:flex;justify-content:space-between;width:100%}.header__nav--links{display:flex}.header__actions{display:flex;justify-content:space-between;padding-right:1rem}.header__action{margin:0 .5rem!important}@media only screen and (max-width:38.125em){.header__action--signup{display:none}}.header__logo{align-items:center;display:flex;height:8rem;justify-content:center;width:8rem}.header__logo-lang{fill:currentColor;align-items:center;display:flex}.toggle-language{position:relative}.toggle-language__btn{fill:currentColor;all:unset;align-items:center;border-radius:5px;color:#e6d9d9;cursor:pointer;display:flex;padding:1rem;transition:all .2s}.toggle-language__btn:focus-visible,.toggle-language__btn:hover{background-color:#e6d9d9;color:#c41111}.toggle-language__icon{height:4rem;margin-right:1rem;width:4rem}.toggle-language__list{background-color:#c41111;border-radius:5px;height:0;list-style:none;overflow:hidden;position:absolute;top:100%;transition:height .2s;width:6rem}.toggle-language__list--shown{height:auto;z-index:2}.toggle-language__list--item{cursor:pointer;padding:1rem;transition:all .2s}.toggle-language__list--item:focus-visible,.toggle-language__list--item:hover{background-color:#e6d9d9;color:#c41111}.nav-item{align-items:center;border-radius:10px;color:#e6d9d9;cursor:pointer;display:flex;flex-direction:column;font-size:1.4rem;justify-content:center;margin:0 2rem;padding:0 1rem;text-decoration:none;transition:all .2s}.nav-item:focus-visible,.nav-item:hover{background-color:#e6d9d9;color:#c41111}.nav-item__icon{fill:currentColor;height:4rem;width:4rem}.nav-item__icon svg{height:100%;width:100%}@media only screen and (max-width:31.25em){.nav-item__label{display:none}}*,:after,:before{box-sizing:inherit;margin:0;padding:0}html{font-size:62.5%}@media only screen and (max-width:50em){html{font-size:50%}}@media only screen and (max-width:38.125em){html{font-size:40%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}::-webkit-scrollbar{height:.5em;width:.2em}::-webkit-scrollbar-track{background-color:#e6d9d9;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb{background:#c41111;border-radius:1em}::-webkit-scrollbar-thumb:hover{border-radius:1em}::selection{background-color:#c41111;color:#e6d9d9}.App{text-align:center}.heading-primary{font-size:3.5rem}.heading-secondary{font-size:2rem}.heading-tertiary{font-size:1.8rem}.paragraph{font-size:1.6rem}.invalid__message{color:rgba(196,33,33,.847);margin-top:1rem}.hidden{display:none}.rtl{direction:rtl}.ltr{direction:ltr}.link{all:unset;align-self:end;color:#c41111;cursor:pointer;font-size:2rem;position:relative;text-decoration:none;transition:all .2s}.link:focus:after,.link:hover:after{-webkit-animation:underline .4s ease forwards;animation:underline .4s ease forwards;background-color:currentColor;bottom:-5px;content:"";height:3px;left:0;position:absolute}.link:focus{color:#161616;outline:none}@-webkit-keyframes underline{0%{width:0}to{width:100%}}@keyframes underline{0%{width:0}to{width:100%}}.recaptcha{margin:1rem 0}.rtl .header__user-options{left:0;right:auto}.rtl .notification{left:0;right:auto;-webkit-transform:none;transform:none;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rtl .notification--shown{-webkit-transform:translateX(0);transform:translateX(0)}.rtl .sidebar{-webkit-animation:hideSideBarRTL .5s forwards;animation:hideSideBarRTL .5s forwards;border-bottom-left-radius:10px;border-bottom-right-radius:0;border-top-left-radius:10px;border-top-right-radius:0;left:auto;right:-23%}@media only screen and (max-width:62.5em){.rtl .sidebar{-webkit-animation:hideSideBarRTL_SM .5s forwards;animation:hideSideBarRTL_SM .5s forwards}}@media(hover:none){.rtl .sidebar--hover__effect{-webkit-animation:showSideBarRTL .5s .5s forwards;animation:showSideBarRTL .5s .5s forwards;height:100%;top:0;-webkit-transform:translateY(0);transform:translateY(0);transition:all .5s}}@media only screen and (hover:none)and (max-width:43.75em){.rtl .sidebar--hover__effect{-webkit-animation:showSideBarRTL_Sm .5s forwards;animation:showSideBarRTL_Sm .5s forwards}}.rtl .sidebar:focus-visible,.rtl .sidebar:hover{-webkit-animation:showSideBarRTL .5s .5s forwards;animation:showSideBarRTL .5s .5s forwards}@media only screen and (max-width:62.5em){.rtl .sidebar:focus-visible,.rtl .sidebar:hover{-webkit-animation:showSideBarRTL_SM .5s forwards;animation:showSideBarRTL_SM .5s forwards}}.rtl .sidebar__list-item:after{border-bottom-left-radius:10px;border-bottom-right-radius:0;border-top-left-radius:10px;border-top-right-radius:0;left:auto;right:-1rem;top:50%}@-webkit-keyframes showSideBarRTL{0%{left:auto;right:-23%}to{left:auto;right:0}}@keyframes showSideBarRTL{0%{left:auto;right:-23%}to{left:auto;right:0}}@-webkit-keyframes hideSideBarRTL{0%{left:auto;right:0}to{left:auto;right:-23%}}@keyframes hideSideBarRTL{0%{left:auto;right:0}to{left:auto;right:-23%}}@-webkit-keyframes showSideBarRTL_SM{0%{left:auto;right:-65%}to{left:auto;right:0}}@keyframes showSideBarRTL_SM{0%{left:auto;right:-65%}to{left:auto;right:0}}@-webkit-keyframes hideSideBarRTL_SM{0%{left:auto;right:0}to{left:auto;right:-65%}}@keyframes hideSideBarRTL_SM{0%{left:auto;right:0}to{left:auto;right:-65%}}.not-found{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.not-found>*{margin:2rem}.not-found__logo{height:25rem;width:25rem}.not-found__logo img{height:100%;width:100%}.not-found__content{font-size:2.2rem;justify-self:flex-start}
/*# sourceMappingURL=main.68ab9520.css.map*/