:root{--page-white:#FFF;--page-black:#000;--page-orange:#F47521;--page-green:#63BC46;--page-violet:#8B298C;--page-yellow:#E5BF21;--btn-border-radius:5rem;--section-border-radius:1.6rem;--section-padding:8rem 0rem;--container-max-width:100rem;--mobile-screen-width:768px}@font-face{font-family:CCMonsterMash-Worn;src:url('../fonts/CCMonsterMash-Worn.woff2') format('woff2'),url('../fonts/CCMonsterMash-Worn.otf') format('opentype'),url('../fonts/CCMonsterMash-Worn.ttf') format('truetype');font-weight:400;font-style:normal}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body,html{background:var(--page-black);margin:0;font-family:Work Sans;scrollbar-width:thin}body main{transition:opacity .3s ease}body.mobile-menu-active main{opacity:.5;pointer-events:none}section{width:100%;position:relative;padding:var(--section-padding);margin-top:-7rem}img{height:auto}main{overflow:hidden}.monster-mash,h2{font-family:CCMonsterMash-Worn;color:#fff;font-size:3.4rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.7px;text-transform:uppercase}h2{text-align:center}.container{position:relative;margin:0 auto;width:100%;height:100%;max-width:var(--container-max-width);padding:0 2rem}.full-height{height:100%;min-height:100vh;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);opacity:0;mix-blend-mode:screen;z-index:0;pointer-events:none}.with-shadow{filter:drop-shadow(0 4px 4px rgba(0, 0, 0, .25))}.wiggle{transition:transform .2s}.wiggle:hover{animation:wiggle .4s ease-in-out infinite}@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(3deg)}50%{transform:rotate(-3deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}section.show-animation .background-video{opacity:1!important;transition:opacity 1.5s linear}.green-btn{background-color:var(--page-green);padding:1.5rem 3rem;border-radius:var(--btn-border-radius);color:#000;font-family:Work Sans;font-size:1.6rem;font-weight:700;line-height:1.4;text-decoration:none;display:inline-block}section .container li,section .container p{font-family:Work Sans;font-size:1.6rem;line-height:1.4;color:#fff;max-width:70rem}section .title{text-align:center;padding:0 2.5rem 2.5rem}section .title img{width:95%;margin:0 auto;max-width:100%}section .title h2{margin-bottom:1rem;color:#fff}section .title p{margin:0 auto;width:100%}.btn,.hbspt-form input[type=submit]{color:var(--page-white);text-align:center;font-family:"Work Sans";font-size:1.5rem;font-style:normal;font-weight:700;line-height:normal;text-align:center;padding:1.3rem 2.5rem;border:1px solid var(--page-white);border-radius:var(--btn-border-radius);transition:color .3s ease,border .3s ease,background-color .3s ease;text-decoration:none;background-color:transparent;cursor:pointer}.btn.yellow.active{color:var(--page-yellow);border:1px solid var(--page-yellow);background-color:transparent}.btn.green.active{color:var(--page-green);border:1px solid var(--page-green);background-color:transparent}.btn.violet.active{color:var(--page-violet);border:1px solid var(--page-violet);background-color:transparent}.btn.orange.active{color:var(--page-orange);border:1px solid var(--page-orange);background-color:transparent}@media only screen and (min-width:769px){.btn:active,.btn:hover,.hbspt-form input[type=submit]:active,.hbspt-form input[type=submit]:hover{background-color:var(--page-white);color:var(--page-black)}.btn.orange:active,.btn.orange:hover{color:var(--page-orange);border:1px solid var(--page-orange);background-color:transparent}.btn.violet:active,.btn.violet:hover{color:var(--page-violet);border:1px solid var(--page-violet);background-color:transparent}.btn.green:active,.btn.green:hover{color:var(--page-green);border:1px solid var(--page-green);background-color:transparent}.btn.yellow:active,.btn.yellow:hover{color:var(--page-yellow);border:1px solid var(--page-yellow);background-color:transparent}}.header-wrapper{position:relative}.header-wrapper .bg-block{background-color:rgba(0,0,0,0);transition:background-color .3s ease;position:absolute;top:0;left:0;height:100%;width:100%}.header-wrapper.sticky{position:sticky;top:0;z-index:9999}.header-wrapper.sticky .bg-block{background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 85%,rgba(0,0,0,0.0) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 85%,rgba(0,0,0,0.0) 100%)}header{color:#fff;padding:1rem 0}header .container{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem}header .logo{font-size:2.4rem;font-weight:700}header .menu-ico-1,header .menu-ico-2{position:absolute}header .menu-ico-1{bottom:1.5rem;right:5rem}header .menu-ico-2{bottom:7rem;right:2.5rem}.menu{list-style:none;display:flex;-webkit-align-items:center;align-items:center}.menu li{margin-left:2.5rem}.menu a{color:#fff;text-decoration:none;font-family:Work Sans;font-size:1.4rem;font-weight:700;line-height:1.4}header a.btn{color:#000;background-color:#63bc46;padding:.5rem 1.2rem;display:inline-block;border-radius:var(--btn-border-radius);border:0;transition:background-color .3s ease}header a.btn:hover{background-color:var(--page-white)}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{background-color:#fff;height:.2rem;width:2.5rem;margin:.4rem 0;transition:opacity .3s ease,transform .3s ease}.hamburger.close span:first-child{transform:translateY(1rem) rotate(-315deg)}.hamburger.close span:nth-child(2){opacity:0}.hamburger.close span:nth-child(3){transform:translateY(-1rem) rotate(315deg)}@media screen and (max-width:768px){nav{width:100%}.menu{display:none;flex-direction:column;position:absolute;top:6rem;right:2rem;background-color:#fff;width:calc(100% - 4rem);z-index:100;padding:2rem 3rem;border-radius:16px;align-items:flex-start}.menu li{margin:1.8rem 0}.menu li:last-child{display:none}.menu li a{font-size:1.8rem;color:#000}.menu li.mobile-only{margin:0}.hamburger{display:flex}.menu.active{display:flex}header .logo{transform:scale(.7);margin-left:-2rem}header .cta a{white-space:nowrap;border:0;margin-left:-1rem}}footer{display:flex;padding:4rem 2rem}footer>div{width:50%;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}footer>div:first-child{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start}footer>div:first-child>nav,footer>div:first-child>p{width:100%}.hubspot-form p,footer a,footer p{text-decoration:none;font-family:Work Sans;font-size:1.6rem;font-weight:400;line-height:1.4;color:#fff}footer ul{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}footer ul li{list-style:none;margin:0 1rem}footer nav ul li{margin:0 2rem}footer ul li:first-child{margin-left:0}footer ul li:last-child{margin-right:0}footer .copyright{margin-top:3rem}footer .footer-ico-1{position:absolute;right:40%;top:8rem;z-index:1}footer .footer-ico-2{position:absolute;right:35%;top:1rem;z-index:1}.hubspot-form{margin-bottom:6rem}.hbspt-form{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:flex-start;width:100%;max-width:27rem}.hbspt-form input:not([type=submit]){width:100%;border-radius:var(--btn-border-radius);background:#eaeaea;border:0;padding:1.3rem 2.5rem;color:#000;font-family:Work Sans;font-size:1.6rem;font-weight:400;text-align:center}.hbspt-form .hs-error-msg{color:var(--page-orange);margin-bottom:0;font-size:1.2rem}.hbspt-form input[type=submit]{width:100%;margin-top:1.6rem}.hbspt-form form{width:100%}.hbspt-form .submitted-message{color:var(--page-green);font-family:Work Sans;font-size:1.6rem;font-weight:400;line-height:1.4;text-align:center;margin-top:1.6rem;margin-top:0}.hbspt-form .legal-consent-container{margin-top:1rem;margin-left:.5rem}body>.hubspot-form .hbspt-form .legal-consent-container,body>.hubspot-form .hbspt-form .legal-consent-container a{color:var(--page-white)}@media only screen and (max-width:768px){footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}footer>div,footer>div:first-child{width:100%;-webkit-justify-content:flex-start;justify-content:flex-start}footer>div:first-child>nav{width:50%;margin:3rem 0}footer ul{gap:1.5rem}footer nav ul li{margin:0}footer>div:last-child{padding:2rem 0}footer ul li{margin:0 .5rem}footer .footer-ico-1{right:8rem}footer .footer-ico-2{right:3rem}}body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}.cursor-pointer{position:fixed;pointer-events:none;transform:scale(.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s ease,transform .3s ease;z-index:1000}.cursor-pointer.show{opacity:1;visibility:visible;transform:scale(1)}.cursor-pointer svg .bg{animation:spin 8s linear infinite;transform-origin:50% 50%;transform-box:fill-box;fill:#fff}.cursor-pointer svg{transform:translate(-57px,-57px)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.mobile-only{display:none}@media only screen and (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}section{padding:5rem 0;margin-top:-5rem}}.crm-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;display:none}.crm-modal-wrapper .crm-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;background-color:#fff;padding:6.4rem 3rem;max-width:40rem;width:90%;border-radius:2rem}.crm-modal-wrapper .crm-modal .crm-modal-content>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.crm-modal-wrapper .crm-modal .crm-modal-content h2{color:var(--page-black);margin-bottom:0}.crm-modal-wrapper .crm-modal .crm-modal-content p{font-size:1.6rem;text-align:center}.crm-modal-wrapper .crm-modal .crm-modal-content .initial .hbspt-form input[type=submit]{color:var(--page-black);border-color:var(--page-black)}.crm-modal-wrapper .crm-modal .crm-modal-content .initial .hbspt-form,.crm-modal-wrapper .crm-modal .crm-modal-content .initial .hbspt-form form,.crm-modal-wrapper .crm-modal .crm-modal-content .initial .hbspt-form input{width:100%;max-width:100%}.crm-modal-wrapper .crm-modal .crm-modal-content .hbspt-form .legal-consent-container{margin-top:1rem}.crm-modal-wrapper .crm-modal .crm-modal-content .submitted{display:none}.crm-modal-wrapper .crm-modal .close-modal{position:absolute;top:2rem;right:2rem;z-index:1;cursor:pointer;transition:opacity .3s ease}.crm-modal-wrapper .crm-modal .close-modal svg{width:4rem;height:4rem}.crm-modal-wrapper .crm-modal .close-modal:hover svg{fill:var(--page-orange)}section.hero .container{max-width:100%}section.hero .hero-content{position:relative;z-index:1}section.hero .hero-content{padding:6rem 0;width:100%;text-align:center;border-radius:var(--section-border-radius);overflow:hidden}section.hero .hero-content .hero-bat,section.hero .hero-content .hero-bone,section.hero .hero-content .hero-ghost{position:absolute}section.hero .hero-content .hero-ghost{left:12%;top:24%;opacity:0}section.hero .hero-content .hero-bat{right:15%;bottom:7%;opacity:0}section.hero .hero-content .hero-bone{right:5%;top:5%;opacity:0}section.hero .hero-content .hero-title{opacity:0;transform:scale(.8);transition:all .7s ease-in-out}section.hero.show-animation .hero-content .hero-title{opacity:1;transform:scale(1)}section.hero.show-animation .hero-content .hero-ghost{animation:fallDown 1.2s ease-in-out forwards}section.hero.show-animation .hero-content .hero-bat{animation:fallDown 1.2s ease-in-out .5s forwards}section.hero.show-animation .hero-content .hero-bone{animation:fallDown 1.2s ease-in-out .2s forwards}@keyframes fallDown{0%{transform:translateY(-300px);opacity:0}30%{transform:translateY(50px);opacity:1}40%{transform:translateY(-30px)}50%{transform:translateY(20px)}60%{transform:translateY(-15px)}70%{transform:translateY(10px)}80%{transform:translateY(-8px)}90%{transform:translateY(5px)}100%{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){section.hero .hero-content .hero-title{width:85%;height:auto;margin:0 auto}section.hero .hero-content .hero-bat,section.hero .hero-content .hero-bone,section.hero .hero-content .hero-ghost{transform:scale(.7)}section.hero .hero-content .hero-bat{right:10%;bottom:-3%}section.hero .hero-content .hero-ghost{left:5%;top:-2%}section.hero .hero-content .hero-bone{right:-1%;top:-2%}}section.costumes-grid{margin-top:-10rem}section.costumes-grid .grid-filter{display:flex;justify-content:center;gap:2rem}section.costumes-grid .grid-filter a{width:calc(25% - 1rem)}@media only screen and (max-width:768px){section.costumes-grid .grid-filter{flex-wrap:wrap}section.costumes-grid .grid-filter a{width:calc(50% - 1rem)}}section.costumes-grid .grid-controls{text-align:center}section.costumes-grid .grid-controls .grid-less,section.costumes-grid .grid-controls .grid-more{min-width:27rem;display:inline-block}section.costumes-grid .grid-controls .grid-less.hide,section.costumes-grid .grid-controls .grid-more.hide{display:none}.costumes-grid-list{display:flex;gap:1.6rem;flex-wrap:wrap;padding:6rem 0 4rem;position:relative;cursor:default}.costumes-grid-list.collapsed:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:12rem;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 60%);pointer-events:none;z-index:10}.costumes-grid-list>.costumes-grid-item{width:calc(33.33% - 1.1rem);height:48rem}.costumes-grid-list .costumes-grid-item .image-wrapper{width:100%;height:100%;border-radius:var(--section-border-radius);overflow:hidden;position:relative}.costumes-grid-list .costumes-grid-item .image-wrapper .share-options{position:absolute;display:flex;gap:1.6rem;bottom:1rem;left:2rem}.costumes-grid-list .costumes-grid-item .image-wrapper .share-options .share-mobile{display:none}.costumes-grid-list .costumes-grid-item .image-wrapper img{width:100%;height:100%;object-fit:contain}.costumes-grid-list .costumes-grid-item.yellow .image-wrapper{background-color:var(--page-yellow)}.costumes-grid-list .costumes-grid-item.orange .image-wrapper{background-color:var(--page-orange)}.costumes-grid-list .costumes-grid-item.green .image-wrapper{background-color:var(--page-green)}.costumes-grid-list .costumes-grid-item.violet .image-wrapper{background-color:var(--page-violet)}@media screen and (max-width:768px){section.costumes-grid .costumes-grid-list>.costumes-grid-item{width:calc(50% - 1.1rem);height:29rem}section.costumes-grid .costumes-grid-list{padding:6rem 0 3rem}section.costumes-grid .costumes-grid-list.collapsed:after{height:10rem}section.costumes-grid .mobile-instruction{position:absolute;left:50%;transform:translateX(-50%);z-index:1;margin-top:1rem;pointer-events:none}section.costumes-grid svg.mobile-instruction .bg{animation:spin 8s linear infinite;transform-origin:50% 50%;transform-box:fill-box;fill:#fff}.costumes-grid-list .costumes-grid-item .image-wrapper .share-options .share-mobile{display:block}.costumes-grid-list .costumes-grid-item .image-wrapper .share-options .share-pinterest{display:none}.costumes-grid-list .costumes-grid-item .image-wrapper .share-options .copy-link{display:none}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}body.modal-open{overflow:hidden}.costume-modal{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:9999;padding:0 2rem 2rem;overflow-y:auto}.costume-modal-content{position:relative;width:100%}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child{height:auto}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .modal-close{margin:2rem;display:block;position:absolute}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .modal-close:hover svg path{stroke-width:2px}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .image-wrapper{height:50rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper{margin-top:1.6rem;border-radius:var(--section-border-radius);overflow:hidden;padding:1.6rem;position:relative}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .category{margin-bottom:.5rem;color:var(--page-white);font-size:1.4rem;font-style:normal;font-weight:700;line-height:140.76%}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .name{margin-bottom:1.6rem;color:var(--page-white);font-size:2.5rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .items{margin-bottom:2.4rem;color:var(--page-white);font-size:1.8rem;font-style:normal;font-weight:400;line-height:140.625%}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .items span{margin-right:2.4rem;display:inline-block}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .btn{display:inline-block;width:100%}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .content-wrapper .background-video{opacity:1}.costume-modal-content .costumes-grid-list{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:auto}.costume-modal-content .costumes-grid-list>.costumes-grid-item{width:auto}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child{grid-column:span 6}.costume-modal-content .costumes-grid-list .sub-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr 1fr 1fr;grid-column:span 6;gap:1.6rem}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:first-child{grid-column:span 6;grid-row:span 1}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:nth-child(2){grid-column:span 6;grid-row:span 1}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:nth-child(3){grid-column:span 12;grid-row:span 1}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:nth-child(4){grid-column:span 6;grid-row:span 1}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:nth-child(5){grid-column:span 6;grid-row:span 1}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(3){grid-column:span 4;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(4){grid-column:span 4;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(5){grid-column:span 4;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(6){grid-column:span 6;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(7){grid-column:span 6;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(n+8){grid-column:span 4;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(14){grid-column:span 6;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(15){grid-column:span 6;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(19){grid-column:span 6;height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(20){grid-column:span 6;height:48rem}.costume-modal-close{position:absolute;top:1rem;right:1rem;width:4rem;height:4rem;background-color:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;cursor:pointer;z-index:10000;transition:background-color .3s ease}.costume-modal-close:hover{background-color:rgba(255,255,255,.2)}.costume-modal .modal-grid{padding:2rem 0}.costume-modal .modal-controls{padding:2rem 0;text-align:center}.costume-modal .modal-controls .grid-less,.costume-modal .modal-controls .grid-more{min-width:27rem;display:inline-block}.costume-modal .modal-controls .grid-less.hide,.costume-modal .modal-controls .grid-more.hide{display:none}.costume-modal .costumes-grid-list{cursor:pointer}@media screen and (max-width:768px){.costume-modal-content{padding:1rem}.costume-modal-close{top:.5rem;right:.5rem;width:3rem;height:3rem;font-size:1.5rem}.costume-modal .other-title{margin-top:4rem;margin-bottom:1.6rem;font-size:2.5rem;text-align:center}.costume-modal .modal-grid{padding:1rem 0}.costume-modal .modal-controls{padding:1rem 0}.costume-modal .modal-controls .grid-more{margin-bottom:3rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child .image-wrapper{height:48rem}.costume-modal-content .costumes-grid-list>.costumes-grid-item:first-child{grid-column:span 12!important}.costume-modal-content .costumes-grid-list>.costumes-grid-item:not(:first-child){grid-column:span 6!important;height:29rem!important}.costume-modal-content .costumes-grid-list .sub-grid{grid-column:span 12}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item{grid-column:span 6;height:29rem!important}.costume-modal-content .costumes-grid-list .sub-grid .costumes-grid-item:nth-child(3){grid-column:span 12}.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(10),.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(15),.costume-modal-content .costumes-grid-list>.costumes-grid-item:nth-child(5){grid-column:span 12!important}}section.video-list{position:relative}section.video-list .swiper-container{width:100%;position:relative;padding:0 5rem;margin:0 auto}section.video-list .swiper{width:100%;overflow:hidden}section.video-list .swiper-wrapper{display:flex;transition-property:transform}section.video-list .swiper-slide{flex-shrink:0;width:33.333%;height:auto;position:relative;transition-property:transform;min-height:48rem}section.video-list .video-item{position:relative;width:100%;height:100%;background:#1a1a1a;border-radius:1rem;overflow:hidden}section.video-list .video-wrapper{position:relative;width:100%;height:100%;top:0;left:0}section.video-list .video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:1rem}section.video-list .play-button{position:absolute;width:100%;height:100%;cursor:pointer}section.video-list .play-button svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;transition:all .3s ease;opacity:1;filter:drop-shadow(.1rem .1rem .4rem #000)}section.video-list .play-button:hover svg{transform:translate(-50%,-50%) scale(1.1)}section.video-list .play-button.hidden{opacity:0}section.video-list .swiper-controls{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}section.video-list .swiper-controls>div:first-child{height:2rem;position:relative;max-width:55rem;flex:1}section.video-list .swiper-controls>div:last-child{display:flex;gap:2rem;padding:0 1rem}section.video-list .swiper-controls .swiper-scrollbar{background:#fff;height:1px;top:50%}section.video-list .swiper-controls .swiper-scrollbar .swiper-scrollbar-drag{background:#fff;height:9px;margin-top:-4px}section.video-list .btn-next,section.video-list .btn-prev{cursor:pointer}section.video-list .btn-next:hover svg path,section.video-list .btn-prev:hover svg path{stroke-width:2px}section.video-list .btn-next.swiper-button-disabled,section.video-list .btn-prev.swiper-button-disabled{opacity:.3;cursor:not-allowed}@media (max-width:1024px){section.video-list .swiper-slide{width:50%}section.video-list .swiper-container .swiper{width:140%;margin-left:-20%}section.video-list .swiper-slide{flex-shrink:0;width:33.333%;height:auto;position:relative;transition-property:transform;min-height:55rem}}@media (max-width:768px){section.video-list .swiper-slide{width:100%}section.video-list .play-button svg{width:6rem;height:6rem}section.video-list .swiper-container{padding:0 2rem}section.video-list .swiper-container .swiper{width:200%;margin-left:-50%}section.video-list .swiper-slide{min-height:35.2rem}}section.socials{padding:2.5rem 0;background-color:var(--page-orange);margin-top:-5rem;margin-bottom:3rem}section.socials .swiper-wrapper{align-items:center;transition-timing-function:linear!important}section.socials .swiper .swiper-slide{width:auto}section.socials .swiper .swiper-slide a{color:var(--page-black);text-align:center;font-family:"Work Sans";font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;display:flex;gap:1rem;align-items:center}section.socials .swiper .swiper-slide a span{text-decoration:underline}@media only screen and (max-width:768px){section.socials{margin-top:-2rem;margin-bottom:1rem}}section.costume-wizard .assets-wrapper{max-width:50rem;width:100%;margin:-6rem auto -6rem;position:relative;text-align:center;transform:scale(.8)}section.costume-wizard .assets-wrapper .skeleton{margin:0 auto}section.costume-wizard .assets-wrapper .error{position:absolute;top:0;left:50%;transform:translateX(-50%);display:none}section.costume-wizard.error .assets-wrapper .error{display:block}section.costume-wizard .assets-wrapper .costumes{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}section.costume-wizard .assets-wrapper .costumes>.swiper-container{position:relative}section.costume-wizard .assets-wrapper .costumes .swiper-container.top{margin-top:11rem;z-index:3}section.costume-wizard .assets-wrapper .costumes .swiper-container.middle{margin-top:-7rem;z-index:2}section.costume-wizard .assets-wrapper .costumes .swiper-container.bottom{margin-top:-9rem;z-index:4}section.costume-wizard .assets-wrapper .swiper .swiper-slide{text-align:center}section.costume-wizard .assets-wrapper .costumes .controls-next,section.costume-wizard .assets-wrapper .costumes .controls-prev{position:absolute;top:0;height:100%;z-index:5}section.costume-wizard .assets-wrapper .costumes .controls-prev{left:0}section.costume-wizard .assets-wrapper .costumes .controls-next{right:4rem}section.costume-wizard .assets-wrapper .costumes .controls-next>div,section.costume-wizard .assets-wrapper .costumes .controls-prev>div{position:absolute;cursor:pointer}section.costume-wizard .assets-wrapper .costumes .controls-next .top,section.costume-wizard .assets-wrapper .costumes .controls-prev .top{top:calc(35% - 2rem)}section.costume-wizard .assets-wrapper .costumes .controls-next .middle,section.costume-wizard .assets-wrapper .costumes .controls-prev .middle{top:calc(62.5% - 2rem)}section.costume-wizard .assets-wrapper .costumes .controls-next .bottom,section.costume-wizard .assets-wrapper .costumes .controls-prev .bottom{top:calc(90% - 2rem)}section.costume-wizard .assets-wrapper .costumes .controls-next>div:hover svg path,section.costume-wizard .assets-wrapper .costumes .controls-prev>div:hover svg path{stroke-width:2px}section.costume-wizard .costume-name{text-align:center;margin-top:2rem}section.costume-wizard .costume-name h3{font-size:2.4rem;margin-bottom:1rem}section.costume-wizard .costume-name p{text-transform:lowercase;width:100%;margin:0 auto}section.costume-wizard .costume-name p span{margin:0 .8rem}section.costume-wizard .wizard-ico-1,section.costume-wizard .wizard-ico-2,section.costume-wizard .wizard-ico-3{position:absolute;z-index:1}section.costume-wizard .wizard-ico-1{top:15%;right:5%}section.costume-wizard .wizard-ico-2{left:10%;top:35%}section.costume-wizard .wizard-ico-3{right:10%;bottom:10%}@media only screen and (max-width:768px){section.costume-wizard .assets-wrapper{transform:scale(.8);margin-top:-5rem;margin-bottom:-4rem}section.costume-wizard .assets-wrapper .error,section.costume-wizard .assets-wrapper .skeleton{width:33rem}section.costume-wizard .assets-wrapper .costumes .swiper-container.bottom,section.costume-wizard .assets-wrapper .costumes .swiper-container.middle,section.costume-wizard .assets-wrapper .costumes .swiper-container.top{transform:scale(.8)}section.costume-wizard .assets-wrapper .costumes .swiper-container.top{margin-top:6rem}section.costume-wizard .assets-wrapper .costumes .swiper-container.middle{margin-top:-13rem}section.costume-wizard .assets-wrapper .costumes .swiper-container.bottom{margin-top:-10rem}section.costume-wizard .wizard-ico-1,section.costume-wizard .wizard-ico-2,section.costume-wizard .wizard-ico-3{display:none}section.costume-wizard .costume-name{margin-top:4rem}}section.community{margin-top:-4rem}section.community .block{display:flex;gap:1.5rem}section.community h2{text-align:left}section.community .block .left,section.community .block .right{border-radius:var(--section-border-radius);overflow:hidden}section.community .block .left{width:calc(100% / 3);background-color:var(--page-violet);display:flex;flex-direction:column;padding:3rem;justify-content:center}section.community .block .left p{color:#fff;font-family:"Work Sans";font-size:16px;font-style:normal;font-weight:400;line-height:140.625%}section.community .block .left .img-title{margin-bottom:1rem;margin-left:-2rem}section.community .block .right{width:calc(2 * 100% / 3);position:relative;padding:6.4rem 3.2rem}section.community .block .right .img-title{margin-bottom:1rem}section.community .block .right .btn{margin-top:1.5rem;min-width:50%;display:inline-block}@media only screen and (max-width:768px){section.community{margin-top:0}section.community .block{flex-direction:column}section.community .block .left,section.community .block .right{width:100%}section.community .block .right{padding:4rem 3rem}section.community .block .right .btn{width:100%}section.community .block .left .img-title{margin-left:-1rem;margin-top:1rem}}