@import"https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap";.home-section{display:flex;justify-content:center;align-items:center}.home-section h1{font-family:var(--font-primary);font-size:20vh;font-weight:100}.section-photo{height:100vh;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}.about-us-text{width:40vw}.section-text{display:flex;justify-content:center;align-items:center;background-color:var(--color-primary)}.about-us-photo{width:100%}.contact-page .page-section{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;align-items:center;min-height:100%}.contact-page .page-title{font-size:160;max-width:500px;font-weight:400;margin:0;min-height:100%}.contact-page .contact-form{font-family:var(--font-secondary);font-size:18px;font-weight:300;width:500px;min-height:100%}.contact-page .form-group{position:relative;width:100%;margin:30px 0}.contact-page input,textarea{background:transparent;border:none;border-bottom:1px solid var(--color-primary);color:var(--color-primary);padding:10px 0;outline:none;width:100%;font-family:var(--font-secondary);font-size:18px;font-weight:300}.contact-page label{position:absolute;left:0;top:8px;width:100%;color:#6d6d6d;pointer-events:none;transition:.2s ease all}.contact-page input:focus+label,.contact-page input:not(:placeholder-shown)+label,.contact-page textarea:focus+label,.contact-page textarea:not(:placeholder-shown)+label{top:-22px}.contact-page textarea.autosize{overflow:hidden;resize:none}.contact-page .submit-button{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary);padding:.6rem 1rem;font:inherit;line-height:1;border-radius:0;cursor:pointer;box-shadow:none;-webkit-appearance:none;appearance:none;transition:transform .35s cubic-bezier(.25,.1,.25,1);font-family:var(--font-secondary);font-size:18px;font-weight:300}.contact-page .submit-button:hover,.contact-page .submit-button:focus{transform:translateY(-2px);outline:none;box-shadow:none;border-radius:0!important}.contact-page input:-webkit-autofill,.contact-page textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--color-secondary) inset!important;-webkit-text-fill-color:var(--color-primary)!important;border-bottom-color:var(--color-primary)!important;transition:background-color 9999s ease-out 0s}.contact-page input:-webkit-autofill:focus,.contact-page input:-webkit-autofill:hover,.contact-page textarea:-webkit-autofill:focus,.contact-page textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--color-secondary) inset!important;-webkit-text-fill-color:var(--color-primary)!important}@media (max-width: 1024px){.contact-page .page-section{margin-top:15vh;display:flex;flex-direction:column}.contact-page .page-title{font-size:80}.contact-page .contact-form{width:80vw}}.artist-list .swiper-wrapper{align-items:center}.artist-list .swiper-slide{width:170px;height:100vh;display:flex;justify-content:center;align-items:center;transition:transform .75s ease}.artist-list .swiper-slide img{width:100%;height:100%;object-fit:cover}.artist-list .carousel-viewport{width:100%;overflow:hidden;position:relative}.artist-list .carousel-track{margin-left:-25%}.artist-list .slide-inner{position:relative;width:340px;height:430px}.artist-list .slide-inner img.signature-image{height:200px;width:200px}.artist-list .signature-image{position:absolute;left:50%;bottom:-180px;opacity:0;z-index:1;pointer-events:none;will-change:transform,opacity}.artist-list .signature-image img{height:20px;width:20px}.main-content{display:flex;flex-direction:column;justify-content:space-evenly}.works-title{width:100%;display:flex;justify-content:center}.works-title img{height:25vh;object-fit:cover}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.work-detailed .swiper-wrapper{align-items:center}.work-detailed .swiper-slide{width:600px;height:400vh;display:flex;justify-content:center;align-items:center;transition:transform .75s ease}.work-detailed .swiper-slide img{object-fit:cover}.work-detailed .text-slide{display:flex;justify-content:right}.work-detailed .text-slide-reversed{display:flex;justify-content:left}.work-detailed .text-slide p{text-align:right}.work-detailed .text-slide-reversed p{text-align:left}.work-detailed .text-slide p,.work-detailed .text-slide-reversed p{width:55%;margin:30px;font-family:Oranienbaum,serif;font-style:Regular;font-weight:400;font-size:20px;line-height:1;letter-spacing:0}.work-detailed .carousel-viewport{width:100%;overflow:hidden;position:relative}.work-detailed .carousel-track{margin-left:-25%}.work-detailed .page-section{width:100%;display:flex;justify-content:center;align-items:center}.work-detailed .header-text{height:100vh}.work-detailed .gallery-1{height:500px}.work-detailed .cast-list{height:900px}.work-detailed .cast-img{height:45vw}.work-detailed .gallery-2{height:500px;margin-top:15vh}.work-detailed .video-section{height:100vh}.work-detailed .video-embed{z-index:100;width:100%;height:100%;border:0;display:block}.work-detailed .header-text img{width:30vw}.work-detailed .cast-box{width:100%;display:grid;grid-template-columns:1fr 1fr;column-gap:100px;align-items:start}.work-detailed .left-column{text-align:right}.work-detailed .right-column{text-align:left}.work-detailed .cast-list h1,.work-detailed .cast-list h2,.work-detailed .cast-list h3,.work-detailed .cast-list p{font-family:Oranienbaum,serif;font-weight:400;font-style:normal;line-height:1;letter-spacing:0}.work-detailed .cast-list h1{font-size:40px;margin-bottom:0;margin-top:0}.work-detailed .cast-list h2{font-size:24px;margin-top:0}.work-detailed .cast-list p{font-size:20px;margin-top:0}.work-detailed .cast-list h3{font-size:13px;margin-bottom:0}.work-detailed .cast-list a{color:inherit;text-decoration:none}.work-detailed .cast-list .role-list{margin-top:30px}.work-detailed .cast-img img{width:100%}.work-detailed .decoration{position:relative;width:"100%";height:0;overflow:visible;z-index:2}.work-detailed .decoration img{position:absolute;width:auto;transform:translateY(-50%)}.cast-photo{position:relative;width:100%}.cast-photo img{display:block;width:100%;height:auto}.cast-photo .hotspot{position:absolute;top:0;bottom:0;background:transparent}.cast-photo .hs-1{left:0%;width:25%}.cast-photo .hs-2{left:25%;width:25%}.cast-photo .hs-3{left:75%;width:25%}.cast-photo.debug .hotspot{outline:2px dashed rgba(255,255,255,.7);background:#ffffff0f}.cast-photo .hotspot:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.artist-page .page-section{display:flex;flex-direction:column;width:100%;justify-content:space-between;align-items:center;min-height:100%}.artist-page .top-section{display:flex;flex-direction:row;width:90%;justify-content:space-between;margin-bottom:200px}.artist-page .left-cloumn{display:flex;flex-direction:column}.artist-page .right-column{display:flex;flex-direction:column;justify-content:center;padding:12vh}.artist-page .picture-section{display:flex;flex-direction:row}.artist-page .first-picture{height:70vh}.artist-page .second-picture{height:50%}.artist-page .first-picture,.artist-page .second-picture{aspect-ratio:4 / 5;object-fit:cover;display:block}.artist-page .height,.artist-page .hair,.artist-page .eye-color{display:flex;flex-direction:row;justify-content:space-between;width:100%}.artist-page .page-section{margin-top:16vh}.portfolio{width:100%;height:90vh;color:var(--color-secondary);background-color:var(--color-primary)}.artist-page .artist-name{width:100%}.artist-page .first-name{font-family:var(--font-primary);font-size:170px;font-weight:100;margin:0px 0px -50px 10vh;padding:0;-webkit-text-stroke:2px var(--color-primary);z-index:100}.artist-page .last-name{font-family:var(--font-primary);font-size:170px;text-align:right;font-weight:100;margin:-50px 10vh 0px 0px;padding:0}:root{--color-primary: #181818;--color-secondary: #F5F5F5;--font-primary: "Playfair Display", serif;--font-secondary: "Montserrat", sans-serif;--nav-height: 10vh}.dark-theme{--color-primary: #F5F5F5;--color-secondary: #181818}p{white-space:pre-line}body{margin:0;box-sizing:border-box;font-family:var(--font-primary);background-color:var(--color-secondary);color:var(--color-primary);min-height:100%}.main-content{background-color:var(--color-secondary);color:var(--color-primary);min-height:100vh}p,dt,dd{font-family:var(--font-secondary);font-size:18px;font-weight:100}.navigation{position:fixed;top:0;left:0;right:0;height:auto;padding:3vh 10vw;z-index:200}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-link{display:inline-block;text-decoration:none;color:var(--color-primary);background-color:var(--color-secondary);font-family:var(--font-secondary);font-size:25;font-weight:100;transform:translateY(0);transition:transform .35s cubic-bezier(.25,.1,.25,1)}.nav-link:hover,.nav-link:focus{transform:translateY(-2px)}.nav-link-home{font-family:var(--font-primary);font-size:8vh;font-weight:400}.nav-icon{height:4vw;object-fit:contain;display:block}.nav-link,.nav-icon{background:none}.nav-link{display:flex;align-items:center;justify-content:center}.work-card{display:flex;justify-content:center;height:50vh}.work-card img{height:50vh;object-fit:cover}
