@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}html{height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.5}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-family:Open Sans,sans-serif}@font-face{font-family:Moonhouse;src:local("Moonhouse"),url(/assets/moonhouse-DRM6N6I5.ttf) format("truetype")}.c-project{background-color:#040138;min-height:100vh}.c-project__header{display:grid;padding:1rem 2rem;background:#fff;color:#040138}.c-project__header_logo{display:flex;align-items:center;justify-content:center;gap:.75rem}.c-project__header_logo_logo_text{font-size:1.5rem;letter-spacing:3px;font-family:Moonhouse}.c-project__header_title{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.c-project__header_title--skeleton{width:20rem;height:100%}.c-project__header_search_container{display:flex;justify-content:center;padding:.5rem}.c-project__header_search_container_search{display:flex;align-items:center;justify-content:center;gap:.5rem;width:20rem;font-size:1.5rem;font-weight:600;background-color:#040138;border-radius:5px}.c-project__header_search_container_search input{width:100%;padding:.5rem;border-radius:5px;border:none;outline:none;background-color:#040138;font-weight:500;color:#fff}.c-project__main{padding:1rem}.c-posterDetails{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101;width:80%;padding:20px;max-width:600px;background-color:#fff;border:1px solid #ddd;border-radius:10px}.c-posterDetails__title{display:flex;justify-content:space-between;font-size:1.5rem}.c-posterDetails__title img{cursor:pointer}.c-posterDetails>div{margin-bottom:15px}.c-posterDetails__keywords span{margin-left:5px;font-style:italic}.c-posterDetails__files{display:flex;flex-wrap:wrap;gap:10px}.c-posterDetails__files_item{display:flex;align-items:center;padding:3px 10px;border:1px solid #ddd;border-radius:5px;background:#ddd;cursor:pointer}.c-posterDetails--mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100}.c-poster{width:fit-content;display:flex;justify-content:center;background:#040138;box-sizing:border-box;scrollbar-gutter:stable;padding-right:calc(100vw - 100%)}.c-poster__controls{position:fixed;bottom:0;left:50%;transform:translate(-50%,100%);z-index:100;border-radius:.625rem .625rem 0 0;background:#dddd;transition:transform .3s ease-in-out}.c-poster__controls_item{margin-left:.625rem;padding:.625rem;border-radius:.3125rem;cursor:pointer}.c-poster__controls_activator{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:40%;height:9.375rem;z-index:99;display:flex;justify-content:center;align-items:flex-end}.c-poster__controls_activator:hover+.c-poster__controls{transform:translate(-50%)}.c-poster__controls:hover{transform:translate(-50%)}.c-poster__pagination{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;z-index:100;color:#494949}.c-poster__pagination>*{margin-left:.625rem;padding:.3125rem;border-radius:.3125rem;background:#cccc}.c-poster__pagination button{cursor:pointer}.c-poster .pdf-container{width:100%;height:100%}.c-videoPlayer{position:relative}.c-videoPlayer__player{width:100%;height:auto}.c-videoPlayer__close{position:absolute;top:0;right:0;padding:5px;cursor:pointer;z-index:1;color:red;display:none}:hover .c-videoPlayer__close{display:block}.c-posterGrid__header{display:flex;justify-content:space-between;align-items:center;width:100%;height:3rem}.c-posterGrid__header--skeleton{width:24rem;height:2.75rem}.c-posterGrid--empty{display:flex;justify-content:center;align-items:center;height:100%;margin-top:4rem;font-size:1.4rem;color:#fff}.c-posterGrid__poster-name{color:#ff8c00;font-weight:bolder;font-size:1.5rem}.c-posterGrid__poster-author{color:#fff}.c-pagination{display:flex;flex-direction:row;justify-content:center;width:100%}.c-pagination__box{width:32px;height:32px;box-sizing:border-box;border-radius:2px;display:flex;align-items:center;justify-content:center;font-style:normal;font-weight:600;font-size:14px;line-height:20px;letter-spacing:-.02em;color:#999;cursor:pointer;-webkit-user-select:none;user-select:none}.c-pagination__box:hover{background:#fff3}.c-pagination__box--selected{color:#fff}.c-homePage{background-color:#040138;min-height:100vh;color:#fff;display:flex;flex-direction:column;justify-content:space-around}.c-homePage_body_container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.c-homePage_body_container_welcome{font-size:2rem}.c-homePage_body_container_body{font-size:1.5rem;color:#f5f5f5}.c-homePage_body_container_slugInput{font-size:1.2rem;color:#040138}.c-homePage_body_container_button{cursor:pointer;display:inline-block;font-weight:400;line-height:1.5;text-align:center;background-color:transparent;border:1px solid whitesmoke;padding:3px 12px;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#f5f5f5}.c-homePage_body_container_button:hover{color:#040138;background-color:#f5f5f5;border-color:#040138}.l-container{width:1170px;max-width:100%;margin-left:auto;margin-right:auto}.l-container--lg{width:1366px;max-width:100%;margin-left:auto;margin-right:auto}.l-container--md{width:920px;max-width:100%;margin-left:auto;margin-right:auto}.l-container--sm{width:540px;max-width:100%;margin-left:auto;margin-right:auto}.l-container--xs{width:420px;max-width:100%;margin-left:auto;margin-right:auto}.l-container--fluid{width:"auto";max-width:100%;margin-left:auto;margin-right:auto}.u-flex{display:flex}.flex-wrap{flex-wrap:wrap}.u-flex-col{flex-direction:column}.u-h-left{justify-content:flex-start}.u-h-center{justify-content:center}.u-h-right{justify-content:flex-end}.u-h-between{justify-content:space-between}.u-h-around{justify-content:space-around}.u-h-evenly{justify-content:space-evenly}.u-v-top{align-items:flex-start}.u-v-center{align-items:center}.u-v-bottom{align-items:flex-end}.u-v-stretch{align-items:stretch}.u-v-between{justify-content:space-between}.u-self-top{align-self:flex-start}.u-self-center{align-self:center}.u-self-bottom{align-self:flex-end}.u-self-stretch{align-self:stretch}.u-mx-auto{margin-right:auto;margin-left:auto}.u-my-auto{margin-top:auto;margin-bottom:auto}.u-mt-auto{margin-top:auto}.u-mr-auto{margin-right:auto}.u-mb-auto{margin-bottom:auto}.u-ml-auto{margin-left:auto}.u-ml-sm{margin-left:.25rem}.u-mt-0{margin-top:0}.u-mt-1{margin-top:8px}.u-mt-2{margin-top:16px}.u-mt-3{margin-top:24px}.u-mt-4{margin-top:32px}.u-mt-5{margin-top:40px}.u-mr-0{margin-right:0}.u-mr-1{margin-right:8px}.u-mr-2{margin-right:16px}.u-mr-3{margin-right:24px}.u-mr-4{margin-right:32px}.u-mr-5{margin-right:40px}.u-mb-0{margin-bottom:0}.u-mb-1{margin-bottom:8px}.u-mb-2{margin-bottom:16px}.u-mb-3{margin-bottom:24px}.u-mb-4{margin-bottom:32px}.u-mb-5{margin-bottom:40px}.u-ml-0{margin-left:0}.u-ml-1{margin-left:8px}.u-ml-2{margin-left:16px}.u-ml-3{margin-left:24px}.u-ml-4{margin-left:32px}.u-ml-5{margin-left:40px}.u-p-0{padding:0}.u-p-1{padding:8px}.u-p-2{padding:16px}.u-p-3{padding:24px}.u-p-4{padding:32px}.u-p-5{padding:40px}.u-pt-0{padding-top:0}.u-pt-1{padding-top:8px}.u-pt-2{padding-top:16px}.u-pt-3{padding-top:24px}.u-pt-4{padding-top:32px}.u-pt-5{padding-top:40px}.u-pr-0{padding-right:0}.u-pr-1{padding-right:8px}.u-pr-2{padding-right:16px}.u-pr-3{padding-right:24px}.u-pr-4{padding-right:32px}.u-pr-5{padding-right:40px}.u-pb-0{padding-bottom:0}.u-pb-1{padding-bottom:8px}.u-pb-2{padding-bottom:16px}.u-pb-3{padding-bottom:24px}.u-pb-4{padding-bottom:32px}.u-pb-5{padding-bottom:40px}.u-pl-0{padding-left:0}.u-pl-1{padding-left:8px}.u-pl-2{padding-left:16px}.u-pl-3{padding-left:24px}.u-pl-4{padding-left:32px}.u-pl-5{padding-left:40px}.u-cursorDisabled{cursor:not-allowed}
