@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.artist__artist-name,.artists__title,.home__title,.title{-webkit-text-stroke:1px #000;font-family:Cormorant Garamond}:root{--fs-50:0.6rem;--fs-80:0.7rem;--fs-100:0.8rem;--fs-200:0.9rem;--fs-300:1.2rem;--fs-400:1.6rem;--fs-500:2.5rem;--fs-600:3.5rem;--fs-650:4.5rem;--fs-700:5rem;--fs-800:8rem;--fs-1000:12rem}@media only screen and (min-width:1024px){:root{--fs-80:0.6rem;--fs-100:1rem;--fs-200:1.5rem;--fs-300:2rem;--fs-400:3rem;--fs-500:6rem;--fs-600:8rem;--fs-650:10rem;--fs-700:12rem;--fs-800:16rem;--fs-1000:15rem}}@media only screen and (min-width:1181px){:root{--fs-50:0.5rem;--fs-80:0.8rem;--fs-100:1rem;--fs-200:1.2rem;--fs-300:1.3rem;--fs-400:1.4rem;--fs-500:1.5rem;--fs-600:3rem;--fs-650:5rem;--fs-700:7rem;--fs-800:12rem;--fs-1000:23rem}}@media only screen and (min-width:1680px){:root{--fs-50:0.5rem;--fs-80:0.8rem;--fs-100:1rem;--fs-200:1.2rem;--fs-300:1.3rem;--fs-400:1.4rem;--fs-500:1.5rem;--fs-600:2.4rem;--fs-650:5rem;--fs-700:7rem;--fs-800:16rem;--fs-1000:34rem}}@media only screen and (min-width:2560px){:root{--fs-80:1.6rem;--fs-100:2rem;--fs-200:2.2rem;--fs-300:2.4rem;--fs-400:2.4rem;--fs-500:3.5rem;--fs-600:5rem;--fs-650:8rem;--fs-700:14rem;--fs-800:24rem;--fs-1000:36rem}}@media only screen and (min-width:3840px){:root{--fs-80:1.6rem;--fs-100:2rem;--fs-200:2.2rem;--fs-300:2.4rem;--fs-400:2.8rem;--fs-500:4rem;--fs-600:6rem;--fs-650:10rem;--fs-700:14rem;--fs-800:32rem;--fs-1000:62rem}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.artists__title{color:#6dc0d5;font-size:4.5rem;font-size:var(--fs-650);font-style:italic;margin-bottom:3rem;text-align:center;width:100%}@media (max-width:600px){.artists__title{font-size:2.5rem;font-size:var(--fs-500)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artists__title{font-size:2.5rem;font-size:var(--fs-500)}}.artists__container{grid-gap:1em;display:grid;gap:1em;grid-auto-flow:dense;grid-auto-rows:50px;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));padding:0 3rem}@media (max-width:600px){.artists__container{grid-auto-rows:30px;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));padding:0}}@media (min-width:601px) and (max-width:1180px){.artists__container{grid-template-columns:repeat(auto-fit,minmax(30px,1fr))}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artists__container{grid-template-columns:repeat(auto-fit,minmax(50px,1fr))}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artists__container{grid-template-columns:repeat(auto-fit,minmax(20px,1fr))}}.artist__card{display:inline-block;height:42vh;position:relative;width:15vw}.artist__card .defaultImage{height:100%;left:0;object-fit:cover;object-position:left top;position:absolute;top:0;transition:opacity .3s ease-in;width:100%}.artist__card:hover{cursor:pointer}.artist__card:hover img:nth-of-type(2){opacity:0}.artist__card:hover .artist__artist-name{color:#00d130}.artist__card-landscape-0{grid-column:span 8;grid-row:span 6;height:100%;width:100%}@media (min-width:3840px){.artist__card-landscape-0{grid-column:span 12;grid-row:span 9}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__card-landscape-0{grid-column:span 7;grid-row:span 3}}.artist__card-landscape-1{grid-column:span 6;grid-row:span 4;height:100%;width:100%}@media (min-width:3840px){.artist__card-landscape-1{grid-column:span 10;grid-row:span 7}}.artist__card-portrait-0{grid-column:span 6;grid-row:span 8;height:100%;width:100%}@media (max-width:600px){.artist__card-portrait-0{grid-column:span 8;grid-row:span 12}}@media (min-width:3840px){.artist__card-portrait-0{grid-column:span 9;grid-row:span 12}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__card-portrait-0{grid-column:span 7;grid-row:span 6}}.artist__card-portrait-1{grid-column:span 4;grid-row:span 6;height:100%;width:100%}@media (min-width:3840px){.artist__card-portrait-1{grid-column:span 7;grid-row:span 10}}.artist__card-square-0{grid-column:span 8;grid-row:span 8;height:100%;width:100%}@media (min-width:3840px){.artist__card-square-0{grid-column:span 12;grid-row:span 12}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__card-square-0{grid-column:span 7;grid-row:span 4}}.artist__card-square-1{grid-column:span 6;grid-row:span 6;height:100%;width:100%}@media (min-width:3840px){.artist__card-square-1{grid-column:span 9;grid-row:span 9}}.artist__artist-name{background:rgba(0,0,0,.4);box-sizing:border-box;color:rgba(0,209,48,.5);font-family:DM Sans;font-size:3.5rem;font-size:var(--fs-600);font-weight:700;left:0;line-height:5rem;padding:1rem 1.5rem;position:absolute;top:0;width:100%}.artist__artist-name:hover{color:#00d130}@media (min-width:1181px) and (max-width:1919px){.artist__artist-name{line-height:3rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artist__artist-name{font-size:1.6rem;font-size:var(--fs-400);line-height:3rem}}.artist__modal-container{background:rgba(0,0,0,.2);height:0;left:0;opacity:0;position:fixed;top:0;transition:opacity 1.3s ease;width:0;z-index:-1}.artist__modal-container-open{height:100%;opacity:1;width:100%;z-index:0}.artist__modal-open{position:fixed}.artist__modal{background:rgba(0,0,0,.95);border-radius:1rem;display:grid;grid-template-columns:1fr 2fr;height:90%;overflow:hidden;position:absolute;top:5%;width:95%;z-index:10}.artist__gallery{font-family:Helvetica Neue,sans-serif;height:32vw;margin:100px 0;-webkit-perspective:750px;perspective:750px;pointer-events:none;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}@media (max-width:600px){.artist__gallery{height:50vh;margin:0}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__gallery{height:65vh;margin:5vh 0 0;-webkit-perspective:350px;perspective:350px}}@media (min-width:1181px) and (max-width:1919px){.artist__gallery{height:45vw}}.artist__gallery label,.artist__gallery label .displayImage{align-items:center;border-radius:3px;color:#fff;cursor:crosshair;display:flex;font-size:70px;font-weight:700;height:100%;justify-content:center;max-height:45vh;max-width:30vw;object-fit:contain;pointer-events:auto;position:relative;-webkit-transform-style:inherit;transform-style:inherit;transition:all .4s ease}@media (max-width:600px){.artist__gallery label,.artist__gallery label .displayImage{max-height:33vh;max-width:50vw;-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}}@media (min-width:601px) and (max-width:1180px){.artist__gallery label,.artist__gallery label .displayImage{max-height:60vh;max-width:40vw;-webkit-transform:translateY(-5rem) translateX(5rem);transform:translateY(-5rem) translateX(5rem)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artist__gallery label,.artist__gallery label .displayImage{-webkit-transform:none;transform:none}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__gallery label,.artist__gallery label .displayImage{max-height:45vh}}.artist__gallery label{background-color:transparent;cursor:all-scroll;display:inline-block;max-height:45vh;position:absolute;top:20%;width:auto}@media (max-width:600px){.artist__gallery label{top:1%}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__gallery label{max-height:45vh}}.artist__gallery label .image-name{color:#fff;font-family:Cormorant Garamond;font-size:.8rem;font-size:var(--fs-100);font-weight:200;left:40%;position:absolute;top:105%;transition:opacity .3s ease;z-index:10}@media (max-width:600px){.artist__gallery label .image-name{top:100%}}@media (min-width:601px) and (max-width:1180px){.artist__gallery label .image-name{left:70%;top:75%;width:100%}}@media (min-width:1181px) and (max-width:1919px){.artist__gallery label .image-name{top:95%}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artist__gallery label .image-name{left:40%;top:100%}}.artist__gallery .button-group{display:flex;position:relative;top:110%}@media (max-width:600px){.artist__gallery .button-group{left:0;margin:0 auto;top:72%}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.artist__gallery .button-group{top:130%}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.artist__gallery .button-group{left:0;top:100%}}.artist__gallery input[type=radio]{-webkit-appearance:none;appearance:none;border:.2rem solid red;border-radius:50%;color:red;cursor:pointer;display:grid;height:2rem;left:50%;margin:0 15px 0 0;opacity:.4;place-content:center;pointer-events:auto;position:relative;top:108%;-webkit-transform:translateX(-83px);transform:translateX(-83px);width:2rem}@media (max-width:600px){.artist__gallery input[type=radio]{border:.12rem solid red;height:1.2rem;width:1.2rem}}@media (min-width:601px) and (max-width:1180px){.artist__gallery input[type=radio]{border:.12rem solid red;height:1.2rem;width:1.2rem}}@media (min-width:1181px) and (max-width:1919px){.artist__gallery input[type=radio]{border:.12rem solid red;height:1.2rem;width:1.2rem}}@media (min-width:1680px) and (max-width:2559px){.artist__gallery input[type=radio]{border:.12rem solid red;height:1.2rem;width:1.2rem}}.artist__gallery input input[type=radio]:nth-child(5){margin-right:0}.artist__gallery input[type=radio]:before{background:red;border-radius:50%;content:"";height:1.2rem;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:1.2rem}@media (max-width:600px){.artist__gallery input[type=radio]:before{height:.7rem;width:.7rem}}@media (min-width:601px) and (max-width:1180px){.artist__gallery input[type=radio]:before{height:.7rem;width:.7rem}}@media (min-width:1181px) and (max-width:1919px){.artist__gallery input[type=radio]:before{height:.7rem;width:.7rem}}@media (min-width:1680px) and (max-width:2559px){.artist__gallery input[type=radio]:before{height:.7rem;width:.7rem}}.artist__gallery input[type=radio]:checked{opacity:1}.artist__gallery input[type=radio]:checked:before{-webkit-transform:scale(1);transform:scale(1)}.modal-show{align-items:center;background-color:rgba(0,0,0,.7);display:flex;height:100vh;justify-content:center;left:0;outline:none;position:fixed;top:0;width:100vw;z-index:200}.modal-hide{display:none}.modal-container{-webkit-animation:fade-out-modal .5s forwards;animation:fade-out-modal .5s forwards;background:rgba(0,0,0,.9);border-radius:1em;display:grid;grid-template-columns:2fr 3fr;height:90vh;position:relative;width:90vw}@media (max-width:600px){.modal-container{display:flex;flex-direction:column;height:80vh;justify-content:space-between;top:2-rem}}@media (min-width:601px) and (max-width:1180px){.modal-container{display:flex;flex-direction:column;justify-content:space-between}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.modal-container{display:grid}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.modal-container{height:80vh;left:-.8rem;top:-.4rem}}.modal-container .modal-close-button{border-bottom:1px solid #fff;border-left:1px solid #fff;color:#fff;font-size:2.5rem;font-size:var(--fs-500);padding:.3rem .8rem;position:absolute;right:0;top:0}@media (max-width:600px){.modal-container .modal-close-button{font-size:1.6rem;font-size:var(--fs-400);padding:.4rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.modal-container .modal-close-button{font-size:1.2rem;font-size:var(--fs-300)}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.modal-container .modal-close-button{padding:.3rem .4rem}}.modal-container .artist__info{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0 1rem .5rem}@media (max-width:600px){.modal-container .artist__info{height:35vh}}.modal-container .artist__name{color:#6dc0d5;font-size:2.5rem;font-size:var(--fs-500);margin-bottom:2rem}@media (max-width:600px){.modal-container .artist__name{font-size:1.6rem;font-size:var(--fs-400)}}@media (min-width:1181px) and (max-width:1919px){.modal-container .artist__name{margin-bottom:1rem}}@media (min-width:1680px) and (max-width:2559px){.modal-container .artist__name{margin-bottom:1rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.modal-container .artist__name{font-size:1.2rem;font-size:var(--fs-300)}}.modal-container .artist__bio{color:#fff;font-size:1.2rem;font-size:var(--fs-300);line-height:3rem}@media (max-width:600px){.modal-container .artist__bio{font-size:.7rem;font-size:var(--fs-80);line-height:1rem;max-height:30vh;overflow-y:scroll}}@media (min-width:601px) and (max-width:1180px){.modal-container .artist__bio{font-size:.7rem;font-size:var(--fs-80);line-height:1rem}}@media (min-width:1680px) and (max-width:2559px){.modal-container .artist__bio{font-size:.9rem;font-size:var(--fs-200)}}@media (min-width:2560px) and (max-width:3839px){.modal-container .artist__bio{font-size:.9rem;font-size:var(--fs-200)}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.modal-container .artist__bio{max-height:55vh;overflow-y:scroll}}.modal-container .artist__bio a{color:#fff;text-decoration:none}.modal-container .artist__bio p{line-height:3rem;margin-bottom:1rem;text-indent:3rem}@media (max-width:600px){.modal-container .artist__bio p{font-size:.7rem;font-size:var(--fs-80);line-height:1rem;margin-bottom:0;text-indent:.5rem}}@media (min-width:601px) and (max-width:1180px){.modal-container .artist__bio p{font-size:.7rem;font-size:var(--fs-80);line-height:1rem;text-indent:.5rem}}@media (min-width:1181px) and (max-width:1919px){.modal-container .artist__bio p{font-size:.7rem;font-size:var(--fs-80);line-height:1.5rem;margin-bottom:unset;text-indent:1rem}}@media (min-width:1680px) and (max-width:2559px){.modal-container .artist__bio p{font-size:.8rem;font-size:var(--fs-100);line-height:1.7rem;margin-bottom:.5rem;text-indent:2rem}}@media (min-width:2560px) and (max-width:3839px){.modal-container .artist__bio p{font-size:.7rem;font-size:var(--fs-80);line-height:2rem;margin-bottom:.5rem;text-indent:2rem}}.modal-container .artist__bio li{text-indent:3rem}@media (max-width:600px){.modal-container .artist__bio li{text-indent:.5rem}}@media (min-width:601px) and (max-width:1180px){.modal-container .artist__bio li{text-indent:.5rem}}@media (min-width:1181px) and (max-width:1919px){.modal-container .artist__bio li{font-size:.7rem;font-size:var(--fs-80);line-height:1.7rem;text-indent:1rem}}@media (min-width:1680px) and (max-width:2559px){.modal-container .artist__bio li{font-size:.8rem;font-size:var(--fs-100);line-height:1.7rem}}@media (min-width:2560px) and (max-width:3839px){.modal-container .artist__bio li{font-size:.7rem;font-size:var(--fs-80);line-height:1.7rem;text-indent:0}}@media (min-width:1680px) and (max-width:2559px){.modal-container .artist__bio{font-size:.8rem;font-size:var(--fs-100)}}.modal-container .modal-image-viewpane{overflow:hidden}.modal-container[open],.modal-container[open] .modal-show{-webkit-animation:fade-in-modal .5s forwards;animation:fade-in-modal .5s forwards;outline:none}.modal-container::-webkit-backdrop{background:#000}.modal-container::backdrop{background:#000}@-webkit-keyframes fade-in-modal{0%{opacity:0}to{opacity:1}}@keyframes fade-in-modal{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out-modal{0%{opacity:1}to{opacity:0}}@keyframes fade-out-modal{0%{opacity:1}to{opacity:0}}.text-wrapper{display:flex;flex-direction:column;left:0;position:absolute;text-align:center;top:10vh;width:100%}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.text-wrapper{top:0}}.home__title{color:#6dc0d5;font-size:5rem;font-size:var(--fs-700);margin-left:77rem;margin-top:8rem;width:8ch;z-index:0}@media (max-width:600px){.home__title{font-size:2.5rem;font-size:var(--fs-500);margin-left:11rem;margin-top:-2rem}}@media (min-width:601px) and (max-width:1180px){.home__title{font-size:5rem;font-size:var(--fs-700);margin-left:20rem;margin-top:0}}@media (min-width:1181px) and (max-width:1919px){.home__title{margin-left:30rem;margin-top:-5rem}}@media (min-width:1680px) and (max-width:2559px){.home__title{margin-left:40rem;margin-top:0}}@media (min-width:2560px) and (max-width:3839px){.home__title{margin-left:50rem;margin-top:3rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.home__title{margin-top:6rem}}.home__title span{display:block;line-height:20rem}@media (max-width:600px){.home__title span{line-height:3rem}}@media (min-width:601px) and (max-width:1180px){.home__title span{line-height:10rem}}@media (min-width:1181px) and (max-width:1919px){.home__title span{line-height:10rem}}@media (min-width:1680px) and (max-width:2559px){.home__title span{line-height:10rem}}@media (min-width:2560px) and (max-width:3839px){.home__title span{line-height:16rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.home__title span{line-height:4rem}}.title-large{font-size:8rem;font-size:var(--fs-800)}@media (max-width:600px){.title-large{font-size:3.5rem;font-size:var(--fs-600)}}@media (min-width:601px) and (max-width:1180px){.title-large{font-size:8rem;font-size:var(--fs-800)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.title-large{font-size:5rem;font-size:var(--fs-700)}}@media (min-width:601px) and (max-width:1180px){.title-small{font-size:5rem;font-size:var(--fs-700)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.title-small{font-size:3.5rem;font-size:var(--fs-600)}}.year{-webkit-text-stroke:1px rgba(0,0,0,.3);color:rgba(0,209,48,.23);font-family:Cormorant Garamond;font-size:12rem;font-size:var(--fs-1000);left:30rem;position:absolute;top:30rem;width:100%}@media (max-width:600px){.year{left:0;top:8rem;z-index:10}}@media (min-width:601px) and (max-width:1180px){.year{left:0;top:30rem}}@media (min-width:1181px) and (max-width:1919px){.year{left:15rem;top:10rem}}@media (min-width:1680px) and (max-width:2559px){.year{left:22rem;top:10rem}}@media (min-width:2560px) and (max-width:3839px){.year{left:22rem;top:26rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.year{left:12rem;top:20rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.year{top:11rem}}.about-text{font-family:DM Sans;font-size:1.6rem;font-size:var(--fs-400);left:15rem;padding:0 6rem;position:absolute;top:120rem;width:60ch}@media (max-width:600px){.about-text{left:1rem;padding:0;top:28rem}.about-text p{font-size:.9rem;font-size:var(--fs-200);line-height:1rem;opacity:1;width:20ch}}@media (min-width:601px) and (max-width:1180px){.about-text{left:0;padding:0;top:57rem;width:26ch}.about-text p{line-height:1rem;margin-left:5%;opacity:1}}@media (min-width:1181px) and (max-width:1919px){.about-text{left:6rem;top:45rem}.about-text p{line-height:2rem}}@media (min-width:1680px) and (max-width:2559px){.about-text{top:50rem}.about-text p{line-height:2rem}}@media (min-width:2560px) and (max-width:3839px){.about-text{left:0;top:77rem;width:45ch}}.about-text p{margin-bottom:1rem}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.about-text{left:0;top:40rem;width:20ch}.about-text p{font-size:.9rem;font-size:var(--fs-200);line-height:1.5rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.about-text{top:27rem;width:21ch}}.location-text{max-width:100ch;position:absolute;right:17rem;top:184rem}@media (max-width:600px){.location-text{max-width:17ch;right:0;top:67rem}.location-text p{font-size:.9rem;font-size:var(--fs-200);line-height:1rem}}@media (min-width:601px) and (max-width:1180px){.location-text{max-width:30ch;right:2rem;top:100rem}.location-text p{line-height:1rem}}@media (min-width:1181px) and (max-width:1919px){.location-text{right:10vw;top:98rem}}@media (min-width:1680px) and (max-width:2559px){.location-text{right:30rem;top:112rem}}@media (min-width:3840px){.location-text{right:11vw;top:216vh}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.location-text{max-width:40ch;right:10vw;top:90rem}.location-text p{font-size:.9rem;font-size:var(--fs-200);line-height:1.5rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.location-text{max-width:27ch;right:1vw;top:65rem}}.home-images{display:flex;position:relative;width:100%}.home-images ul{height:auto;position:absolute;width:100%}.home-images ul span{-webkit-text-stroke:1px rgba(0,0,0,.8);color:#fff;font-family:Cormorant Garamond;font-size:5rem;font-size:var(--fs-700);font-weight:700;position:absolute;right:5rem;z-index:1}.home-images ul span a{color:inherit;text-decoration:none}@media (max-width:600px){.home-images ul span{-webkit-text-stroke:1px rgba(0,0,0,.3);color:#6dc0d5;font-size:2.5rem;font-size:var(--fs-500);right:.5rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.home-images ul span{font-size:2.5rem;font-size:var(--fs-500)}}.home-images ul img{height:100%;left:0;object-fit:contain;opacity:1;position:absolute;top:0;transition:all .5s ease-in-out;width:auto;z-index:0}.home-images ul .default-image:hover{opacity:0}.home-images ul li{overflow:hidden;position:absolute;transition:all .8s ease-in-out}.home-images ul li:first-of-type{height:80rem;left:0;top:12rem;width:53rem}@media (max-width:600px){.home-images ul li:first-of-type{height:15rem;top:0;width:100%}}@media (min-width:601px) and (max-width:1180px){.home-images ul li:first-of-type{height:30rem;top:6rem;width:20rem}}@media (min-width:1181px) and (max-width:1919px){.home-images ul li:first-of-type{height:33rem;top:0}}@media (min-width:1680px) and (max-width:2559px){.home-images ul li:first-of-type{height:43rem;top:0;width:29rem}}@media (min-width:2560px) and (max-width:3839px){.home-images ul li:first-of-type{height:65rem;top:0;width:43rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.home-images ul li:first-of-type{top:0}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.home-images ul li:first-of-type{height:22rem;top:2rem;width:100%}}.home-images ul li:nth-of-type(2){height:100rem;right:0;top:100rem;width:75rem}@media (max-width:600px){.home-images ul li:nth-of-type(2){height:12rem;top:28rem;width:8rem}}@media (min-width:601px) and (max-width:1180px){.home-images ul li:nth-of-type(2){height:28rem;top:55rem;width:20rem}}@media (min-width:1181px) and (max-width:1919px){.home-images ul li:nth-of-type(2){height:35rem;top:40rem;width:26rem}}@media (min-width:1680px) and (max-width:2559px){.home-images ul li:nth-of-type(2){height:43rem;top:45rem;width:33rem}}@media (min-width:2560px) and (max-width:3839px){.home-images ul li:nth-of-type(2){height:75rem;top:68rem;width:57rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.home-images ul li:nth-of-type(2){height:35rem;top:38rem;width:25rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.home-images ul li:nth-of-type(2){height:25rem;top:26rem;width:17rem}}.home-images ul li:nth-of-type(3){height:100rem;left:0;top:175vh;width:115rem}@media (max-width:600px){.home-images ul li:nth-of-type(3){height:10rem;top:65rem;width:10rem}.home-images ul li:nth-of-type(3) img{margin-bottom:15rem}}@media (min-width:601px) and (max-width:1180px){.home-images ul li:nth-of-type(3){height:25rem;top:90rem;width:25rem}}@media (min-width:1181px) and (max-width:1919px){.home-images ul li:nth-of-type(3){height:34rem;top:85rem;width:40rem}}@media (min-width:1680px) and (max-width:2559px){.home-images ul li:nth-of-type(3){height:44rem;top:95rem;width:50rem}}@media (min-width:2560px) and (max-width:3839px){.home-images ul li:nth-of-type(3){height:55rem;top:160rem;width:62rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.home-images ul li:nth-of-type(3){top:80rem;width:30rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.home-images ul li:nth-of-type(3){height:16rem;top:60rem;width:18rem}}.contact__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.contact__heading{font-size:3.5rem;font-size:var(--fs-600);text-align:center}@media (max-width:600px){.contact__heading{font-size:2.5rem;font-size:var(--fs-500)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.contact__heading{font-size:1.6rem;font-size:var(--fs-400)}}.contact__instructions{font-size:1.2rem;font-size:var(--fs-300);margin-top:5rem;width:60ch}@media (max-width:600px){.contact__instructions{margin:2rem;width:25ch}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.contact__instructions{font-size:.9rem;font-size:var(--fs-200);width:50ch}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.contact__instructions{margin-top:2rem}}.contact__cards{display:flex;flex-direction:column;margin-top:5rem;width:40%}@media (max-width:600px){.contact__cards{margin-top:1rem;width:95%}}@media (min-width:601px) and (max-width:1180px){.contact__cards{width:80%}}@media (min-width:1181px) and (max-width:1919px){.contact__cards{width:60%}}@media (min-width:1680px) and (max-width:2559px){.contact__cards{width:60%}}@media (min-width:2560px) and (max-width:3839px){.contact__cards{width:60%}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.contact__cards{margin-top:2rem;width:80%}}.contact__card{align-items:center;border:1px solid #000;border-radius:1rem;display:grid;grid-template-columns:1fr 5fr;height:auto;margin-bottom:2rem;padding:2rem}.contact__card:hover{background-color:rgba(0,209,48,.2)}@media (max-width:600px){.contact__card{display:flex;flex-direction:column;padding:1rem}.contact__card:last-child{margin-bottom:15rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.contact__card:nth-of-type(3){margin-bottom:5rem}}.contact__icon img{margin-right:2rem;width:8rem}@media (max-width:600px){.contact__icon img{margin-right:0;width:3rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.contact__icon img{width:4rem}}.contact__info a{color:#000;font-weight:700;text-decoration:none}.contact__info p{line-height:2rem}@media (max-width:600px){.contact__info p{line-height:1.5rem}}@media (min-width:3840px){.contact__info p{line-height:3rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.contact__info p{font-size:.9rem;font-size:var(--fs-200)}}.contact__information{display:grid;grid-template-columns:7fr 3fr}.contact__information a{color:#000;font-weight:700;text-decoration:none}.contact__information .info__label{margin-right:3rem}.contact__information p{display:inline-block;line-height:2rem;max-width:30ch}@media (min-width:3840px){.contact__information p{line-height:3rem}}.Entertainment__container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start}.Entertainment__text{margin-top:5rem;width:50%}@media (max-width:600px){.Entertainment__text{margin-top:2rem;width:90%}}@media (min-width:601px) and (max-width:1180px){.Entertainment__text{margin-top:5rem;width:80%}}@media (min-width:1181px) and (max-width:1919px){.Entertainment__text{width:70%}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.Entertainment__text{margin-top:3rem;width:90%}}.Entertainment__heading{font-size:2.5rem;font-size:var(--fs-500);text-align:center;width:100%}@media (max-width:600px){.Entertainment__heading{font-size:1.6rem;font-size:var(--fs-400);line-height:2rem}}@media (min-width:601px) and (max-width:1180px){.Entertainment__heading{width:100%}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.Entertainment__heading{font-size:1.2rem;font-size:var(--fs-300)}}.Entertainment__details-container{display:flex;margin-top:10rem}@media (max-width:600px){.Entertainment__details-container{display:block;margin-top:3rem}.Entertainment__details-container p{font-size:1.2rem;font-size:var(--fs-300);line-height:1.5rem}}@media (min-width:601px) and (max-width:1180px){.Entertainment__details-container{margin-top:5rem}.Entertainment__details-container p{font-size:1.6rem;font-size:var(--fs-400);line-height:1.5rem}}@media (min-width:1680px) and (max-width:2559px){.Entertainment__details-container{margin-top:5rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.Entertainment__details-container p{font-size:.9rem;font-size:var(--fs-200);line-height:1.5rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.Entertainment__details-container{margin-top:0}}.Entertainment__details-container img{height:300px}@media (max-width:600px){.Entertainment__details-container img{float:right;height:150px}}@media (min-width:601px) and (max-width:1180px){.Entertainment__details-container img{height:200px}}@media (min-width:1181px) and (max-width:1919px){.Entertainment__details-container img{height:200px}}@media (min-width:1680px) and (max-width:2559px){.Entertainment__details-container img{height:200px}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.Entertainment__details-container img{height:200px}}html{background:#fff;font-family:DM Sans,sans-serif;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}body{overflow-x:hidden}.header{display:flex;justify-content:center;z-index:10}p{font-size:1.2rem;font-size:var(--fs-300);line-height:4rem}.nav-button{background-color:transparent;border-style:none;margin:3rem 5rem 1rem 0;padding:2rem}@media (max-width:600px){.nav-button{margin-right:4rem;margin-top:.5rem;padding-bottom:0}}@media (min-width:601px) and (max-width:1180px){.nav-button{margin-top:1rem;padding-bottom:0}}@media (min-width:1181px) and (max-width:1919px){.nav-button{margin-top:1rem}}.nav-button .line{left:50%;position:relative}.nav-button .closed{display:block;margin-bottom:1.2rem}@media (max-width:600px){.nav-button .closed{margin-bottom:.8rem}}@media (min-width:1181px) and (max-width:1919px){.nav-button .closed{margin-bottom:.5rem}}.nav-button .closed .line{background:#000;display:block;height:2px;transition:all .3s;width:6rem}@media (max-width:600px){.nav-button .closed .line{height:1px;width:4rem}}@media (min-width:1181px) and (max-width:1919px){.nav-button .closed .line{height:1px;width:4rem}}.nav-button .open{display:block;margin-bottom:1.2rem}@media (max-width:600px){.nav-button .open{margin-bottom:.8rem}}@media (min-width:1181px) and (max-width:1919px){.nav-button .open{margin-bottom:.5rem}}.nav-button .open .line{background:#fff;display:block;height:2px;transition:all .3s;width:6rem}@media (max-width:600px){.nav-button .open .line{height:1px;width:4rem}}@media (min-width:1181px) and (max-width:1919px){.nav-button .open .line{height:1px;width:4rem}}.nav-button .closed:nth-of-type(2) .line{height:3px}@media (max-width:600px){.nav-button .closed:nth-of-type(2) .line{height:2px}}@media (min-width:1181px) and (max-width:1919px){.nav-button .closed:nth-of-type(2) .line{height:2px}}.nav-button .open:nth-of-type(2) .line{height:3px}@media (max-width:600px){.nav-button .open:nth-of-type(2) .line{height:2px}}@media (min-width:1181px) and (max-width:1919px){.nav-button .open:nth-of-type(2) .line{height:2px}}.nav-button:hover{cursor:pointer}.nav-button:hover .open:first-of-type .line{-webkit-transform:rotate(45deg) translateY(.9rem);transform:rotate(45deg) translateY(.9rem)}@media (min-width:1181px) and (max-width:1919px){.nav-button:hover .open:first-of-type .line{-webkit-transform:rotate(45deg) translateY(.4rem);transform:rotate(45deg) translateY(.4rem)}}.nav-button:hover .closed:first-of-type .line{-webkit-transform:rotate(45deg) translateY(.9rem);transform:rotate(45deg) translateY(.9rem)}@media (min-width:1181px) and (max-width:1919px){.nav-button:hover .closed:first-of-type .line{-webkit-transform:rotate(45deg) translateY(.4rem);transform:rotate(45deg) translateY(.4rem)}}.nav-button:hover .closed:nth-of-type(2) .line{-webkit-transform:rotate(-45deg) translateY(-.9rem);transform:rotate(-45deg) translateY(-.9rem)}@media (min-width:1181px) and (max-width:1919px){.nav-button:hover .closed:nth-of-type(2) .line{-webkit-transform:rotate(-45deg) translateY(-.4rem);transform:rotate(-45deg) translateY(-.4rem)}}.nav-button:hover .open:nth-of-type(2) .line{-webkit-transform:rotate(-45deg) translateY(-.9rem);transform:rotate(-45deg) translateY(-.9rem)}@media (min-width:1181px) and (max-width:1919px){.nav-button:hover .open:nth-of-type(2) .line{-webkit-transform:rotate(-45deg) translateY(-.4rem);transform:rotate(-45deg) translateY(-.4rem)}}.logo-container{flex-basis:50%;height:4rem;padding:1em}.logo-container img{height:100%}.nav{display:flex;flex-basis:50%;justify-content:space-between;padding:1em}.nav a{color:#6dc0d5;text-decoration:none}.page-wrapper{display:flex;flex-direction:column;height:100vh;margin-top:10rem;position:relative;width:100%}@media (max-width:600px){.page-wrapper{flex-direction:column;margin-top:3rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.page-wrapper{margin-top:0}}@media (min-width:601px) and (max-width:1180px){.page-wrapper{margin-top:4rem}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.page-wrapper{margin-top:4rem}}@media (min-width:1181px) and (max-width:1919px){.page-wrapper{margin-top:6rem}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.page-wrapper{flex-direction:column;margin-top:3rem}}.load-container{height:100vh;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:1000000}.load-screen{background-color:#000;height:100vw}.load-screen,.load-screen1{padding-left:0;padding-right:0;padding-top:0;position:relative;width:100%}.load-screen1{background-color:#e4cb58;height:0%}.about-link,.artists-link,.contact-link,.home-link{position:absolute;top:0}.artists-link{left:3rem}.about-link{left:8rem}.contact-link{left:13rem}.mobile-menu{background:#fff;display:none;height:2rem;justify-content:space-around;padding:.3rem;position:fixed;top:0;width:100vw;z-index:100}@media (max-width:600px){.mobile-menu{display:flex}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.mobile-menu{display:flex}}@media (min-width:601px) and (max-width:1180px){.mobile-menu{display:flex}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.mobile-menu{display:flex}}.loc-m-button{background:none;border:none;color:#000;font-size:.9rem;font-size:var(--fs-200)}.main-menu{align-items:center;background:rgba(0,0,0,.9);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:flex;flex-direction:column;justify-content:flex-start;left:40%;position:absolute;transition:height .3s ease;width:20%;z-index:10}.main-menu a{font-size:3.5rem;font-size:var(--fs-600);position:absolute;text-decoration:none;transition:all .3s ease}@media (max-width:600px){.main-menu{display:none}}@media (orientation:landscape) and (min-width:500px) and (max-width:1023px){.main-menu{display:none}}@media (min-width:601px) and (max-width:1180px){.main-menu{display:none}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.main-menu{display:none}}@media (min-width:1181px) and (max-width:1919px){.main-menu{left:35%;width:30%}}@media (min-width:2560px) and (max-width:3839px){.main-menu{left:35%;width:30%}}.loc-button{background-color:transparent;border:none;color:#00d130;cursor:pointer;font-size:3.5rem;font-size:var(--fs-600)}@media (max-width:600px){.loc-button{font-size:1.6rem;font-size:var(--fs-400)}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.loc-button{font-size:1.2rem;font-size:var(--fs-300)}}.menu-open{height:35vh}@media (max-width:600px){.menu-open{height:30vh}}@media (min-width:601px) and (max-width:1180px){.menu-open{height:30vh}}@media (min-width:1181px) and (max-width:1919px){.menu-open{height:50vh}}@media (min-width:1680px) and (max-width:2559px){.menu-open{height:45vh}}@media (min-width:2560px) and (max-width:3839px){.menu-open{height:45vh}}@media (orientation:landscape) and (min-width:601px) and (max-width:1180px){.menu-open{height:40vh}}.menu-open .loc-button{color:#fff;opacity:1}.menu-open .loc-button:hover{color:#00d130}.menu-open .loc-button:first-of-type{top:10rem}.menu-open .loc-button:nth-of-type(2){top:16rem}.menu-open .loc-button:nth-of-type(3){top:22rem}.menu-open .loc-button:nth-of-type(4){top:28rem}.menu-closed{height:0}.menu-closed .loc-button{color:#000;display:none;opacity:0;top:-10rem}.page-right{left:140%}.page-main{height:100%;left:0;overflow-x:hidden;position:absolute;top:0;transition:left 1s ease}.page-left{left:-100%}
/*# sourceMappingURL=main.6c342fb7.css.map*/