:root{--black:hsl(0,0%,4%);--grey:hsl(0,0%,48%);--grey-light:hsl(0,0%,71%);--grey-lighter:hsl(0,0%,86%);--white-ter:hsl(0,0%,96%);--white-bis:hsl(0,0%,98%);--white:hsl(0,0%,100%);--gray-50:hsl(210,20%,98%);--gray-100:hsl(220,14%,96%);--gray-200:hsl(220,13%,91%);--gray-300:hsl(216,12%,84%);--gray-400:hsl(218,11%,65%);--gray-500:hsl(220,9%,46%);--gray-600:hsl(215,14%,34%);--red-100:hsl(0,93%,94%);--red-200:hsl(0,96%,89%);--red-300:hsl(0,94%,82%);--red-400:hsl(0,91%,71%);--red-500:hsl(0,84%,60%);--red-600:hsl(0,72%,51%);--red-700:hsl(0,74%,42%);--red-800:hsl(0,70%,35%);--orange-500:hsl(25,95%,53%);--orange-600:hsl(21,90%,48%);--amber-400:hsl(43,96%,56%);--amber-500:hsl(38,92%,50%);--amber-600:hsl(30,100%,44%);--green-50:hsl(138,76%,97%);--green-100:hsl(141,84%,93%);--green-200:hsl(141,79%,85%);--green-300:hsl(142,77%,73%);--green-400:hsl(142,69%,58%);--green-500:hsl(142,71%,45%);--green-600:hsl(142,76%,36%);--green-700:hsl(142,72%,29%);--green-800:hsl(143,64%,24%);--green-900:hsl(144,61%,20%);--green-950:hsl(145,80%,10%);--emerald-100:hsl(149,80%,90%);--emerald-200:#a7f3d0;--emerald-500:hsl(160,84%,39%);--emerald-600:hsl(161,94%,30%);--emerald-700:hsl(163,94%,24%);--emerald-800:hsl(163,88%,20%);--teal-100:hsl(167,85%,89%);--teal-500:hsl(173,80%,40%);--teal-600:hsl(175,84%,32%);--cyan-100:hsl(185,96%,90%);--cyan-500:hsl(189,94%,43%);--cyan-600:hsl(192,91%,36%);--sky-100:hsl(204,94%,94%);--sky-200:hsl(201,94%,86%);--sky-300:hsl(199,95%,74%);--sky-400:hsl(198,93%,60%);--sky-500:hsl(199,89%,48%);--sky-600:hsl(200,98%,39%);--sky-700:hsl(201,96%,32%);--blue-50:hsl(214,100%,97%);--blue-100:hsl(214,95%,93%);--blue-200:hsl(213,97%,87%);--blue-300:hsl(212,96%,78%);--blue-400:hsl(213,94%,68%);--blue-500:hsl(217,91%,60%);--blue-600:hsl(221,83%,53%);--blue-700:hsl(224,76%,48%);--blue-800:hsl(226,71%,40%);--blue-900:hsl(224,64%,33%);--admin-color:hsl(220,31%,28%);--line-height:1.5;--font-color:hsl(0,0%,20%);--font-size:1rem;--font-family:'Sour Gummy',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--font-family-titles:"Playwrite IN",BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--font-family-accounts:'Ubuntu',BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--input-height:40px;--input-medium-height:35px;--input-small-height:30px;--input-focus-shadow-size:0 0 0 .175rem;--navbar-height:3.7rem;--msg-height:3rem}*,::after,::before{box-sizing:border-box}.no-transition *{transition:none!important}html{font-size:16px;min-width:320px;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-y:scroll}body{display:flex;min-height:calc(100vh - var(--navbar-height));flex-direction:column;line-height:var(--line-height);color:var(--font-color);font-size:var(--font-size);font-weight:400;font-family:var(--font-family);letter-spacing:1px;font-weight:300;font-optical-sizing:auto;font-style:normal}main{flex:1 0 auto}img{max-width:100%;height:auto}a,a:focus,a:visited{cursor:pointer;color:var(--blue-600);text-decoration:none}a:hover{color:var(--blue-800)}h1,h2,h3,h4,h5,h6{word-wrap:break-word;font-weight:400}hr{background-color:#f5f5f5;border:none;height:2px;margin:1.5rem 0;padding:0}body,p,h1,h2,h3,h4,h5,h6,figure,textarea{padding:0;margin:0}hr,img,figure{display:block}#loader{position:fixed;left:0;top:0;bottom:0;right:0;background-color:hsl(0,0%,4%);z-index:9999}.loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);--cell-size:52px;--cell-spacing:5px;--cells:3;--total-size:calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));display:flex;flex-wrap:wrap;width:var(--total-size);height:var(--total-size)}.cell{flex:0 0 var(--cell-size);margin:var(--cell-spacing);background-color:transparent;box-sizing:border-box;border-radius:100%;animation:1.5s ripple ease infinite}.cell.d-1{animation-delay:100ms}.cell.d-2{animation-delay:200ms}.cell.d-3{animation-delay:300ms}.cell.d-4{animation-delay:400ms}.cell:nth-child(1){--cell-color:#cc0000}.cell:nth-child(2){--cell-color:#d11919}.cell:nth-child(3){--cell-color:#d63333}.cell:nth-child(4){--cell-color:#db4d4d}.cell:nth-child(5){--cell-color:#e06666}.cell:nth-child(6){--cell-color:#e68080}.cell:nth-child(7){--cell-color:#eb9999}.cell:nth-child(8){--cell-color:#f0b3b3}.cell:nth-child(9){--cell-color:#f5cccc}@keyframes ripple{0%{background-color:transparent}30%{background-color:var(--cell-color)}60%{background-color:transparent}100%{background-color:transparent}}.navbar{box-shadow:0 8px 16px rgba(10,10,10,.1)}.navbar-fixed-top{padding-top:var(--navbar-height)}.navbar.fixed-top{top:0;left:0;position:fixed;right:0;z-index:40}.navbar-brand{display:flex;align-items:center;padding:0 0.7rem;height:var(--navbar-height);min-height:var(--navbar-height);max-height:var(--navbar-height);background-color:hsl(0,0%,99%)}.navbar-brand>.navbar-item span{padding-left:0.75rem;font-size:1.5rem}.navbar-burger{margin-left:auto;cursor:pointer;background-color:hsl(0,0%,96%);display:flex;padding:0.5rem;border-radius:10px;align-items:center;justify-content:center;width:40px;height:40px}.navbar-burger span{display:none;padding-right:8px;padding-top:2px;color:var(--black)}.navbar-burger .navbar-info-close{padding-top:1px}@media (min-width:355px){.navbar-burger{width:90px}.navbar-burger span{display:inline}}.navbar-menu{background-color:var(--white);padding:0.5rem 0;display:none}.navbar-menu.active{display:block}.navbar-start,.navbar-end{display:flex;flex-direction:column}.navbar-item,.navbar-logo{display:flex;align-items:center;padding-right:0.4rem;color:var(--font-color)!important;white-space:nowrap;text-decoration:none;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.navbar-menu .navbar-item{padding:0.5rem 0.9rem}.navbar-logo{padding-left:0}.navbar-item.active,.navbar-start>.navbar-item:hover:not(.active){color:var(--black)!important}.navbar-item.active{background-color:hsl(0,0%,95%)}.navbar-start>.navbar-item:hover:not(.active){background-color:hsl(0,0%,96%)}.navbar-item:focus{text-decoration:none}.navbar-logo{display:none}@media (min-width:769px) and (max-width:1023px){.navbar{padding-right:1.25rem;padding-left:1.25rem}}@media (min-width:769px){.navbar-brand{display:none}.navbar .container{display:flex;flex-direction:row;align-items:center;height:var(--navbar-height);min-height:var(--navbar-height);max-height:var(--navbar-height)}.navbar-menu{display:flex!important;align-items:center;width:100%;background-color:inherit;border:0;box-shadow:none}.navbar-start,.navbar-end{flex-direction:row}.navbar-end{margin-left:auto}.navbar-start .navbar-item:first-child{padding-left:0}.navbar-end .navbar-item:last-child{padding-right:0}.navbar-start>.navbar-item{margin:0 .25rem}.navbar-menu .navbar-item{padding:0.5rem 0.75rem;border-radius:8px}.navbar-end .navbar-item{padding-top:0;padding-bottom:0}.navbar-start>.navbar-item:hover:not(.active){background-color:hsl(0,0%,97%)!important}.navbar-logo{display:flex}}.tabs-container{overflow-x:auto;white-space:nowrap;border-bottom:#dbdbdb 1px solid;text-align:center}.tabs-content{display:inline-flex}.tabs-content a{all:unset;cursor:pointer;padding:0.7rem 1rem;transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.tabs-content a:hover:not(.active){background-color:var(--gray-200);color:var(--black)}.tabs-content .icon{margin-right:0.4rem}.tabs-content .active{color:var(--black);background-color:hsl(220,13%,87%)}.modal{display:none;align-items:center;flex-direction:column;justify-content:center;position:fixed;overflow:hidden;z-index:100;top:0;left:0;width:100%;height:100%}.modal.active{display:flex}.modal-background{background-color:rgba(10,10,10,.86);position:absolute;top:0;bottom:0;left:0;right:0}.modal-close{position:absolute;top:10px;right:25px;color:hsl(0,0%,92%);font-size:1.5rem;transition:0.3s;z-index:102}.modal-close:hover,.modal-close:focus{color:var(--white);cursor:pointer}.modal-content{max-height:calc(100vh - 110px);margin:0 auto;overflow:auto;position:relative;width:100%}.modal-image{position:relative;display:flex;align-items:center;justify-content:center}.modal-image>div{background-color:rgba(10,10,10,.86)}.modal-image img{max-height:70vh}.modal.no-caption img{max-height:80vh}.modal-previous,.modal-next{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);z-index:9999;color:var(--white-ter);background-color:rgba(10,10,10,.30);cursor:pointer;width:30px;height:30px;border-radius:50%;font-size:1rem}.modal-previous:hover,.modal-next:hover{color:var(--white)}.modal-previous{margin-left:0.3rem}.modal-next{margin-right:0.3rem}.modal-previous{left:0}.modal-next{right:0}.modal-caption{background-color:rgba(10,10,10,.92);color:var(--white-ter);padding:0.5rem 0.4rem;margin:0 auto}@media (min-width:769px){.modal-content{width:640px;max-height:calc(100vh - 40px)}.modal-image,.modal-next,.modal-previous{position:static;transform:none;background-color:unset}.modal-image{display:flex;align-items:center;justify-content:center}.modal-image img{border-radius:5px 5px 0 0}.modal-image>div{border-radius:5px 5px 0 0}.modal.no-caption img{border-radius:5px}.modal.no-caption .modal-image>div{border-radius:5px}.modal-caption{border-radius:0 0 5px 5px}.modal-previous,.modal-next{font-size:2rem;padding:2.5rem;cursor:pointer;background-color:unset;margin:0}.modal-previous{padding-right:1.5rem}.modal-next{padding-left:1.5rem}}@media (min-width:900px){.modal-content{width:70%;max-height:calc(100vh - 40px)}}.modal-info .modal-content{padding:1.5rem;border-radius:10px;background-color:rgba(0,0,0,0.8);max-width:700px;color:var(--white)}.modal-info .modal-content .input:focus{box-shadow:0 0 0.2em .15em hsl(217,91%,60%,0.5)}.modal-info .textarea:focus{box-shadow:0 0 0.2em .15em hsl(217,91%,60%,0.5)}.modal-info .info-title{border-bottom:1px var(--white) solid}.card{background-color:var(--white-bis);border-radius:10px;-webkit-filter:drop-shadow(0 2px 5px rgba(0,0,0,0.089));filter:drop-shadow(0 2px 5px rgba(0,0,0,0.089))}.card-image img{border-top-left-radius:10px;border-top-right-radius:10px;aspect-ratio:4 / 3;object-fit:cover;width:100%;height:100%}.card-content{padding:1.5rem 1.3rem;overflow:auto}.card footer{border-top:1px var(--gray-200) solid;padding:0.75rem}.no-aspect-ratio .card-image{height:200px}@media (min-width:375px){.no-aspect-ratio .card-image{height:250px}}@media (min-width:450px){.no-aspect-ratio .card-image{height:300px}}@media (min-width:550px){.no-aspect-ratio .card-image{height:200px}}@media (min-width:769px){.no-aspect-ratio .card-image{height:180px}}@media (min-width:1000px){.no-aspect-ratio .card-image{height:190px}}@media (min-width:1216px){.no-aspect-ratio .card-image{height:200px}}@media (min-width:1407px){.no-aspect-ratio .card-image{height:220px}}.message{position:fixed;font-family:var(--font-family-accounts);top:var(--navbar-height);z-index:30;width:100%;min-height:var(--msg-height);background-color:rgba(0,0,0,0.7)}.message.success{background-color:hsla(135,100%,21%,0.8)}.message.info{background-color:hsl(201,96%,32%,0.8)}.message.warning{background-color:hsla(38,92%,50%,0.9)}.message.error{background-color:hsla(0,74%,42%,0.9)}.message .container{padding:0.5rem 0.75rem;position:relative}.msg-close{cursor:pointer;padding:0.25rem 0.25rem 0.25rem 0.5rem}.msg-closing{position:absolute;left:0;top:0;border-top:4px rgba(0,0,0,0.466) solid;width:100%}.message.info .msg-closing{border-top:4px #075985 solid}.message.warning .msg-closing{border-top:4px #d97706 solid}.message.error .msg-closing{border-top:4px #7f1d1d solid}.msg-2{top:calc(var(--navbar-height) + var(--msg-height))}.msg-3{top:calc(var(--navbar-height) + 2 * var(--msg-height))}.msg-4{top:calc(var(--navbar-height) + 3 * var(--msg-height))}@media (min-width:900px){.message .container{padding:0.5rem 1.25rem}}@media(min-width:1024px){.message .container{padding:0.5rem 0}.msg-close{right:0}}.title{font-size:2.5rem;font-weight:600}.box{background-color:#fff;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);display:block;padding:1.25rem}.box.error{max-width:570px;background:linear-gradient(to right,rgb(240,240,240),rgb(250,250,250))}.error-code{font-size:2.5rem;line-height:1}.error-icon{line-height:2.5rem}.content p:not(:last-child){margin-bottom:1.2rem}.content strong{font-weight:600}.buttons{display:flex;flex-wrap:wrap;margin-bottom:-.5rem;margin-right:-.5rem;margin-left:-.5rem}.buttons .button{margin:.5rem}a.button,.button{color:var(--white)}.button{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;cursor:pointer;border:0 transparent solid;height:40px;line-height:40px;padding:0 1.1em;border-radius:5px;letter-spacing:0;font-size:1rem;font-weight:600;font-family:var(--font-family-accounts);background-color:var(--blue-500);background:linear-gradient(135deg,hsla(217,91%,60%,0.9),hsla(224,76%,48%,0.9));transition:background-color .3s ease,box-shadow .3s ease}.button:hover{background-color:hsla(0,0%,0%,0.7)}.button:focus-visible{outline:solid hsla(0,0%,4%,50%) 3px}.button.rounded{border-radius:30px;padding-left:1.3em;padding-right:1.3em}.button.green{background:linear-gradient(135deg,hsla(142,71%,45%,.7),hsla(143,64%,24%,.9))}.button.green:hover,.button.red:hover{background-color:rgba(120,120,120,0.5)}.button.red{background:linear-gradient(135deg,hsla(0,84%,60%,0.7),hsla(0,72%,51%,0.9))}.button.light{color:var(--blue-900);background-color:hsla(217,100%,85%,0.815);background:linear-gradient(135deg,hsla(217,100%,85%,.7),hsla(224,100%,73%,0.8))}.button.light:hover{background-color:rgb(200,200,200)}.button .icon-right{padding-left:.6rem}.button .icon-left{padding-right:.6rem}.button[disabled]{opacity:0.2;cursor:not-allowed}.label{display:block;font-weight:600;margin-bottom:.5rem;font-size:1.1rem}.field{margin-bottom:1.25rem}.checkbox{cursor:pointer}input[type="checkbox"]{cursor:pointer}.input[disabled],.textarea[disabled]{background-color:var(--gray-200);border-color:var(--gray-400);color:var(--black);cursor:not-allowed}.input[disabled] ~ .icon{color:var(--gray-500)!important}input[type="number"]{width:62px;height:40px;padding:9px;font-size:14px;border:1px solid #ccc;border-radius:4px;transition:box-shadow .3s ease,border-color .3s ease}input[type="number"]:hover{border-color:#999}input[type="number"]:focus{outline:none;box-shadow:0 0 0 .15rem hsla(212,96%,78%,0.5);border-color:hsl(217,91%,60%)}.input,input[type="text"],input[type="password"]{width:100%;background-color:#ffffff;outline:none;border-radius:4px;border:1px var(--gray-300) solid;height:40px;padding:0 .5rem;font-size:1rem;letter-spacing:1px;transition:all .3s ease}.input:hover{border-color:var(--gray-400)}.input:focus{border-color:hsl(217,91%,60%);box-shadow:0 0 0 .15rem hsla(212,96%,78%,0.5)}.control{font-size:1rem;line-height:1.5;position:relative}.control.icon-left .icon{position:absolute;left:12px;top:8px;color:var(--gray-400);transition:all .3s ease}.input:hover ~ .icon{color:var(--gray-500)}.input:focus ~ .icon{color:var(--blue-500)}.control.icon-left .input{padding-left:2.5rem}.textarea{display:block;max-width:100%;min-width:100%;padding:0.75rem;resize:vertical;width:100%;background-color:#fff;border:1px #dbdbdb solid;border-radius:5px;color:#363636;font-family:var(--font-family-accounts);font-size:var(--font-size);line-height:1.5;transition:border .3s ease-in-out,box-shadow .3s ease-in-out}.textarea:hover{border-color:var(--gray-400)}.textarea:focus{outline:0;border-color:var(--blue-600);box-shadow:0 0 0 .15rem hsla(212,96%,78%,0.5)}.textarea[rows]{height:initial}.select{position:relative;max-width:fit-content}.select select{appearance:none;width:100%;font-size:1rem;padding:0.675rem 3rem 0.675rem 1rem;background-color:#fff;border:1px solid #caced1;border-radius:0.25rem;cursor:pointer;color:var(--font-color);outline:none}.select select:hover{border-color:var(--gray-400)}.select::before,.select::after{--size:0.35rem;content:"";position:absolute;right:1rem;pointer-events:none}.select::before{border-left:var(--size) solid transparent;border-right:var(--size) solid transparent;border-bottom:var(--size) solid var(--blue-700);top:40%}.select::after{border-left:var(--size) solid transparent;border-right:var(--size) solid transparent;border-top:var(--size) solid var(--blue-700);top:55%}.select.small select{font-size:0.85rem;padding:0.575rem 2.5rem 0.575rem 0.8rem}.select.small::before{top:35%}.select.small.rounded select{border-radius:20px;padding:0.575rem 2.5rem 0.575rem 0.95rem}.file{align-items:stretch;display:flex}.file-label{display:flex;cursor:pointer;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:hsl(207,61%,50%)}.file-label:hover .file-name{border-color:var(--gray-300)}.file-input{left:0;top:0;width:100%;height:100%;opacity:0;outline:0;position:absolute}.file-cta,.file-name{font-size:1rem;padding:.45rem .75rem .45rem .75em;position:relative;border-radius:4px;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:hsl(207,61%,53%);color:#fff;border-radius:4px 0 0 4px;display:inline-flex;align-items:center;white-space:nowrap;transition:background-color 0.2s ease-in-out}.file-icon{margin-right:.5em}.file-name{border-bottom-left-radius:0;border-top-left-radius:0;border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:300px;overflow:hidden;text-overflow:ellipsis;background-color:var(--white);transition:border-color 0.2s ease-in-out}.select-none,.button,.modal,.checkbox,.file,.tabs-container,.navbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tap-transparent,.navbar-item{-webkit-tap-highlight-color:transparent}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.block{display:block!important}.inline{display:inline!important}.no-scroll{position:fixed;width:100%}.animate-none{animation:none!important}.help{margin-top:.35rem;font-size:.9rem}.drop-shadow-light{-webkit-filter:drop-shadow(1px 2px 4px rgb(0,0,0));filter:drop-shadow(1px 2px 4px rgb(0,0,0))}.bg-transparent{background-color:transparent!important}.bg-white{background-color:var(--white)!important}.bg-white-ter{background-color:var(--white-ter)!important}.bg-gray{background-color:var(--gray-500)!important}.bg-gray-50{background-color:var(--gray-50)!important}.bg-gray-100{background-color:var(--gray-100)!important}.bg-green{background-color:var(--green-500)!important}.bg-black{background-color:var(--black)!important}.text-black{color:var(--black)!important}.text-grey{color:var(--grey)!important}.text-grey-light{color:var(--grey-light)!important}.text-grey-lighter{color:var(--grey-lighter)!important}.text-white-ter{color:var(--white-ter)!important}.text-white{color:var(--white)!important}.text-green{color:var(--green-500)!important}.text-blue{color:var(--blue-500)!important}.text-sky{color:var(--sky-500)!important}.text-red{color:var(--red-500)!important}.text-orange{color:var(--orange-500)!important}.m-auto{margin:auto}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:0.25rem!important}.mb-2{margin-bottom:0.5rem!important}.mb-3{margin-bottom:0.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-8{margin-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!important}.mb-16{margin-bottom:4rem!important}.mb-17{margin-bottom:4.25rem!important}.mb-18{margin-bottom:4.5rem!important}.mb-19{margin-bottom:4.75rem!important}.mb-20{margin-bottom:5rem!important}.mb-21{margin-bottom:5.25rem!important}.mb-22{margin-bottom:5.5rem!important}.mb-23{margin-bottom:5.75rem!important}.mb-24{margin-bottom:6rem!important}.mb-25{margin-bottom:7rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:0.25rem!important}.mt-2{margin-top:0.5rem!important}.mt-3{margin-top:0.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-8{margin-top:2rem!important}.mt-9{margin-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-13{margin-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.mt-15{margin-top:3.75rem!important}.mt-16{margin-top:4rem!important}.mt-17{margin-top:4.25rem!important}.mt-18{margin-top:4.5rem!important}.mt-19{margin-top:4.75rem!important}.mt-20{margin-top:5rem!important}.mr-1{margin-right:0.25rem!important}.mr-2{margin-right:0.5rem!important}.mr-3{margin-right:0.75rem!important}.mr-4{margin-right:1rem!important}.mr-5{margin-right:1.25rem!important}.mr-6{margin-right:1.5rem!important}.mr-7{margin-right:1.75rem!important}.mr-8{margin-right:2rem!important}.mr-9{margin-right:2.25rem!important}.mr-10{margin-right:2.5rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:0.25rem!important}.ml-2{margin-left:0.5rem!important}.ml-3{margin-left:0.75rem!important}.ml-4{margin-left:1rem!important}.ml-5{margin-left:1.25rem!important}.ml-6{margin-left:1.5rem!important}.ml-7{margin-left:1.75rem!important}.ml-8{margin-left:2rem!important}.ml-9{margin-left:2.25rem!important}.ml-10{margin-left:2.5rem!important}.my-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.my-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.my-3{margin-top:0.75rem!important;margin-bottom:0.75rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:0.25rem!important}.pt-2{padding-top:0.5rem!important}.pt-3{padding-top:0.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.pt-7{padding-top:1.75rem!important}.pt-8{padding-top:2rem!important}.pt-9{padding-top:2.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-13{padding-top:3.25rem!important}.pt-14{padding-top:3.5rem!important}.pt-15{padding-top:3.75rem!important}.pt-16{padding-top:4rem!important}.pt-17{padding-top:4.25rem!important}.pt-18{padding-top:4.5rem!important}.pt-19{padding-top:4.75rem!important}.pt-20{padding-top:5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:0.25rem!important}.pb-2{padding-bottom:0.5rem!important}.pb-3{padding-bottom:0.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-8{padding-bottom:2rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-13{padding-bottom:3.25rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-15{padding-bottom:3.75rem!important}.pb-16{padding-bottom:4rem!important}.pb-17{padding-bottom:4.25rem!important}.pb-18{padding-bottom:4.5rem!important}.pb-19{padding-bottom:4.75rem!important}.pb-20{padding-bottom:5rem!important}.pb-21{padding-bottom:5.25rem!important}.pb-22{padding-bottom:5.5rem!important}.pb-23{padding-bottom:5.75rem!important}.pb-24{padding-bottom:6rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:0.25rem!important}.pl-2{padding-left:0.5rem!important}.pl-3{padding-left:0.75rem!important}.pl-4{padding-left:1rem!important}.pl-5{padding-left:1.25rem!important}.pl-6{padding-left:1.5rem!important}.pl-7{padding-left:1.75rem!important}.pl-8{padding-left:2rem!important}.pl-9{padding-left:2.25rem!important}.pl-10{padding-left:2.5rem!important}.pl-11{padding-left:2.75rem!important}.pl-12{padding-left:3rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:0.25rem!important}.pr-2{padding-right:0.5rem!important}.pr-3{padding-right:0.75rem!important}.pr-4{padding-right:1rem!important}.pr-5{padding-right:1.25rem!important}.pr-6{padding-right:1.5rem!important}.pr-7{padding-right:1.75rem!important}.pr-8{padding-right:2rem!important}.pr-9{padding-right:2.25rem!important}.pr-10{padding-right:2.5rem!important}.pr-11{padding-right:2.75rem!important}.pr-12{padding-right:3rem!important}.p-3{padding:.75rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.w-full{width:100%!important}.w-half{width:50%!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-nowrap{flex-wrap:nowrap!important}.flex{display:flex!important}.justify-normal{justify-content:normal!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.content-normal{align-content:normal!important}.content-center{align-content:center!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.text-xs{font-size:0.75rem!important;line-height:1rem!important}.text-sm{font-size:0.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.italic{font-style:italic!important}.underline{text-decoration-line:underline!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.underline{text-decoration-line:underline!important}.object-bottom{object-position:bottom!important}.object-center{object-position:center!important}.object-left{object-position:left!important}.object-right{object-position:right!important}.object-top{object-position:top!important}.hidden{display:none!important}.section{padding:5rem 1.5rem}@media (min-width:1024px){.section{padding:5rem 3rem}}.container{width:auto;margin:0 auto}@media (min-width:1024px){.container{max-width:960px}}@media (min-width:1216px){.container{max-width:1152px}}@media (min-width:1408px){.container{max-width:1344px}}.footer{padding:3rem 1.5rem 6rem}.top-section{padding-top:5rem;padding-bottom:5rem}.title.after::after{content:"";display:block;height:4px;width:60px;background-color:#70b814;background:linear-gradient(135deg,rgba(76,133,18,0.8),rgba(113,184,20,0.7));margin-top:20px;margin:20px auto 0}.lazy-img-wrapper{background-color:rgba(0,0,0,0.5);background:linear-gradient(90deg,hsl(0,0%,13%) 25%,hsl(0,0%,20%) 37%,hsl(0,0%,13%) 63%);background-size:200% 200%;animation:shimmer 1.1s ease-in-out infinite}.hero-wrapper .lazy-img-wrapper{background-color:#000000;background:linear-gradient(90deg,hsl(0,0%,3%) 25%,hsl(0,0%,10%) 37%,hsl(0,0%,3%) 63%);background-size:200% 200%;animation:shimmer 1.5s ease-in-out infinite}.lazy-img-wrapper.loaded{animation:none;background:none}.lazy-img-wrapper img.loading{opacity:0}.lazy-img-wrapper img.loaded{animation:fadeIn 1s ease forwards}.navbar{font-size:1rem;line-height:2;font-family:var(--font-family-titles);letter-spacing:0;background:linear-gradient(to right,rgba(0,0,0,0.95),rgba(20,20,20,0.95),rgba(10,10,10,0.95))}.navbar-logo:focus-visible,.navbar-item:focus-visible,.navbar-item a:focus-visible{outline:none}.navbar:not(.loading){animation:fadeIn .6s forwards ease-in-out}.navbar-menu.active{background:linear-gradient(to right,rgba(0,0,0,.8),rgba(20,20,20,.8),rgba(10,10,10,.8))}.navbar.black .navbar-brand{background-color:transparent}.navbar-menu{position:absolute;top:var(--navbar-height);width:100%;padding:0;overflow-y:hidden}.navbar-start{padding-top:.35rem}.navbar-end{padding-bottom:.5rem}.menu-icon{width:30px;height:30px}.navbar .navbar-item{color:var(--grey-lighter)!important;border-radius:0;font-weight:400;font-size:1.05rem;transition:color .5s ease}.navbar-end a>i{color:var(--grey-lighter);transition:color 0.4s ease}.navbar.black:not(.hover-none) .navbar-start>.navbar-item:hover,.navbar.black .navbar-item.active,.navbar-end a:hover>i,.navbar-end a.active>i{background-color:transparent!important;color:var(--green-500)!important}.hover-none.navbar.black .navbar-start>.navbar-item:hover{background-color:transparent!important;color:var(--grey-lighter)!important}.navbar.black .navbar-start>.navbar-item.hover-none.active{color:var(--green-500)!important}.navbar.black .navbar-burger{width:40px;background-color:transparent;color:var(--grey-lighter)}@media (pointer:coarse){.navbar.black:not(.hover-none) .navbar-start>.navbar-item:hover{color:var(--grey-lighter)!important}}@media (min-width:769px){.navbar.black .navbar-menu.active{background:none;border-width:0}.navbar-start,.navbar-end{padding:0}.navbar-menu{position:unset;top:unset;height:auto!important}}.footer{background-color:#3b6d17;padding:3rem .5rem 6rem .5rem;color:hsl(0,0%,96%);background:linear-gradient(135deg,rgb(89,157,21),rgb(46,88,173))}.footer p{padding:.25rem}.footer a{color:rgba(255,255,255,0.822);font-weight:600;border-bottom:1px rgba(255,255,255,0.4) solid;transition:all .3s ease-in-out}.footer a:hover{color:rgb(255,255,255);text-shadow:0 0 2px white}@font-face{font-family:"Ubuntu",sans-serif;src:local('Ubuntu'),url('/static/fonts/Ubuntu-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}body{font-family:var(--font-family-accounts);letter-spacing:0;font-weight:400}.footer{letter-spacing:1px;font-family:var(--font-family)}.modal.modal-delete .modal-content{max-width:600px}.modal.modal-delete .title{font-size:2rem;padding-bottom:1rem}.modal.modal-delete .label{font-size:1rem}.accounts-form{max-width:100%;margin:auto;position:relative}.accounts-form .box{padding-top:2rem;padding-bottom:1.75rem;border-radius:5px;background:linear-gradient(to right,rgb(240,240,240),rgb(250,250,250))}.accounts-form .box::before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:6px;border-radius:5px 5px 0 0;background-image:linear-gradient(109.84deg,#2fbeda 1.84%,#013e4a 99.7%)}.accounts-form h2{font-size:2.25rem;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.accounts-form h2::after{content:"";display:block;height:3px;width:70px;margin:auto;margin-top:.75rem;margin-bottom:2.4rem;background:linear-gradient(109.84deg,rgba(47,190,218,.9),rgba(1,62,74,.9))}.account-title{font-size:2.25rem;margin-bottom:2rem;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.user-edit-form{max-width:600px}.password-change-form{max-width:635px}:root{--swiper-theme-color:rgba(0,96,199,0.9);--swiper-navigation-size:20px}@media (min-width:768px){:root{--swiper-navigation-size:30px}}.show-title{font-size:4rem;font-family:var(--font-family-default);letter-spacing:0.8rem;color:hsla(202,98%,37%,80%);max-width:100%}.show-title span{display:inline-block;transition:text-shadow 0.1s ease-in-out}@media(min-width:340px){.show-title{font-size:4.5rem}}#shows{padding-left:0;padding-right:0}#shows .title,.show-title{padding:0 1rem}.video-wrapper{position:relative;margin:auto;aspect-ratio:16 / 9;width:100%;max-width:100%;max-width:100vw;min-height:40vh;max-height:60vh;box-shadow:0 0 20px 5px rgba(50,50,50,0.5)}@supports (max-height:65svh){.video-wrapper{max-height:65svh}}.video-wrapper video{width:100%;height:100%;object-fit:contain;display:block;background:#000}@media (min-height:1000px){.video-wrapper{max-height:450px;min-height:450px}}@media (min-width:600px){.video-wrapper{width:unset;max-width:560px}}@media (min-width:780px){.video-wrapper{width:unset;max-width:720px}}@media (min-width:1216px){.video-wrapper{width:unset;max-width:800px}}.video-fallback{height:100%;padding:0 1.5rem}.video-fallback .fallback-text{font-size:1rem}.video-fallback .fallback-icon{font-size:1.5rem}@media (min-width:425px){.video-fallback .fallback-text{font-size:1.2rem}.video-fallback .fallback-icon{font-size:2rem}}.swiper-show{overflow:hidden}.swiper-show .swiper{width:100%;height:100%;max-height:70vh;max-width:2560px}.swiper-show .swiper-slide{display:flex;justify-content:center;align-items:center}.swiper-show .swiper-slide img{width:100%;height:100%;object-fit:cover;object-position:top;aspect-ratio:4 / 3}.swiper-show .swiper-fullscreen{margin-top:1.5rem}.swiper-show .swiper-fullscreen .button{margin-top:0;height:35px;line-height:35px;font-size:.85rem;padding:0.8em .9em;color:hsl(0,0%,25%);background:linear-gradient(to right,hsl(45,80%,65%),hsl(50,80%,55%),hsl(40,80%,60%));transition:color .3s ease}.swiper-show .swiper-fullscreen .button:hover{color:hsl(0,0%,5%)}.swiper-show.swiper-container.fullscreen{background:none;background-color:#000000}.swiper-show.swiper-container.fullscreen .swiper{max-height:calc(100vh - 35px - 3rem);padding-top:1rem}.swiper-show.swiper-container.fullscreen img{width:unset;height:auto;object-fit:unset;aspect-ratio:unset;max-height:100%;max-width:100%;border:1px solid rgba(255,255,255,0.05);border-radius:5px}.swiper-show.swiper-container.fullscreen .swiper-fullscreen{margin-top:2rem;margin-bottom:1rem}.swiper-show.swiper-container.fullscreen .btn-show-edit,.swiper-show.swiper-container.fullscreen .btn-sortable{display:none}.swiper-show.swiper-container.fullscreen .button{color:rgb(220,220,220);background:linear-gradient(to right,hsla(0,0%,73%,0.418),hsla(0,0%,29%,0.397))}.swiper-show.swiper-container.fullscreen .button:hover{color:rgb(255,255,255)}.swiper-show .autoplay-progress{position:absolute;right:16px;bottom:16px;z-index:10;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color)}.swiper-show .autoplay-progress svg{--progress:0;position:absolute;left:0;top:0px;z-index:10;width:100%;height:100%;stroke-width:4px;stroke:var(--swiper-theme-color);fill:none;stroke-dashoffset:calc(125.6px * (1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}@media (min-width:768px){.swiper-show .autoplay-progress{width:48px;height:48px}}.shows-sep{max-width:1200px;margin:auto;height:2px;margin-top:8rem;margin-bottom:0;background:linear-gradient(to right,hsl(45,80%,65%),hsl(50,80%,55%),hsl(40,80%,60%))}.show-content-wrapper{background:linear-gradient(to left,hsl(35,85%,60%),hsl(45,85%,55%),hsl(50,85%,60%))}.show-content-wrapper .content{background:linear-gradient(to right,hsl(45,80%,80%),hsl(50,80%,75%),hsl(40,80%,75%))}.show-data{padding:1.25rem;margin-right:-1.25rem;margin-left:-1.25rem;border-image-slice:15 15 15 15 fill;border-image-width:10px 10px 10px 10px;border-image-outset:0px 0px 0px 0px;border-image-repeat:round round;border-image-source:url("/static/img/border-image-show-data.png?c67c8207f0e7");border-style:solid;filter:blur(20px)}.show-data>div{width:100%}.show-data>div:not(:last-child){margin-bottom:1.8rem}.show-data h6{font-size:1.2rem;margin-bottom:.4rem;color:var(--sky-700);font-family:var(--font-family)}.show-data h6 i{width:35px}@media(min-width:370px){.show-data{padding:1.5rem}}@media(min-width:425px){.show-data{margin-right:0;margin-left:0}}@media(min-width:500px){.show-data{max-width:480px;margin:auto}}@media(min-width:730px){.show-data{max-width:900px;justify-content:space-between}.show-data>div{width:48%}}.loader-overlay{transition:all 0.5s ease-in-out;display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.1);justify-content:center;align-items:center;z-index:1000}.spinner{width:50px;height:50px;border:5px solid white;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.sortable-container{margin-right:-2%}.sortable-item{width:48%;margin-right:2%}.sortable-container img{max-height:300px;cursor:pointer;width:100%;height:100%;object-fit:cover;object-position:top;aspect-ratio:4 / 3;border-radius:5px}.sortable-select{background-color:transparent!important;transition:border-color 0.4s ease-in-out}@media(min-width:900px){.sortable-container{margin-right:-2%}.sortable-item{width:23%;margin-right:2%}.sortable-container img{max-height:200px}}.empty-calendar img{animation:rotate infinite ease 5s;max-width:140px;will-change:transform;margin-bottom:3rem}.empty-calendar p{text-align:center;font-size:1.8rem}.dates-sep{margin:5rem auto 5.5rem auto;max-width:700px;background:linear-gradient(to right,hsl(210,40%,85%),hsl(220,40%,80%),hsl(210,40%,85%))}.date-wrapper{flex-direction:column}.date-img{max-width:100%;margin:auto;margin-bottom:3rem;background-color:#75af00;color:white;height:100px;border-radius:7px;-webkit-filter:drop-shadow(0px 0px 5px hsl(220,40%,65%));filter:drop-shadow(0px 0px 5px hsl(220,40%,65%));font-family:var(--font-family-accounts);letter-spacing:0;font-weight:600}.date-img p{font-size:1.1rem;line-height:1.5rem}@media(min-width:350px){.date-img p{font-size:1.2rem}}.date-img>div:first-child{width:50%;padding:.25rem .55rem}.date-img>div:last-child{width:50%}.date-img img{aspect-ratio:16 / 9;object-fit:cover;width:100%;height:100%;border-top-right-radius:7px;border-bottom-right-radius:7px}.date-content>.title{margin-top:-0.1rem;font-size:1.8rem}@media (min-width:390px){.date-img{width:370px}}@media (min-width:820px){.date-wrapper{flex-direction:row;align-items:start}.date-img{margin:unset}.date-content{width:calc(95% - 350px);margin-left:auto;margin-top:-6px}.date-content .content{text-align:justify}}