@import url(https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&family=Open+Sans:wght@300;400;500;600;700&display=swap);h1{font-size:20px}.header{align-items:center;display:flex;justify-content:space-between;padding:20px 40px}.header .logo{font-size:32px}@media screen and (max-width:475px){.header{padding:20px}}.navigation{display:flex}.col-right{margin-left:auto;margin-right:40px;width:55%}.form_title_wrapper h5{margin-bottom:40px;margin-top:80px}.contact_divider{background-color:#85624c;height:1px;opacity:.5;width:100%}.field_wrapper_container{display:flex;flex-wrap:wrap;padding-top:22px}.w-50{width:48%}.w-100{width:100%}.mr-2{margin-right:40px}.field_wrapper-row{display:flex;justify-content:space-between;width:100%}#file-upload-button{background-color:red;padding:100px!important}.contact_form{display:flex;flex-direction:column;width:100%}.artist-radio{margin-bottom:20px!important}.field_wrapper{display:flex;flex-direction:column;margin-bottom:18px;margin-top:22px}.field_wrapper label{color:#49352e;font-size:18px;font-weight:300;line-height:25px;margin-bottom:8px;position:relative}.field_wrapper .mandatory{height:8px;padding-left:1px;position:absolute;width:8px}.field_wrapper .symbol{color:#997867;font-size:14px}.field_wrapper .divider{padding-top:8px}.field_wrapper .subline_label{font-size:16px;font-weight:600;letter-spacing:1px;padding-bottom:8px}.field_wrapper textarea{background-color:#f5f4ee;border-radius:0;font-size:18px;height:100px;padding:11.5px 12px;transition:all .3s ease}.field_wrapper textarea:hover{border:1px solid #49352e;transition:all .3s ease}.field_wrapper textarea:focus{border-width:1.5px;outline:none}.field_wrapper input{background-color:#f5f4ee;border:1px solid #49352e99;border-radius:0;font-family:DM Mono,monospace!important;font-size:18px;padding:11.5px 12px}.field_wrapper input:hover{border:1px solid #49352e}.field_wrapper input:active,.field_wrapper input:focus{border-width:1.5px;outline:none}.spacer{margin-bottom:22px}.button{-webkit-appearance:none;background-color:#333!important;background:none;border:none;border-radius:8px!important;color:#f5f4ed;cursor:pointer;display:inline-block;font-size:18px;font-weight:400;height:47px;line-height:23px;margin-bottom:60px;outline:inherit;padding:12px 40px;width:145px}.button:hover{background-color:#474747!important;border:1px solid #333!important;cursor:pointer;transition:all .4s ease}.success_modal_main_wrapper{background-color:#f5f4ee;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:0}.reminder-section{padding-left:8px}.success_modal{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;left:50%;padding:30px;position:fixed;top:50%;transform:translate(-50%,-50%);width:280px;z-index:1}.success_modal .button{margin-bottom:0}.success_modal .return{color:#141023;text-decoration:none}.success_modal h3,.success_modal p{margin-bottom:0;margin-top:0;padding-bottom:22px}.success_modal .success_logo{margin-bottom:18px}@media screen and (max-width:800px){.w-100,.w-50{width:100%}.field_wrapper-row{display:block}}@media screen and (max-width:600px){label{font-size:16px!important;line-height:22.4px!important}.reminder-section{padding-left:0}.radio-section{margin-bottom:0!important;margin-top:20px!important}.form_title_wrapper h5{margin-bottom:24px;margin-top:20px}.spacer{margin-bottom:0}.button{width:100%}.custom-file-input:before{display:none!important;margin-bottom:20px;text-align:center}.field_wrapper{margin-top:40px}.field_wrapper-row{margin-top:-18px}}.custom-file-input{width:-webkit-fill-available!important}.custom-file-input.two{margin-top:10px}.custom-file-input::-webkit-file-upload-button{visibility:hidden}.custom-file-input:before{background:linear-gradient(top,#f9f9f9,#e3e3e3);border:1px solid #999;border-radius:3px;color:#49352e;content:"Select a file";cursor:pointer;display:inline-block;font-size:12pt;font-weight:700;outline:none;padding:15px 12px;text-shadow:1px 1px #fff;-webkit-user-select:none;white-space:nowrap}.custom-file-input:hover:before{border-color:#000}.custom-file-input:active:before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}.link{color:inherit;font-weight:700;text-decoration:none}.link:hover{color:#49355e}.container{cursor:pointer;display:block;font-size:22px;margin-bottom:8px!important;margin-top:16px!important;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none}.container:nth-of-type(2){margin-top:8px!important}.container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{border:1px solid #49352e;border-radius:100%;height:20px;left:0;position:absolute;top:1px;width:20px}.container input:checked~.checkmark{background:#49352e;border-radius:100%;transition:all .3s ease}.checkmark:after{content:"";display:none;position:absolute}.container input:checked~.checkmark:after{display:block;transition:all .3s ease}.container .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:9px;left:8px;top:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);width:3px}.lds-ellipsis{display:inline-block;height:80px;position:relative;width:80px}.lds-ellipsis div{animation-timing-function:cubic-bezier(0,1,1,0);background:#fff;border-radius:50%;height:13px;position:absolute;top:4px;width:13px}.lds-ellipsis div:first-child{animation:lds-ellipsis1 .6s infinite;left:2px}.lds-ellipsis div:nth-child(2){animation:lds-ellipsis2 .6s infinite;left:6px}.lds-ellipsis div:nth-child(3){animation:lds-ellipsis2 .6s infinite;left:32px}.lds-ellipsis div:nth-child(4){animation:lds-ellipsis3 .6s infinite;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.intro_inner_wrapper_left{float:left;padding-top:100px;position:-webkit-sticky;position:sticky;top:-80px;width:43%}.intro_inner_wrapper_left h1{display:block;margin-left:40px;margin-top:0}.mobile-text{display:none!important}.intro_inner_wrapper_right{float:right;padding-top:100px;width:57%}.intro_inner_wrapper_right .intro_spacer_wrapper{line-height:33px;margin-right:40px;margin-top:0}.m-0{margin-top:0}@media screen and (max-width:1200px){.intro_inner_wrapper_left{padding-top:80px;width:100%}.intro_inner_wrapper_left h1{margin-bottom:0}.intro_inner_wrapper_right{padding-left:40px;padding-top:80px;width:auto}.intro_inner_wrapper_right .intro_spacer_wrapper{margin-right:40px;margin-top:0}.col-right{margin-left:40px;margin-right:40px;width:auto}}@media screen and (max-width:800px){.intro_inner_wrapper_left h1{display:none;font-size:42px;line-height:56px}.intro_inner_wrapper_left .mobile-text{display:block!important}p{line-height:27px}}@media screen and (max-width:1200px){.intro_inner_wrapper_left{padding-left:20px;position:static}.intro_inner_wrapper_left h1{font-size:40px;line-height:48px;margin-left:20px}}@media screen and (max-width:600px){.contact_form{padding-top:52px}.intro_inner_wrapper_right{padding-left:20px;padding-top:24px}.intro_inner_wrapper_left{padding-left:0;padding-top:32px;position:static}.intro_inner_wrapper_left h1{font-size:40px;line-height:48px;margin-left:20px}.col-right{margin-left:20px;margin-right:20px}.intro_inner_wrapper_right .intro_spacer_wrapper{margin-right:20px;margin-top:0}}body{background-color:#f5f4ee;font-family:DM Mono,monospace;margin:0}body,h1,h5{font-weight:300}h1,h5{font-family:Open Sans,sans-serif}h1{color:#49352e;font-size:72px;line-height:79px}h1,h5{font-family:GT-Alpina-Standard-Light,serif}h5{color:#141023;font-size:40px;font-weight:300;line-height:120%}.default-copy{font-size:20px;font-style:normal;font-weight:300;line-height:30px}@media screen and (max-width:600px){.default-copy{font-size:18px}h1{font-size:32px!important;line-height:35px!important}h5{font-size:24px;line-height:29px}}.main-content{padding-bottom:80px;padding-left:40px}.main-content .bold{font-weight:700}.main-content h2,.main-content h3{padding-top:20px}@media screen and (max-width:475px){.main-content{padding-left:20px}}.hero{background-position:50%;background-size:cover;height:400px;width:100%}@media screen and (max-width:700px){.hero{height:300px}}@media screen and (max-width:420px){.hero{height:100px}}.footer{background-color:#49352e;padding:160px 40px 30px}.footer .footer_link_wrapper{margin-bottom:24px}.footer .footer_link{color:#f5f4ee;font-size:18px;font-weight:300;margin-right:40px;text-decoration:none}.footer .footer_logo_wrapper{align-items:center;display:flex;justify-content:space-between;padding-top:44px}.footer .footer_divider{background-color:#997867;height:1px;width:100%}@media screen and (max-width:950px){.footer_logo_wrapper{align-items:start!important;flex-direction:column}.footer_logo_wrapper .footer_link{margin-top:40px!important}}@media screen and (max-width:600px){.footer{padding-left:20px;padding-top:80px}.footer_logo_wrapper .footer_link{font-size:16px}.footer_link_wrapper{display:flex;flex-direction:column}.footer_link_wrapper .footer_link{font-size:16px;margin-top:8px}}.card_wrapper{background-color:red}.card_inner_wrapper{background-color:blue}@font-face{font-family:GT-Alpina-Standard-Light-Italic;src:url(/static/media/GT-Alpina-Standard-Light-Italic.6ec59cf89adad359da86.woff2) format("woff2"),url(/static/media/GT-Alpina-Standard-Light-Italic.2139c4892eb29cfc2e32.woff) format("woff")}@font-face{font-family:GT-Alpina-Standard-Light;src:url(/static/media/GT-Alpina-Standard-Light.67cc47a0653441813abd.woff2) format("woff2"),url(/static/media/GT-Alpina-Standard-Light.b95af72064df45bbc775.woff) format("woff")}
/*# sourceMappingURL=main.5fa9383f.css.map*/