@charset "UTF-8";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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{min-height:100%;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,span,p,li,a,label,button,div{font-family:Inter,system-ui}a{text-decoration:none;list-style:none;color:inherit;cursor:pointer}input::-moz-placeholder{font-family:Inter,system-ui}input::placeholder{font-family:Inter,system-ui}video::-webkit-media-controls{display:none!important}.padding-container{padding:0 1.5rem}@media (min-width: 768px){.padding-container{padding:0 2.5rem}}.header-wrapper{width:100%;z-index:999;position:absolute}.header-wrapper .header-container{display:flex;justify-content:space-between;align-items:center;color:#fefffe;padding-top:1.5rem;padding-bottom:1.5rem;transition:color .3s ease}.header-wrapper .header-container .header-left{display:none}.header-wrapper .header-container .header-middle a{font-size:2rem;font-weight:600}.header-wrapper .header-container .header-right{margin-top:.5rem}.header-wrapper .header-container .header-right span{display:inline-block;font-size:1.75rem;cursor:pointer}.header-wrapper .header-container .header-right .header-right-socials{display:none}.header-wrapper .color-black{color:#111}@media (min-width: 1023px){.header-wrapper{display:flex;justify-content:center}.header-wrapper .header-container{padding:1.5rem 5rem;max-width:1240px;width:100%;position:relative}.header-wrapper .header-container .header-left{display:flex}.header-wrapper .header-container .header-left ul{display:flex;gap:1rem}.header-wrapper .header-container .header-left ul a{transition:.3s ease}.header-wrapper .header-container .header-left ul a:hover{color:#718096}.header-wrapper .header-container .header-middle{position:absolute;left:50%;transform:translate(-50%)}.header-wrapper .header-container .header-right span{display:none}.header-wrapper .header-container .header-right .header-right-socials{display:flex;gap:1.25rem}.header-wrapper .header-container .header-right .header-right-socials a{font-size:1.5rem;transition:.3s ease}.header-wrapper .header-container .header-right .header-right-socials a:hover{color:#718096}}.header-fixed{position:fixed}.mobile-menu-wrapper{width:100%;height:100vh;z-index:-1;background-color:#fefffe;position:absolute;top:0;left:0;overflow-y:hidden;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-menu-wrapper .mobile-menu-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.mobile-menu-wrapper .mobile-menu-container ul{display:flex;flex-direction:column;align-items:center;gap:3rem}.mobile-menu-wrapper .mobile-menu-container ul a{font-size:2rem;font-weight:600;transition:.3s ease-in-out}.mobile-menu-wrapper .mobile-menu-container ul a:hover{color:#718096}.mobile-menu-wrapper .mobile-menu-container .mobile-bottom{position:absolute;bottom:0;margin-bottom:1rem}.mobile-menu-wrapper .mobile-menu-container .mobile-bottom .mobile-socials{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.mobile-menu-wrapper .mobile-menu-container .mobile-bottom .mobile-socials a{font-size:1.5rem;transition:.3s ease-in-out}.mobile-menu-wrapper .mobile-menu-container .mobile-bottom .mobile-socials a:hover{color:#718096}.mobile-menu-wrapper .mobile-menu-container .mobile-bottom .mobile-production a{display:flex;align-items:center;font-size:.85rem}.show-menu{opacity:1;visibility:visible}.footer-wrapper{display:flex;justify-content:center;width:100%}.footer-wrapper .footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 0 2rem;gap:1rem}.footer-wrapper .footer-container .footer-socials{display:flex;gap:1rem}.footer-wrapper .footer-container .footer-socials a{font-size:1.5rem}.footer-wrapper .footer-container .footer-production{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;bottom:2rem}.footer-wrapper .footer-container .footer-production span{font-size:.7rem}.footer-wrapper .footer-container .footer-production a{display:flex;font-size:.7rem}.homework{padding:60px 50px}.homework .title{font-size:2.5rem;text-align:center;margin-bottom:50px;font-weight:600;letter-spacing:2px}.homework .works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto}.homework .works-grid .work-item{background:#222;border-radius:5px;overflow:hidden;position:relative}.homework .works-grid .work-item .video-container{position:relative;width:100%;height:250px;background:#333}.homework .works-grid .work-item .video-container iframe{width:100%;height:100%;aspect-ratio:16/9}.homework .more-btn{text-align:center;margin-top:80px}.homework .more-btn .more-works-btn{display:inline-flex;align-items:center;gap:15px;padding:18px 40px;background-color:transparent;border:2px solid black;color:#000;text-decoration:none;font-size:1.1rem;font-weight:300;letter-spacing:1px;border-radius:50px;transition:all .4s ease;position:relative;overflow:hidden}.homework .more-btn .more-works-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#000;transition:left .4s ease;z-index:-1}.homework .more-btn .more-works-btn:hover:before{left:0}.homework .more-btn .more-works-btn:hover{color:#fff}.home-contact{width:100%;display:flex;justify-content:center}.home-contact .contact-container{margin-top:100px;display:flex;flex-direction:column;width:60%;justify-content:center;align-items:center;gap:2rem}.home-contact .contact-container .contact-title{font-size:2.5rem;font-weight:600;margin-top:30px}.home-contact .contact-container .contact-list{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.home-contact .contact-container .contact-list .contact-link{display:flex;align-items:center;gap:.5rem;cursor:pointer}.home-contact .contact-container .contact-list .contact-link h2{font-size:18px}.home-contact .contact-container .contact-list .contact-link span{background-color:#f2f4f7;padding:10px;border-radius:50%;display:flex;justify-content:center;align-items:center}.home-contact .contact-container .text{border-top:1px solid #718096;padding-top:1rem}.home-contact .contact-container .text p{line-height:1.5rem}.home-wrapper{width:100%}.home-wrapper .home-container{background-image:url(/assets/home_img-Dpa4BInt.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative}.home-wrapper .home-container h1{color:#fefffe;padding:0rem 1.5rem;text-align:center;margin-top:8rem;font-weight:500;font-size:1.5rem;line-height:2rem}.home-wrapper .home-cover{position:absolute;pointer-events:none;z-index:1;width:100%;height:100vh;background:linear-gradient(to bottom,#0003 10%,#0000)}@media (min-width: 768px){.home-wrapper{position:relative}.home-wrapper .home-container h1{position:absolute;left:calc(50% + 10rem);bottom:35%;transform:translate(-50%);line-height:2.5rem;max-width:450px;width:100%;text-align:center}}@media (min-width: 1023px){.home-wrapper .home-container h1{left:calc(50% + 15rem);bottom:25%}}.about-wrapper{display:flex;justify-content:center}.about-wrapper .about-container{width:100%;max-width:1240px;margin-top:100px}.about-wrapper .about-container .about-img{display:flex;flex-direction:column;align-items:center}.about-wrapper .about-container .about-img img{width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.about-wrapper .about-container .about-img .about-cv-container{display:flex;justify-content:center;gap:1rem;text-align:center;margin-top:1.5rem;border-top:1px solid rgba(0,0,0,.2);width:70%;padding:1rem 0}.about-wrapper .about-container .about-img .about-cv-container .line{height:1rem;width:1px;background-color:#0003}.about-wrapper .about-container .about-img .about-cv-container a{font-weight:600;transition:.3s ease-in-out}.about-wrapper .about-container .about-img .about-cv-container a:hover{color:#718096}.about-wrapper .about-text{margin-top:1rem}.about-wrapper .about-text p{font-size:1rem;line-height:1.8rem;font-weight:300}.about-wrapper .about-text p i{font-weight:700}@media (min-width: 1023px){.about-wrapper .about-container{display:flex;flex-direction:row-reverse;gap:2rem}.about-wrapper .about-container .about-img{flex:1}.about-wrapper .about-container .about-img img{height:100%;-o-object-position:center;object-position:center}.about-wrapper .about-container .about-text{margin-top:0;flex:1}}.works-wrapper{display:flex}.works-wrapper .works-container{width:100%;margin-top:100px;display:flex;flex-direction:column}.works-wrapper .works-container .title{font-size:1.25rem;font-weight:500}.works-wrapper .works-container .works-mobile-menu{display:flex;flex-direction:column;position:relative;height:100%;z-index:2}.works-wrapper .works-container .works-mobile-menu .nav-header{display:flex;justify-content:space-between;width:100%;padding-bottom:1rem;border-bottom:1px solid black}.works-wrapper .works-container .works-mobile-menu .nav-header .icon{cursor:pointer}.works-wrapper .works-container .works-mobile-menu ul{background-color:#fff;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;position:absolute;top:30px;width:100%;height:100vh}.works-wrapper .works-container .works-mobile-menu ul li{color:#718096;cursor:pointer;transition:.3s ease-in}.works-wrapper .works-container .works-mobile-menu ul li:hover{color:#111}.works-wrapper .works-container .works-mobile-menu ul li.active{color:#111;font-weight:500}.works-wrapper .works-container .works-laptop-menu{display:none}.works-wrapper .works-container main{width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem}.works-wrapper .works-container main .category-title{font-size:20px;font-weight:800;margin-top:1rem;margin-bottom:1rem}.works-wrapper .works-container main .work-item{margin-top:1rem;display:flex;gap:.5rem;color:#718096;flex-direction:column;cursor:pointer}.works-wrapper .works-container main .work-item .work-info{display:flex;gap:5px;font-style:italic;color:#111;font-weight:500}.works-wrapper .works-container main .work-item p{font-size:14px}@media (min-width: 1023px){.works-wrapper{width:100%}.works-wrapper .works-container{border-top:1px solid #718096;flex-direction:row;height:100%;margin-left:1rem;margin-right:1rem}.works-wrapper .works-container .works-mobile-menu{display:none}.works-wrapper .works-container .works-laptop-menu{display:flex;flex-direction:column;height:100%;padding:1rem;font-size:14px;width:30%}.works-wrapper .works-container .works-laptop-menu h1{margin-bottom:3rem}.works-wrapper .works-container .works-laptop-menu ul{display:flex;flex-direction:column;gap:1.5rem}.works-wrapper .works-container .works-laptop-menu ul li{color:#718096;cursor:pointer;transition:.3s ease-in}.works-wrapper .works-container .works-laptop-menu ul li:hover,.works-wrapper .works-container .works-laptop-menu ul li.active{color:#111}.works-wrapper .works-container main{border-left:1px solid #718096}}.work-wrapper{margin-top:3rem;display:flex;justify-content:center}.work-wrapper .work-container{display:flex;flex-direction:column;max-width:1240px}.work-wrapper .work-container header{display:flex;flex-direction:column;font-size:2.25rem;font-weight:600}.work-wrapper .work-container header .text{display:flex;align-items:center;gap:.2rem}.work-wrapper .work-container header .text h1{font-size:1.85rem;font-style:italic}.work-wrapper .work-container header .text span{font-size:.85rem;margin-top:5px}.work-wrapper .work-container header .genre{font-size:.9rem;margin-top:10px;margin-bottom:15px}.work-wrapper .work-container .score{width:-moz-fit-content;width:fit-content}.work-wrapper .work-container .score a{color:#111}.work-wrapper .work-container .score a button{display:flex;align-items:center;gap:5px;padding:10px 15px;background-color:inherit;border:1px solid #e2e8f0;transition:.3 ease-in;cursor:pointer;color:#111}.work-wrapper .work-container .score a button:hover{border:1px solid black}.work-wrapper .work-container img{width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.work-wrapper .work-container main{border-left:none;padding:0}.work-wrapper .work-container main .right{display:flex;flex-direction:column;flex:1}.work-wrapper .work-container main .right .video-container{width:100%;max-width:700px;margin-top:1rem}.work-wrapper .work-container main .right .video-container iframe{width:100%;height:100%;aspect-ratio:16/9}.work-wrapper .work-container main .right .audio-container{display:flex;flex-direction:column;gap:20px;margin-top:1rem}.work-wrapper .work-container main .right .audio-container .audio-item{padding:0;max-width:350px}.work-wrapper .work-container main .right .audio-container .audio-item h1{font-size:18px;margin-bottom:5px}.work-wrapper .work-container main .right .audio-container .audio-item .audio-player-custom{width:100%;border:none;outline:none}.work-wrapper .work-container main .right .work-lyrics{display:flex}.work-wrapper .work-container main .right .work-lyrics .text-container{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.work-wrapper .work-container main .right .work-lyrics .text-container .text-columns{display:flex;flex-direction:column;gap:2rem}.work-wrapper .work-container main .right .work-lyrics .text-container .text-columns .text-column{display:flex;flex-direction:column;gap:10px}.work-wrapper .work-container main .work-info{display:flex;flex-direction:column;gap:2rem;flex:1}.work-wrapper .work-container main .work-info section{display:flex;flex-direction:column}.work-wrapper .work-container main .work-info section h1{font-size:1.25rem;font-weight:600}.work-wrapper .work-container main .work-info section h1:first-letter{text-transform:uppercase}.work-wrapper .work-container main .work-info section span{display:inline-block}.work-wrapper .work-container main .work-info .work-text-container{display:flex}.work-wrapper .work-container main .work-info .work-text-container .work-text{display:flex;flex-direction:column;gap:.5rem}.work-wrapper .work-container main .work-info .work-text-container .work-text .text{display:flex;line-height:1.5rem}.work-wrapper .work-container section{display:flex;flex-direction:column}.work-wrapper .work-container section h1{font-size:1.25rem;font-weight:600;margin-bottom:10px}.work-wrapper .work-container section .score{margin-top:2rem}.work-wrapper .work-container section .performances-wrapper{display:flex;flex-direction:column;gap:.5rem}.work-wrapper .work-container section .performances-wrapper .performances-container{display:flex;flex-direction:column;gap:3px}.work-wrapper .work-container section .performances-wrapper .performances-container .event,.work-wrapper .work-container section .performances-wrapper .performances-container .performer,.work-wrapper .work-container section .performances-wrapper .performances-container .prize{display:inline-block;font-size:13px}.work-wrapper .work-container section .performances-wrapper .performances-container .prize{font-style:italic}.work-wrapper .work-container section h2{margin-bottom:10px}.work-wrapper .work-container section .pdf-wrapper{width:100%;height:400px;overflow:hidden}@media (min-width: 1023px){.work-wrapper .work-container{width:100%}.work-wrapper .work-container main .right h1{font-size:1.25rem;font-weight:600}.work-wrapper .work-container main .right .work-text{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.work-wrapper .work-container main .right .work-text p{line-height:1.5rem}.work-wrapper .work-container main .right .work-info{flex:1}.work-wrapper .work-container main .right .work-lyrics{display:flex}.work-wrapper .work-container main .right .work-lyrics .text-container{flex-direction:row;gap:2rem;margin-top:1rem}.work-wrapper .work-container main .right .work-lyrics .text-container .text-columns{display:flex;gap:1.5rem}.work-wrapper .work-container main .right .work-lyrics .text-container .text-columns .text-column{display:flex;flex-direction:column;gap:5px}.work-wrapper .work-container main .right .work-lyrics .text-container .text-columns .text-column .text{margin-bottom:1rem}.work-wrapper .work-container section{width:100%;display:flex;justify-content:center}.work-wrapper .work-container section .pdf-wrapper{height:1000px}}.contact-wrapper{display:flex;justify-content:center}.contact-wrapper .contact-container{margin-top:100px;display:flex;flex-direction:column;width:60%;justify-content:center;gap:2rem}.contact-wrapper .contact-container .contact-title{font-size:1.5rem;font-weight:700;margin-top:50px}.contact-wrapper .contact-container .contact-list{display:flex;flex-direction:column;gap:10px}.contact-wrapper .contact-container .contact-list .contact-link{display:flex;align-items:center;gap:.5rem;cursor:pointer}.contact-wrapper .contact-container .contact-list .contact-link h2{font-size:18px}.contact-wrapper .contact-container .contact-list .contact-link span{background-color:#f2f4f7;padding:10px;border-radius:50%;display:flex;justify-content:center;align-items:center}.contact-wrapper .contact-container .text{border-top:1px solid #718096;padding-top:1rem}.contact-wrapper .contact-container .text p{line-height:1.5rem}.contact-category{font-size:1.25rem;font-weight:600}.mobile-icon{font-size:1.25rem}.main-layout-wrapper{min-height:100vh;display:flex;flex-direction:column}.content{flex:1}
