@import url(https://fonts.googleapis.com/css2?family=Bevan&family=Roboto:wght@300;400;500;700;900&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color:#fff;font-family:Roboto,sans-serif;font-size:62.5%;scroll-behavior:smooth}@media screen and (min-width:112.5em){html{font-size:75%}}@media screen and (max-width:75em){html{font-size:56.25%}}@media screen and (max-width:56.25em){html{font-size:50%}}body{background:#1a1a1a;height:100%}body::-webkit-scrollbar{width:0}#root{display:flex;flex-direction:column}.main{flex-grow:1;min-height:60rem}.main>*{background:#1a1a1a}@media screen and (max-width:37.5em){.main>:not(:last-child){padding-bottom:8rem}}a{color:#fff;text-decoration:none}.actor__shape{background-color:#ffb9004d;clip-path:circle(50% at 50% 50%);-webkit-clip-path:circle(50% at 50% 50%);cursor:pointer;height:6rem;position:relative;width:6rem}.actor__image{background-position:50%;background-size:cover;height:100%;object-fit:cover;transition:all .5s ease-out;width:100%}.actor__caption{color:#fff;font-size:1.2rem;font-weight:600;left:50%;opacity:0;position:absolute;text-align:center;top:100%;transform:translate(-50%,-50%);transition:all .4s ease-out}.actor:hover .actor__caption{opacity:1;top:50%}.actor:hover .actor__image{filter:blur(.2rem) brightness(80%)}.brand{flex:1 1;font-family:Bevan,serif;font-weight:700}.brand>span{animation:brand-gradient 3s linear infinite alternate;background:radial-gradient(circle,#ff7730,#ffb900);background-clip:text;-webkit-background-clip:text;background-size:200%;color:#0000;display:inline-block;letter-spacing:-.3rem;transition:all .5s ease-out}.brand>span:hover{color:#fff}.brand>span:first-child{transform:rotate(-15deg) translateY(-2rem)}.brand>span:nth-child(2){transform:rotate(-10deg) translateY(-2.5rem)}.brand>span:nth-child(3){transform:rotate(-5deg) translateY(-2.5rem)}.brand>span:nth-child(4){transform:translateY(-2.7rem)}.brand>span:nth-child(5){transform:rotate(5deg) translateY(-2.5rem)}.brand>span:nth-child(6){transform:rotate(10deg) translateY(-2.5rem)}.brand>span:nth-child(7){transform:rotate(15deg) translateY(-2rem)}.brand--big{font-size:4rem}.brand--med{font-size:3rem}.brand--small{font-size:2.5rem}.brand--extra-small{font-size:1rem}.btn:link,.btn:visited{border-radius:10rem;display:inline-block;font-weight:400;position:relative;text-align:center;text-transform:uppercase;transition:all .4s}.btn:active{font-size:1.2rem}.btn:after{border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .4s;width:100%;z-index:-1}.btn:hover{box-shadow:0 10px 20px #ffb90080;transform:translateY(-1rem)}.btn:hover:after{content:"";opacity:0;transform:scale(1.5,1.8)}.btn--animated{animation:moveToTop 1s ease-out;animation-fill-mode:backwards}.btn--loading{animation:loading .4s linear infinite alternate;border:.3rem dashed #ff7730}.btn--white{color:#000}.btn--white,.btn--white:after{background-color:#fff}.btn--orange{color:#000}.btn--orange,.btn--orange:after{background-color:#ffb900}.btn--disabled{background-color:gray;pointer-events:none}.btn--big{font-size:1.5rem;height:5rem;padding:1.5rem;width:20rem}.btn--med{font-size:1.3rem;height:4rem;padding:1.2rem;width:15rem}.btn--small{font-size:1.2rem;height:3.2rem;padding:.9rem;width:9.3rem}.btn--extra-small{font-size:1rem;font-weight:700;height:2.5rem;padding:.7rem;width:6rem}.u__center-text--left{text-align:left}.u__center-text--right{text-align:right}.u__center-text--center{text-align:center}.u__mb--medium{margin-bottom:4rem}.u__mt--big{margin-top:12rem}.u__mt--med{margin-top:8rem}.u__mt--small{margin-top:5rem}.star{bottom:2rem;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);cursor:pointer;height:2rem;left:2rem;position:absolute;transition:all .3s ease-out;width:2rem}.star:hover{background-color:#ffb900}.star:active{transform:scale(2)}.star--disliked{background-color:#fff}.star--liked{background-color:#ffb900}.nav{padding:1rem 2rem;position:fixed;text-align:right;top:0;width:100%;z-index:9}.nav__ctaNavigation-button,.nav__ctaNavigation-label{display:none}@media screen and (max-width:37.5em){.nav{padding:0}.nav__ctaNavigation-button{display:none;transition:all 2s ease-out}.nav__ctaNavigation-label{background:radial-gradient(circle,#ff7730,#ffb900);background-clip:text;-webkit-background-clip:text;color:#0000;cursor:pointer;display:inline-block;font-family:Bevan,serif;font-size:4rem;font-weight:500;outline:.01rem solid #ffb900;outline-offset:.5rem;position:fixed;right:5%;top:1%;transform:rotate(-90deg);transition:all .5s ease-out;z-index:10}.nav__ctaNavigation-label:before{border-radius:10%;color:#ff7730;content:"F";opacity:.7;position:absolute;right:10%;top:25%;transform:rotate(90deg);transition:all .7s ease-out;z-index:-1}.nav__ctaNavigation-button:checked+.nav__ctaNavigation-label{color:#fff;transform:rotate(90deg)}.nav__ctaNavigation-button:checked+.nav__ctaNavigation-label:before{color:#fff;left:20%;top:20%;transform:rotate(-90deg) scaleX(-1)}.nav__ctaNavigation-button:not(:checked)~.nav__links{display:none}.nav__ctaNavigation-button:checked~.nav__links{align-items:flex-end;background:#00000080;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;width:100vw}}.nav__links{font-family:Bevan,serif;font-size:4rem}.nav__links>a:not(:last-child){margin-right:3rem}.nav__links>a{position:relative;transition:all .3s ease-out}.nav__links>a:after{content:"";display:block;height:.3rem;left:-3rem;position:absolute;top:90%;transition:all .3s ease-out;width:6rem}.nav__links--active:after,.nav__links>a:hover:after{background-color:#ffb900;transform:translateX(3.5rem)}.popup{background-color:#000;box-shadow:0 10px 20px #ffb90080;height:60vh;left:50%;padding:1rem;position:absolute;top:40%;transform:translate(-50%,-50%);width:60vw;z-index:99999}@media screen and (min-width:112.5em){.popup{height:60vh;width:60vw}}@media screen and (max-width:75em){.popup{height:60vh;width:60vw}}@media screen and (max-width:56.25em){.popup{height:50vh;width:65vw}}@media screen and (max-width:37.5em){.popup{height:40vh;width:85vw}}.popup__header{display:flex;justify-content:space-between;padding:.5rem}.popup__title{font-weight:300}.popup__content{height:90%;width:100%}.popup--close{display:none}.popup--open{animation:move-popup 1s ease-out;animation-fill-mode:backwards;display:block}@keyframes move-popup{0%{opacity:0}to{opacity:100%}}.title{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right bottom,#ffb900,#ff7730);color:#0000;letter-spacing:.2rem;transition:all .4s}.title--big{font-size:6rem}.title--med{font-size:4rem}.title--small{font-size:2rem}.title--extra-small{font-size:1rem}.title-secondary{font-size:2rem;font-weight:700;text-transform:uppercase}.footer{background:#000;color:#f5f5f7;font-size:1.4rem;font-weight:300;height:25vh;text-transform:uppercase}.footer h3,.footer h4{color:#86868b;font-weight:300}.footer__container{align-items:center;display:flex;height:100%;justify-content:space-between;padding:2rem;width:100%}.footer__social{align-items:flex-start;gap:2rem;height:100%;justify-content:center}.footer__brand,.footer__social{display:flex;flex-direction:column}.footer__brand{align-items:center}.footer__general{align-items:flex-end;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center}.footer__url{transition:all .5s ease-out}.footer__url:hover{-webkit-text-decoration:underline #ffb900;text-decoration:underline #ffb900}@media screen and (max-width:37.5em){.composition{min-height:10rem}}.composition__item{border-radius:1px;object-fit:cover;position:absolute;transition:all .4s ease-out;width:55%}.composition__item video{width:100%}@media screen and (max-width:56.25em){.composition__item{width:70%}}@media screen and (max-width:37.5em){.composition__item{width:60%}}.composition__item:hover{box-shadow:0 .5rem 1rem #ffb90080;outline:.1rem solid #ffb900;outline-offset:.2rem;transform:scale(1.5) translateY(-.5rem);z-index:10}.composition__item--1{left:0;top:-2rem}@media screen and (max-width:37.5em){.composition__item--1{left:-10%;top:20%}}.composition__item--2{right:0;top:2rem}@media screen and (max-width:37.5em){.composition__item--2{right:-5%;top:40%}}.composition__item--3{left:20%;top:10rem}@media screen and (max-width:37.5em){.composition__item--3{left:20%;top:90%}}.composition:hover .composition__item:not(:hover){transform:scale(.8)}.about{padding:0 5rem}.about__content{display:flex;gap:3rem;padding-bottom:10rem;padding-top:3rem}@media screen and (max-width:37.5em){.about__content{display:flex;flex-direction:column}}.about__introduce{flex-basis:50%}.about__introduce>h3{color:#f5f5f7;font-size:2.3rem;margin-bottom:1rem;text-transform:uppercase}.about__introduce>h3:first-child{transition-delay:.2s}.about__introduce>h3:nth-child(3){transition-delay:.6s}.about__introduce>p:not(:last-child){margin-bottom:5rem}.about__introduce>p{color:#86868b;font-size:2rem;font-weight:300}.about__introduce>p:nth-child(2){transition-delay:.4s}.about__introduce>p:nth-child(4){transition-delay:.8s}.about__composition{flex-basis:50%;position:relative}@media screen and (max-width:37.5em){.about{min-height:15rem}}.scroll--hidden-about{filter:blur(.1rem);opacity:0;transform:translateY(-50%)}.scroll--show-about{filter:blur(0);opacity:1;transform:translateY(0);transition:all .5s linear}.header{padding:3rem}@media screen and (max-width:37.5em){.header{text-align:left}}.header--homePage{background-image:linear-gradient(to right bottom,#252323b3,#1e1006b3),url(/static/media/header-batman-small.e9c2b90333a67507c8ad.jpeg);background-position:50%;background-size:cover;clip-path:polygon(0 0,100% 0,100% 80vh,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 80vh,0 100%);height:95vh;position:relative}@media only screen and (-webkit-min-device-pixel-ratio:2)and (min-width:37.5em),only screen and (min-resolution:192dpi)and (min-width:37.5em),only screen and (min-width:125em){.header--homePage{background-image:linear-gradient(to right bottom,#252323b3,#1e1006b3),url(/static/media/header-batman.61d91be0b64f6796eefa.jpeg)}}.header__container-slogan{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:37.5em){.header__container-slogan{top:60%}}.header__slogan{display:block}.header__slogan--main{animation:moveRight 1s ease-out alternate;font-size:7rem;font-weight:300;letter-spacing:2.6rem;text-transform:uppercase}@media screen and (max-width:37.5em){.header__slogan--main{font-size:2.9rem;letter-spacing:2.5rem}}.header__slogan--sub{animation:moveToLeft 1s ease-out alternate;font-size:2.6rem;font-weight:700;letter-spacing:1.2rem;margin-bottom:8rem;text-transform:uppercase}@media screen and (max-width:37.5em){.header__slogan--sub{font-size:2.3rem;letter-spacing:1.2rem}}.review{align-items:center;background:#0000;display:flex;flex-direction:column;justify-content:center;left:0;min-height:40rem;padding:2rem;position:relative;top:0}.review ::-webkit-scrollbar{height:.5rem}.review ::-webkit-scrollbar-track{background:#fff}.review ::-webkit-scrollbar-thumb{background:#ffb900}.review__bgvideo{filter:brightness(80%);height:100%;position:absolute;width:100%;z-index:-1}.review__bgvideo__content{height:100%;object-fit:cover;width:100%}.review__header{display:flex}.review__header-compteur{color:#86868b;font-size:1.7rem;font-weight:300}.review__content{align-items:center;color:#f5f5f7;display:flex;gap:2rem;margin-bottom:2rem;min-height:20rem;overflow:auto;width:80%}.review__content--newReviewAdded{animation:newReviewAdded 2s linear infinite}@media screen and (max-width:37.5em){.review__content{min-height:25rem;width:90%}}.review__item{border-radius:2%;position:relative;transition:all .4s ease-out}.review__item:hover{background-color:#0006}.review__item:hover .review__paragraph{box-shadow:0 10px 20px #ff77304d;opacity:.7}.review__paragraph{font-size:1.7rem;font-weight:300;opacity:.3;padding:1rem;text-align:center;transition:all .5s ease;width:30rem}@media screen and (max-width:37.5em){.review__paragraph{font-weight:400}}.review__star{opacity:0;position:absolute;top:40%;transition:all .2s ease}.review__star--1:first-of-type{left:20%}.review__star--2:nth-of-type(2){left:30%}.review__star--3:nth-of-type(3){left:40%}.review__star--4:nth-of-type(4){left:50%}.review__star--5:nth-of-type(5){left:60%}.review__item:hover .review__star{opacity:.7}.review__date{opacity:0;position:absolute;right:2rem;top:.2rem;transition:all .5s ease-out}.review__item:hover .review__date{opacity:.5;right:.5rem}.scroll--hidden-reviewer{filter:blur(.1rem);opacity:0;transform:translateX(-100%)}.scroll--show-reviewer{filter:blur(0);opacity:1;transform:translateX(0);transition:all 1s linear}.card{cursor:pointer;flex-grow:0}.card--trending{position:relative}@media screen and (max-width:37.5em){.card--trending{flex-basis:10rem;padding:1rem}}@media screen and (max-width:56.25em){.card--trending{flex-basis:25rem;padding:1rem}}@media screen and (max-width:75em){.card--trending{flex-basis:30rem;padding:1rem}}@media screen and (max-width:112.5em){.card--trending{flex-basis:27rem;padding:1rem}}@media screen and (min-width:112.5em){.card--trending{flex-basis:30rem;padding:1rem}}.card--trending:first-child:after{content:"2";font-size:7rem}.card--trending:nth-child(2){margin-top:-4rem}.card--trending:nth-child(2):after{content:"1"}.card--trending:nth-child(3):after{content:"3";font-size:7rem}.card--trending:after{color:#fff9;content:"";font-family:Bevan,serif;font-size:10rem;left:-1.3rem;position:absolute;top:-6rem}.card--others{height:25rem}@media screen and (max-width:37.5em){.card--others{flex-basis:25rem;padding:1.5rem}}@media screen and (max-width:56.25em){.card--others{flex-basis:20rem;padding:1rem}}@media screen and (max-width:75em){.card--others{flex-basis:20rem;padding:1rem}}@media screen and (max-width:112.5em){.card--others{flex-basis:20rem;padding:1rem}}@media screen and (min-width:112.5em){.card--others{flex-basis:20rem;padding:1rem}}.card__image{border-radius:.3rem;position:relative;transition:all .4s ease-out;width:100%}.card__image--others{height:50%}.card__image img{border-radius:inherit;height:100%;object-fit:cover;width:100%}.card__name{color:#f5f5f7;display:block;font-size:1.8rem;font-weight:400;padding:1rem;text-align:right;transition:all .4s ease-out}.card__description{color:#86868b;font-size:1.4rem;font-weight:300}.card:hover .card__name{color:#ffb900}.card:hover .card__image{box-shadow:0 10px 20px #ffb90080;transform:translateY(-1.5rem)}.scroll--hidden-card{filter:blur(.1rem);opacity:0;transform:translateY(2rem)}.scroll--show-card{filter:blur(0);opacity:1;transform:translateY(0);transition:all .2s linear}.movies-section{padding:3rem 2rem}.movies-section ::-webkit-scrollbar{height:.5rem}.movies-section ::-webkit-scrollbar-track{background:#fff}.movies-section ::-webkit-scrollbar-thumb{background:#ffb900}@media screen and (max-width:37.5em){.movies-section{padding:3rem 0}}.movies-section__header--main{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:37.5em){.movies-section__header--main{display:flex;flex-direction:column;justify-content:center}}.movies-section__header--sub{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:4rem}@media screen and (max-width:37.5em){.movies-section__header--sub{display:flex;flex-direction:column;gap:2rem;padding:4rem 2rem}}.movies-section__content{align-items:center;display:flex;flex-direction:column}.movies-section__moviesList{display:flex;flex-wrap:wrap}.movies-section__moviesList--trending{justify-content:center}.movies-section__moviesList--others{justify-content:flex-start}@media screen and (max-width:37.5em){.movies-section__moviesList--others{justify-content:center}}.movies-section__cta-loadmore{text-align:center;width:100%}.search{position:relative}.search__input{background-color:#0000;border:0;border-bottom:.5px solid #fff;color:#fff;font-size:1.3rem;height:2.7rem;margin:0 0 45px;outline:none;padding:2rem;transition:all .2s ease-out;transition:all .4s ease-out}.search__input::placeholder{color:#fff;font-size:1.4rem;text-align:right}.search__label{left:25%;opacity:0;position:absolute;top:15%;transition:all .5s ease-out}.search__input:focus{border-bottom:.5px solid #ffb900;box-shadow:0 10px 20px #ff773033}.search__input:focus::placeholder{opacity:0}.search__input:focus~.search__label{left:0;opacity:1;top:-1rem}.genres__title{color:#86868b;font-size:1.3rem;font-weight:300;text-transform:uppercase}.genres__listSelected{display:flex;flex-wrap:wrap;gap:.5rem}.genres__listNoSelected{align-items:center;display:flex;gap:.5rem;height:5rem;margin-bottom:2rem;overflow-x:scroll;width:60rem}@media screen and (max-width:37.5em){.genres__listNoSelected{width:35rem}}.genre__item{animation:moveGenre .3s ease-out;border:none;border-radius:.2rem;color:#000;cursor:pointer;font-size:1.2rem;font-weight:300;padding:.6rem;position:relative;text-transform:uppercase;transition:all .3s ease-out}.genre__item,.genre__item--orange{background:#ffb900}.genre__item--white{background:#fff}.genre__item--lineThrough,.genre__item--lineThrough-hover:hover{text-decoration:line-through}.genre__item:hover{box-shadow:0 5px 10px #ffb90080;transform:translateY(-.5rem)}.genre__item--disabled{pointer-events:none}.detailmovie{color:#f5f5f7;display:flex;font-size:2rem;gap:3rem;padding:0 2rem;position:relative}.detailmovie-section>:not(:last-child){padding-bottom:8rem}@media screen and (max-width:37.5em){.detailmovie{display:flex;flex-direction:column}}.detailmovie__preview{align-items:center;display:flex;flex:30% 1;flex-direction:column;gap:3rem;justify-content:center}.detailmovie__preview img{border-radius:10px;box-shadow:0 10px 20px #ffb9004d;object-fit:cover;width:100%}@media screen and (max-width:37.5em){.detailmovie__preview img{width:50%}}.detailmovie__content{display:flex;flex:70% 1;flex-direction:column;gap:1rem}.detailmovie__tags>:not(:last-child){margin-right:.5rem}.detailmovie__resume{color:#86868b;font-weight:100}.detailmovie__actors{display:flex;gap:2rem;justify-content:flex-start}@keyframes moveRight{0%{opacity:0;transform:translateX(-10rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveToLeft{0%{opacity:0;transform:translateX(10rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveToTop{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{border-left:.1rem dashed #000;box-shadow:0 10px 20px #ff773080}25%{border-bottom:.2rem dashed #000}50%{border-right:.1rem dashed #000}to{border-top:.2rem dashed #000}}@keyframes brand-gradient{0%{background-position:0}to{background-position:100%;transform:translateY(-2rem)}}@keyframes move-pricing-message{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes newReviewAdded{0%{box-shadow:0 5px 10px #ffb90080}25%{box-shadow:0 5px 10px #ff77304d}50%{box-shadow:0 5px 10px #ffb900}to{box-shadow:0 5px 10px #ff77304d}}@keyframes moveGenre{0%{box-shadow:0 10px 20px #ffb90080;filter:blur(.1rem);transform:translateX(-50%)}to{transform:translateX(0)}}.pricing{box-shadow:0 10px 20px #ffb9000d;color:#000;margin-bottom:5rem;padding:0 5rem}@media screen and (max-width:37.5em){.pricing{padding:0 1rem}}.pricing__container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.pricing__box{height:45rem;perspective:150rem;-moz-perspective:150rem;position:relative;width:30rem}@media screen and (max-width:37.5em){.pricing__box{height:37rem;width:28rem}}.pricing__box:first-child{transition-delay:.3s}.pricing__box:nth-child(2){transition-delay:.7s}.pricing__box:nth-child(3){transition-delay:.9s}.pricing__item{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transition:all .5s ease-out;width:100%}.pricing__item--front{background:#f5f5f7}.pricing__item--back{background:radial-gradient(circle,#ffb900cc,#ff7730cc);transform:rotateY(180deg)}.pricing__box:hover .pricing__item--front{transform:rotateY(-180deg)}.pricing__box:hover .pricing__item--back{transform:rotateY(0deg)}.pricing__header{background-blend-mode:hard-light;background-position:50%;background-size:cover;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);height:35%;position:relative}.pricing__header--1{background-image:linear-gradient(to right bottom,#ffffff4d,#000c),url(/static/media/pricing-solo.b79b5dcfecc9c8ca48a4.jpeg)}.pricing__header--2{background-image:linear-gradient(to right bottom,#ffffff4d,#000c),url(/static/media/pricing-family.d9c5487427eefda29984.jpeg)}.pricing__header--3{background-image:linear-gradient(to right bottom,#ffffff4d,#000c),url(/static/media/pricing-group.1585826efb8f062dc993.jpeg)}.pricing__message{background:#0006;color:#fff;font-size:.8rem;font-weight:400;overflow-x:hidden}.pricing__message>p{animation:move-pricing-message 9s linear infinite}.pricing__title{background:linear-gradient(to right bottom,#ff7730cc,#ffb90080);display:inline-block;font-family:Bevan,serif;height:auto;position:absolute;right:0;top:60%;width:auto}.pricing__title>*{color:#fff;font-size:3rem;text-align:center}.pricing__body{display:flex;flex-direction:column;font-size:1.9rem;font-weight:300;height:65%;justify-content:space-around;margin-top:-2rem;text-align:center}.pricing__body>span{display:block;position:relative}.pricing__body>span:after{background-color:#ff7730;bottom:-100%;content:"";height:.01rem;left:50%;position:absolute;transform:translate(-50%,-50%);width:80%}.pricing__register{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-around}.pricing__register>span:first-child{font-size:2rem;text-transform:uppercase}.pricing__register>span:nth-child(2){font-size:4rem}.scroll--hidden-pricing{filter:blur(.1rem);opacity:0;transform:translateY(20rem)}.scroll--show-pricing{filter:blur(0);opacity:1;transform:translateY(0);transition:all .5s linear}
/*# sourceMappingURL=main.e3f3cb93.css.map*/