@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400;500;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.Profile{padding:1rem 5rem}.Profile__body{margin-top:1rem;display:grid;grid-template-columns:.5fr 2fr .8fr;grid-template-areas:"cover sypno info";grid-gap:.5em}.Profile__loc{font-size:.8rem;margin:.5rem;display:flex}.Profile__loc p{margin-right:.2rem;color:rgba(0,0,0,.6)}.Profile__loc p:hover{cursor:pointer}.Profile__loc p span:hover{color:#000;-webkit-text-decoration-line:underline;text-decoration-line:underline}@media screen and (max-width:1024px){.Profile{padding:0 1.5rem}.Profile__body{grid-template-columns:30% 69%;grid-template-rows:auto auto}}@media screen and (max-width:600px){.Profile{padding:0}.Profile__body{display:block;margin:0;padding:0}.Profile__loc{display:none}}.Pf-Header{background:#bababa;height:50vh;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:1rem}.Pf-Header:hover{cursor:pointer}@media screen and (max-width:600px){.Pf-Header{height:40vh;border-radius:0;margin:0;padding:0}}.Pf-Trailer{width:100%;height:100%;position:fixed;top:0;left:0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));z-index:150}.Pf-Trailer:hover{cursor:pointer}.Pf-Trailer__videowrapper{height:90vh;display:flex;justify-content:center;align-items:center}.Pf-Main{grid-area:"sypno";padding:0 2rem;border:1px solid #d9d9d9;border-radius:8px}.Pf-Main__title__main{font-size:1.5rem;font-weight:700;margin-right:1rem;color:#ff575c;font-family:"Montserrat",sans-serif}.Pf-Main__title__year{font-weight:700;color:#999}.Pf-Main__rating{font-weight:700;font-family:"Montserrat",sans-serif}.Pf-Main__sypno{text-align:justify;line-height:1.5rem;font-size:.9rem}.Pf-Main__viewmore{background:none;border:none;color:red;margin:0;padding:0}.Pf-Main__viewmore:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}@media screen and (max-width:1024px){.Pf-Main{text-align:left}.Pf-Main__rating{font-size:.8rem}}@media screen and (max-width:600px){.Pf-Main{border:none;margin:0;padding:0}.Pf-Main__title{text-align:center}.Pf-Main__title__main{margin-right:0}.Pf-Main__title__year{display:none}.Pf-Main__sypno{margin:0 1rem}.Pf-Main__rating{text-align:center;font-size:.8rem}}.Pf-Cover{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.Pf-Cover img{object-fit:fill;width:100%;border-radius:8px;margin-bottom:.5rem}.Pf-Cover__button{background:none;color:#ff575c}.Pf-Cover__button,.Pf-Cover__button--active{margin-bottom:.3rem;width:100%;padding:.5rem 0;font-family:"Montserrat",sans-serif;font-weight:500;border:1px solid #ff575c;border-radius:8px}.Pf-Cover__button--active{background:#ff575c;color:#fff}.Pf-Cover__button--active:hover{cursor:pointer;background:#c92c2c}.Pf-Cover__button:hover{background:#ff575c;color:#fff;cursor:pointer}@media screen and (max-width:1024px){.Pf-Cover{display:flex;flex-direction:column;border:1px solid #d9d9d9;border-radius:8px;padding:.5em}.Pf-Cover img{width:100%}}@media screen and (max-width:600px){.Pf-Cover{text-align:center;border:none;align-items:center}.Pf-Cover img{width:30%;margin-top:-30%;border:3px solid #fff}}.Pf-Info{padding:1rem;border-radius:8px;border:1px solid #d9d9d9;font-size:.8rem}.Pf-Info__item{display:flex;flex-direction:column;margin-bottom:1rem}.Pf-Info__data,.Pf-Info__detail{margin:0;padding:0}@media screen and (max-width:1024px){.Pf-Info{grid-area:2/1/2/3;display:grid;grid-gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;margin:0 1rem}.Pf-Info__item{margin:0;padding:0;flex-direction:column}.Pf-Info__data,.Pf-Info__detail{margin:0;padding:0;font-size:.8rem}}.Pf-Chars{border:1px solid #d9d9d9;border-radius:8px;margin-top:.5em;padding:.5em 1.5em}.Pf-Chars__header{display:flex;justify-content:space-between}.Pf-Chars__header button{background:none;border:none;color:red}.Pf-Chars__header button:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.Pf-Chars__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(12%,1fr));grid-gap:1em}.Pf-Chars__item{display:flex;justify-content:space-between;flex-direction:column;align-items:center}.Pf-Chars__item img{width:100%;border-radius:8px}.Pf-Chars__none{text-align:center}.Pf-Chars__none__image{height:clamp(7rem,20vw,20vw);background-color:#d6d6d6;border-radius:8px;display:flex;justify-content:center;align-items:center;color:#fff;width:100%}@media screen and (max-width:1024px){.Pf-Chars{margin-top:1rem}}@media screen and (max-width:600px){.Pf-Chars__header{font-size:.8rem}.Pf-Chars__item p{display:none}}.pf-reactions__wrapper{overflow:auto;display:grid;grid-gap:.5em;grid-template-columns:repeat(auto-fit,minmax(auto,1fr));grid-auto-flow:column;grid-auto-columns:minmax(350px,1fr);overflow-x:auto;padding-bottom:.5em}.pf-reactions__header{display:flex;justify-content:space-between;align-items:center}.pf-reactions__link{text-decoration:none;font-size:.9rem;color:#ff575c}.pf-reactions__link:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.pf-reactions__item{border:1px solid #d9d9d9;border-radius:8px;height:200px;display:flex;flex-direction:column;justify-content:space-between}.pf-reactions__item__user{margin:0;padding:.5rem 1rem;background:#ff575c;color:#fff;border-radius:0 0 8px 8px;display:flex;justify-content:space-between}.pf-reactions__item__name{margin:0 0 .5rem;padding:0;font-family:"Montserrat",sans-serif}.pf-reactions__item__text{font-size:.9rem;margin:1rem;padding:0}.pf-reactions__item__votes{font-weight:700;font-size:.9rem;margin:0;padding:0}@media screen and (max-width:1024px){.pf-reactions{padding:1rem}.pf-reactions__item{height:150px}.pf-reactions__item__text{font-size:.8em}.pf-reactions__item__user,.pf-reactions__item__votes{font-size:.9em}}.pf-message,.pf-message--active{background:#ff575c;color:#fff;padding:1rem;position:fixed;transition:.2s;left:50%;-webkit-transform:translate(-50%,-150px);transform:translate(-50%,-150px);min-width:300px;display:grid;grid-template-columns:1fr 50px;grid-gap:2rem;border-radius:0 0 8px 8px;box-shadow:-1px 12px 39px -8px rgba(0,0,0,.5);-webkit-box-shadow:-1px 12px 39px -8px rgba(0,0,0,.5);-moz-box-shadow:-1px 12px 39px -8px rgba(0,0,0,.5)}.pf-message--active{-webkit-transform:translate(-50%);transform:translate(-50%)}.pf-message__text h2,.pf-message__text p{font-size:.9em;margin:0;padding:0}.pf-message__icon{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:600px){.pf-message,.pf-message--active{min-width:none}}.pf-sites{width:500px;height:300px;padding:1rem;background:#fff;border-radius:8px}.pf-sites__wrapper{position:fixed;top:0;left:0;z-index:500;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))}.pf-sites__header{margin:0 0 .5rem;padding:0;display:flex;justify-content:space-between;align-items:center}.pf-sites__header h2{margin:0;padding:0}.pf-sites__close{background:none;border:none}.pf-sites__close:hover{color:#ff575c;cursor:pointer}.pf-sites__items{display:flex;flex-direction:column;overflow:auto}.pf-sites__item{margin:.5rem 0;padding:.5rem;border:1px solid #d9d9d9;border-radius:4px;text-decoration:none;font-family:"IBM Plex Sans Condensed",sans-serif;font-weight:500;color:#000}.pf-sites__item:hover{background:#f0f0f0}.show-wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1rem}@media screen and (max-width:1024px){.show-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:400px){.show-wrapper{grid-template-columns:1fr 1fr}}.trend-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem}@media screen and (max-width:1024px){.trend-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.trend-wrapper{grid-template-columns:1fr 1fr}}.show{border-color:#ff575c;color:#fff;height:270px;border-radius:8px}.show__details{display:none}.show__startdate,.show__title{padding:0;margin:0}.show__title{font-weight:700}.show__wrapper{border-radius:8px;padding:0;margin:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.show__wrapper:hover{cursor:pointer;transition:.2s ease-in-out}.show__wrapper:hover>.show__details{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6));border-radius:8px;box-sizing:border-box;padding:1rem;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.show__loader{display:flex;justify-content:center;align-items:center;height:240px;margin:1rem 0}.Main{margin:1rem 5rem}@media screen and (max-width:1024px){.Main{margin:2.5rem}}@media screen and (max-width:600px){.Main{margin:1rem}}.List{padding:1rem 0;margin-bottom:1rem;border-bottom:1px solid #d9d9d9}.List__title{margin:0 0 1em;font-family:"Montserrat",sans-serif}.List__header{display:flex;justify-content:space-between;align-items:center}.List__button{background:none;border:none;color:red}.List__button:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.List__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem}.List__items--trend{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:1rem}.category{padding:1rem 5rem}.category__wrapper{margin:2rem;display:flex;justify-content:center}.category__pages{color:#999;font-size:1rem;font-weight:700;background:none;border:none}.category__btns{display:flex;justify-content:space-between;margin:0 1rem;width:70px}.category__btns button{margin:0;padding:0;color:#999;font-size:1rem;font-weight:700;background:none;border:none}.category__btns button:hover{color:#ff575c}.category__nextprev{color:#999;font-size:1rem;font-weight:700;background:none;border:none}.category__nextprev:hover{color:#ff575c}.category__nextprev--active{color:#ff575c;font-size:1rem;font-weight:700;background:none;border:none}.category__title{margin:1.5rem 0}.category__searchtitle{margin:0;padding:0;font-family:"Montserrat",sans-serif;font-size:.9rem;color:grey}.category__titletext{margin:0;padding:0}@media screen and (max-width:1024px){.category{padding:1rem}}@media screen and (max-width:600px){.category{padding:0 1rem}}.about{padding:3rem 3rem 0;display:flex;flex-direction:column;align-items:center}.about__image{width:150px;border-radius:50%}.about__red{color:#ff575c}.about__info{font-family:"IBM Plex Sans Condensed",sans-serif;text-align:center}.about__link{font-weight:700;text-decoration:none;color:#ff575c}.about__link:hover{border-bottom:2px solid #ff575c}.about__links a{color:#ff575c}.footer{padding:1rem 0;text-align:center;font-weight:600;font-size:.8rem}::-webkit-scrollbar{width:10px;height:10px;margin:1em}::-webkit-scrollbar-thumb{background:#ff575c}::-webkit-scrollbar-thumb:hover{background:#b30000}.landing{height:80vh;justify-content:center}.landing,.landing__header{display:flex;align-items:center}.landing__header{justify-content:space-between}.landing__content{display:flex;width:80vw}.landing__title{font-size:5rem;font-weight:700;margin:0;padding:0}.landing__subtitle{color:#787878;margin:0;padding:0}.landing__item{padding:0;width:100%;margin:0 4rem;display:flex;justify-content:center;flex-direction:column}.landing__image{margin:0;padding:0;width:50%}.landing__buttons{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;grid-template-areas:"explore explore" "sin sup";grid-gap:.4rem;margin-top:2rem}.landing__buttons button{border-radius:5px;font-weight:700;font-family:"Montserrat",sans-serif;display:flex;align-items:center}.landing__buttons__explore{grid-area:explore;width:100%;background:#ff575c;border:none;color:#fff;padding:1rem}.landing__buttons__explore:hover{background:#c92c2c}.landing__buttons__explore:active{background:#691618}.landing__buttons__sin{grid-area:sin;width:100%;border:2px solid #ff575c;background:none;padding:1rem;color:#ff575c}.landing__buttons__sin:hover{background:#ff575c;color:#fff}.landing__buttons__sin:active{background:#691618}.landing__buttons__sup{grid-area:sup;width:100%;border:2px solid #ff575c;background:none;padding:1rem;color:#ff575c}.landing__buttons__sup:hover{background:#ff575c;color:#fff}.landing__buttons__sup:active{background:#691618;color:#fff}.landing__form__back{color:#ff575c;display:flex;align-items:center;background:none;outline:none;border:2px solid transparent;border-radius:25px;padding:.5rem}.landing__form__back:hover{background:#ff575c;color:#fff}.landing__form__back:active{background:#691618;color:#fff}.landing__form__title{color:#ff575c;font-weight:700}.landing__form__item{margin-bottom:2rem;font-size:.8rem;font-weight:700}.landing__form__label>h5{padding:0;margin:0 0 .5rem}.landing__form__check{margin-bottom:1rem;font-size:.8rem}.landing__form__check input{margin-right:.5em}.landing__form__input{padding:.5rem;border:none;border-bottom:2px solid #d9d9d9;font-weight:500;outline:none;width:95%}.landing__form__input:focus{border-bottom:2px solid #ff575c;font-weight:700}.landing__form__redirect{text-align:center;font-size:.9em}.landing__form__redirect button{background:none;border:none;color:red}.landing__form__redirect button:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.landing__form__submit{padding:.5rem 1rem;background:none;border:2px solid #ff575c;border-radius:8px;color:#ff575c;font-weight:700;width:100%}.landing__form__submit:hover{cursor:pointer;background:#ff575c;color:#fff}.landing__form__submit:active{background:#ac3d40}@media screen and (max-width:1024px){.landing__image{display:none}}@media screen and (max-width:600px){.landing__content{width:100vw}.landing__item{margin:2rem}}@media screen and (max-width:390px){.landing__item{margin:1rem}}.account{margin:1rem 5rem}.account__cover{height:45vh;border-radius:14px}.account__info__dp{display:flex;justify-content:space-between;margin:0 3rem}.account__info__dp__wrap{width:20%;margin-top:-15%}.account__info__dp img{border-radius:50%;border:5px solid #ff575c;width:95%}.account__info__name{font-family:"Montserrat",sans-serif;margin:.5rem 0;color:#ff575c}.account__info__joined{margin:.5rem 0;font-size:.8rem;color:grey}.account__info__details{text-align:left;margin:0 4rem}.account__info__edit{display:flex;align-items:center;justify-content:flex-end}.account__info__buttons{display:grid;grid-template-columns:auto auto;grid-gap:.5rem}.account__info__button{padding:.7rem;background:none;color:#ff575c;border:3px solid #ff575c;border-radius:10px}.account__info__button:hover{background:#ff575c;color:#fff}.account__info__button:active{background:#691618}.account__tabs{display:flex;margin-top:2rem}.account__tabs__btn{width:100%;padding:.5rem;font-weight:700;font-family:"Montserrat",sans-serif;font-size:1rem;color:rgba(255,61,68,.6);background:none;border:none;border-bottom:2px solid rgba(255,61,68,.6);border-radius:1em 1em 0 0}.account__tabs__btn:hover{cursor:pointer;background-color:rgba(255,61,68,.24)}.account__tabs--selected{width:100%;padding:.5rem;font-weight:700;font-family:"Montserrat",sans-serif;font-size:1rem;color:#fff;background:#ff575c;border:none;border-bottom:2px solid rgba(255,61,68,.6);border-radius:1em 1em 0 0}.account__tabs--selected:hover{cursor:pointer}.account__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:250px;grid-gap:10px;margin-top:1rem}.account__item{display:grid;grid-template-columns:150px 1fr;border:1px solid #d9d9d9;border-radius:10px}.account__item:hover{background:#f7f7f7;cursor:pointer}.account__item__poster{background-size:cover;background-position:50%;border-radius:10px 0 0 10px}.account__item__details{padding:.5rem 1em}.account__item__title{margin:.5rem 0;font-size:1em}.account__item__title span{margin-left:.5rem;color:grey}.account__item__rating{display:flex;align-items:center}.account__item__rating h5{padding:0;margin:0 .5rem 0 0}.account__item__sypno{font-size:.9em;text-align:justify}.account__edit{width:450px;padding:1em 1.5em;background-color:#fff;border-radius:10px}.account__edit__wrap{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:200;display:flex;justify-content:center;align-items:center;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))}.account__edit__header>h2{color:#ff575c;padding:0;margin:0 0 1rem}.account__edit__item{display:grid;grid-template-columns:100px 1fr;margin-top:1rem}.account__edit__item label{font-weight:700;color:#ff575c}.account__edit #edit-about{display:flex;width:100%;height:100px;resize:none}.account__edit__input{box-sizing:border-box;border:1px solid #d9d9d9;width:100%;padding:.5rem;font-family:"Montserrat",sans-serif;font-weight:500}.account__edit__footer{display:flex;justify-content:flex-end;margin-top:1rem}.account__edit__message{margin:.5em 0;padding:0;text-align:right;height:1rem}.account__edit__message p{font-size:.8rem;margin:0;color:red}.account__edit__btn{background:none;border:2px solid #ff575c;border-radius:4px;color:#ff575c;font-family:"Montserrat",sans-serif;font-weight:700;font-size:.7em;margin-left:.5rem;padding:.5rem}.account__edit__btn:hover{cursor:pointer}.account__edit #edit-submit,.account__edit__btn:hover{background:#ff575c;color:#fff}.account__edit #edit-submit:hover{background:#c92c2c;border:2px solid #c92c2c}.account__settings{padding:1.2rem;width:350px;border-radius:8px;background:#fff}.account__settings__wrapper{position:fixed;top:0;left:0;z-index:100;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))}.account__settings__header{margin-bottom:1rem;display:flex;justify-content:space-between}.account__settings__close{border:none;background:none}.account__settings__close:hover{cursor:pointer;color:#ff575c}.account__settings__title{margin:0;padding:0;color:#ff575c}.account__settings__items{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"watch read" "clr clr" "del del";grid-gap:.5rem}.account__settings__items #watch{grid-area:watch}.account__settings__items #read{grid-area:read}.account__settings__items #clr{grid-area:clr}.account__settings__items #del{grid-area:del}.account__settings__btn{background:none;border:1px solid #dbdbdb;border-radius:4px;font-family:"IBM Plex Sans Condensed",sans-serif;font-weight:500;font-size:.9rem;padding:1rem;width:100%}.account__settings__btn:hover{cursor:pointer;background:#dbdbdb}.account__settings #delbtn{color:#ff575c;border:1px solid #ff575c}.account__settings #delbtn:hover{cursor:pointer;background:#ff575c;color:#fff}.account__settings__confirm__msg{margin:0}.account__settings__confirm__alert{color:red;margin:.5rem 0}.account__settings__confirm__btnwrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;justify-content:flex-end}.account__settings__confirm__btn{margin-top:1rem;padding:.5rem;background:none;border:2px solid #ff575c;border-radius:6px;color:#ff575c;font-size:1rem;font-family:"Montserrat",sans-serif;font-weight:700}.account__settings__confirm__btn:hover{cursor:pointer;background:#ff575c;color:#fff}.account__settings__confirm #yesbtn{margin-top:1rem;padding:.5rem;background:#ff575c;border:2px solid #ff575c;border-radius:6px;color:#fff;font-size:1rem;font-family:"Montserrat",sans-serif;font-weight:700}.account__settings__confirm #yesbtn:hover{cursor:pointer;background:#c92c2c;color:#fff}.account__empty{color:hsla(0,0%,50.2%,.671);display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:1024px){.account{margin:0}.account__cover{border-radius:0}.account__info__dp{justify-content:space-between;margin:1rem}.account__info__details{margin:0 2rem;text-align:justify}.account__list{margin:1rem}.account__item{grid-template-columns:100px 1fr}.account__item__sypno{font-size:.8em;text-align:justify}}@-webkit-keyframes slidein{0%{-webkit-transform:translate(-100px);transform:translate(-100px)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes slidein{0%{-webkit-transform:translate(-100px);transform:translate(-100px)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes slideout{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100px);transform:translate(-100px)}}@keyframes slideout{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100px);transform:translate(-100px)}}.navigation{position:-webkit-sticky;position:sticky;top:0;padding-right:1rem;background:#fff;border-bottom:1px solid #d9d9d9;z-index:99}.navigation #navbrand{display:flex;align-items:center;justify-content:space-between}.navigation #navbrand #lines-icon:hover{color:#ff575c;cursor:pointer}.navigation #navbrand #close-icon{color:#fff}.navigation #navbrand #close-icon:hover{color:#fff;cursor:pointer}.navigation__burgercontainer{padding:1rem;margin-right:1rem;transition:.2s;outline:none}.navigation__burgercontainer--active{padding:1rem;margin-right:1rem;background:#ff575c;transition:.2s}.navigation__burger{border:none;background:none}.navigation__dropdowntoggle{border:none;background:none;color:#ff575c}.navigation__dropdowntoggle:hover{cursor:pointer;color:#c92c2c}.navigation__dropdown{position:fixed;right:0;margin:0 1rem;background:#ff575c;box-sizing:border-box;border-radius:8px;padding:.5rem;width:250px;z-index:123}.navigation__dropdown__item{width:100%}.navigation__dropdown__link{width:100%;display:flex;justify-content:flex-end;align-items:center;padding:1em .5rem;background:none;border:none;border-radius:4px;color:#fff;font-family:"IBM Plex Sans Condensed",sans-serif;font-size:1rem;font-weight:700}.navigation__dropdown__link:hover{cursor:pointer;background:#c23d3d}.navigation__brand{cursor:pointer}.navigation__linkcontainer{margin:0 2rem;text-align:center}.navigation__link{background:none;font-family:"Montserrat",sans-serif;font-weight:700;color:#ff575c;width:100%;text-align:center;border:none;border-bottom:2px solid transparent;transition:.2s}.navigation__link:hover{border-bottom:2px solid #ff575c;transition:.2s;cursor:pointer}.navigation__link:active{color:#691618;border-bottom:2px solid #691618}.navigation #navsearch,.navigation__list{display:flex;justify-content:space-between;align-items:center}.navigation__list{list-style-type:none;margin:0;padding:0}.navigation__links{display:flex;align-items:center;margin-left:1rem}.navigation__search{display:flex;margin-right:1rem;border:2px solid #ff575c;border-radius:25px}.navigation__search__text{color:#000;padding:.5rem 1rem;border-radius:25px;border:none;outline:none;width:100%}.navigation__search__btn{margin:0;padding:0;background:#ff575c;border:none;color:#fff;border-radius:25px;width:50px}.navigation__search__btn:hover{background:#c92c2c}.navigation__search__btn:active{background:#691618}.navigation__brand{margin:0;padding:0}.navigation__brandred{color:#ff575c}.navigation__login{background:#ff575c;color:#fff;border:none;padding:.6rem;font-family:"Montserrat",sans-serif;font-weight:700;font-size:.7rem;border-radius:7px}.navigation__login:hover{background:#c92c2c}.navigation__login:active{background:#691618}@media screen and (max-width:1024px){.navigation{padding-right:1rem}.navigation__links{display:none}}@media screen and (max-width:600px){.navigation{padding:0}.navigation__login,.navigation__search{display:none}.navigation__item{margin:0 1rem 0 0}.navigation__burgercontainer,.navigation__burgercontainer--active{margin:0}.navigation #navsearch{display:none}.navigation #navbrand{width:100%}}@media screen and (max-width:100vw){.mbldropdown{display:none}}@media screen and (max-width:600px){.mbldropdown{position:absolute;left:0;padding:1rem 2rem;width:100%;box-sizing:border-box;border-radius:0 0 15px 15px;display:flex;flex-direction:column;font-family:"Montserrat",sans-serif;background:#ff575c;color:#fff}.mbldropdown__label{margin:.5rem 0}.mbldropdown__search{width:100%;box-sizing:border-box;padding:.5rem;border:2px solid #d9d9d9;border-radius:8px}.mbldropdown #ddsearch{padding-bottom:1rem;margin-bottom:.5rem;border-bottom:1px solid #d9d9d9}.mbldropdown__link{width:100%;padding:1em 0;color:#fff;display:flex;align-items:center;font-weight:700;background:none;border:none}.mbldropdown__text{margin-left:1rem}}.sidebar{-webkit-transform:translate(0);transform:translate(0);z-index:1000}.sidebar,.sidebar--disabled{position:fixed;height:90vh;display:flex;flex-direction:column;background:#ff575c;border-radius:0 15px 15px 0;padding:1rem 2rem 1rem 0;transition:.2s}.sidebar--disabled{-webkit-transform:translate(-100%);transform:translate(-100%)}.sidebar__section{padding:.5rem 0;display:flex;flex-direction:column;text-align:left;border-bottom:1px solid #e0e0e0}.sidebar__button{padding:.8rem .8rem .8rem 1.5rem;font-family:"IBM Plex Sans Condensed",sans-serif;font-weight:700;font-size:1rem;color:hsla(0,0%,100%,.7);background:none;border:none;border-radius:0 10px 10px 0;text-align:left}.sidebar__button:hover{background:#c23d3d;color:#fff}.sidebar__button--active{padding:.8rem .8rem .8rem 1.5rem;font-family:"IBM Plex Sans Condensed",sans-serif;font-weight:700;font-size:1rem;color:hsla(0,0%,100%,.7);background:none;border:none;border-radius:0 10px 10px 0;text-align:left;color:#fff}.sidebar__button--active:hover{background:#c23d3d;color:#fff}@media screen and (max-width:600px){.sidebar{display:none}}.characters{padding:1rem 5rem}.characters__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem}.characters__item{margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-between;text-align:center}.characters__posterwrap{background-color:#ff575c;border-radius:10px}.characters__poster{width:100%;border-radius:10px}.characters__poster:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}@media screen and (max-width:1024px){.characters{padding:2rem}}@media screen and (max-width:600px){.characters{padding:1rem}}.page__loader{display:flex;justify-content:center;align-items:center;height:100vh}
/*# sourceMappingURL=main.e7f299c4.chunk.css.map */