textarea{resize:vertical}textarea,input{border:none;outline:none;font-family:inherit}.input,.textarea{font-size:1rem;padding:10px;width:100%;border-radius:.25rem;border:2px solid var(--beige);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,0);background:var(--black);color:var(--beige);-webkit-transition:-webkit-box-shadow .15s ease-in-out;transition:-webkit-box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out}.input:focus,.textarea:focus{-webkit-box-shadow:0 0 0 1px var(--beige);box-shadow:0 0 0 1px var(--beige)}.contact{--decreaser: 0.7;margin-top:10rem;margin-bottom:10rem}.contact__subtitle{opacity:0;font-size:3rem;font-weight:500;text-align:center;margin-top:5rem;margin-bottom:3rem}@media screen and (max-width: 1100px){.contact__subtitle{font-size:2rem;margin-top:3rem;margin-bottom:1.5rem}}@media screen and (max-width: 800px){.contact__subtitle{font-size:1.5rem;margin:3rem auto 0;text-align:center}}.contact__form{margin:0 auto;max-width:1000px}.contact__form__textarea{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.contact__form__textarea .wpcf7-not-valid-tip{margin-top:.2rem}.contact__form__input__wrapper{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact__form__input__wrapper label{-webkit-transform:translate(0.5rem, 0.95rem);transform:translate(0.5rem, 0.95rem);border-radius:.2rem}.contact__form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;gap:1rem}@media screen and (max-width: 600px){.contact__form__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:unset}}.contact__form__label{padding:.1rem .3rem;font-size:.9rem;z-index:2;background:var(--black)}.contact__form .input,.contact__form .textarea{margin-top:.4rem}.contact__form__selection{margin-top:1rem;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin-top:2rem;margin-bottom:1.5rem}.contact__form__selection .contact__form__label{font-size:1.8rem;font-weight:500;margin-bottom:.5rem}@media screen and (max-width: 800px){.contact__form__selection .contact__form__label{font-size:1.2rem}}.contact__form__selection .wpcf7-form-control-wrap{margin-top:.4rem;display:block;opacity:0}.contact__form__selection .wpcf7-not-valid-tip{margin-top:.2rem}.contact__form__selection .wpcf7-list-item{margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact__form__selection .wpcf7-list-item label{text-align:left}.contact__form__selection .wpcf7-list-item:first-child .wpcf7-list-item-label:before{-webkit-animation:widthToFull .4s .6s forwards;animation:widthToFull .4s .6s forwards}.contact__form__selection .wpcf7-list-item:nth-child(2){padding-left:100px}@media screen and (max-width: 600px){.contact__form__selection .wpcf7-list-item:nth-child(2){padding-left:50px}}.contact__form__selection .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before{background:#f27f34;-webkit-animation:widthToFull .4s .75s forwards;animation:widthToFull .4s .75s forwards}.contact__form__selection .wpcf7-list-item:last-child{padding-left:200px}@media screen and (max-width: 600px){.contact__form__selection .wpcf7-list-item:last-child{padding-left:100px}}.contact__form__selection .wpcf7-list-item:last-child .wpcf7-list-item-label:before{background:#f2c637;-webkit-animation:widthTo60Vw .4s .9s forwards;animation:widthTo60Vw .4s .9s forwards;left:-59.5vw}@-webkit-keyframes widthTo60Vw{from{width:0}to{width:60vw}}@keyframes widthTo60Vw{from{width:0}to{width:60vw}}@media screen and (max-width: 600px){.contact__form__selection .wpcf7-list-item:last-child .wpcf7-list-item-label:before{left:-58.8vw}}.contact__form__selection .wpcf7-list-item:last-child .wpcf7-list-item-label:after{position:absolute;content:"";height:100%;width:8px;background:var(--black);left:7px;-webkit-transform:rotate(-17deg);transform:rotate(-17deg);z-index:-1}@media screen and (max-width: 600px){.contact__form__selection .wpcf7-list-item:last-child .wpcf7-list-item-label:after{width:6px;left:6px}}.contact__form__selection .wpcf7-list-item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute}.contact__form__selection .wpcf7-list-item-label{font-family:var(--title-ff);text-transform:uppercase;font-size:40px;padding:0 8px;line-height:90%;display:inline;overflow:hidden;position:relative;opacity:.5;-webkit-transition:opacity .3s;transition:opacity .3s;cursor:pointer}@media screen and (max-width: 1100px){.contact__form__selection .wpcf7-list-item-label{font-size:calc(40px*var(--decreaser))}}@media(hover: hover){.contact__form__selection .wpcf7-list-item-label:hover{opacity:.8}}.contact__form__selection .wpcf7-list-item-label.active{opacity:.99}.contact__form__selection .wpcf7-list-item-label:before{position:absolute !important;content:"";top:10px;width:0;z-index:-1;left:-55vw;height:33.5px;-webkit-transform:translateX(4px);transform:translateX(4px);background:#f21e2d}@media screen and (max-width: 1100px){.contact__form__selection .wpcf7-list-item-label:before{height:calc(33px*var(--decreaser));top:calc(10px*var(--decreaser))}}@-webkit-keyframes widthToFull{from{width:0}to{width:55vw}}@keyframes widthToFull{from{width:0}to{width:55vw}}.contact__form__button{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.contact__form__button .button{width:340px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;cursor:pointer}.contact__form__button .button input{padding:12px 45px;width:100%;color:var(--black);font-size:1.6rem !important;cursor:pointer}@media screen and (max-width: 600px){.contact__form__button .button input{font-size:1.2rem !important}}@media screen and (max-width: 1100px){.contact__form__button .button{width:200px}}.contact .button input{background:none;font-weight:600;text-transform:uppercase;font-size:1.4rem;position:relative;z-index:5}.contact .button .wpcf7-spinner{display:none}.wpcf7-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpcf7-form p:nth-child(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.wpcf7-form div:nth-child(6){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.wpcf7-not-valid-tip,.wpcf7-response-output{font-size:.9rem;padding:3px 12px;border-radius:.3rem;font-weight:normal;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width: 600px){.wpcf7-not-valid-tip,.wpcf7-response-output{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.screen-reader-response{display:none}.wpcf7-response-output{text-align:center;-ms-flex-item-align:center;align-self:center;margin-top:1.625rem}.wpcf7-form-control-wrap{width:100%}.wpcf7-spinner{display:none}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{color:var(--green);background:rgba(0,128,0,.2)}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{color:var(--red);background:rgba(242,30,45,.2)}.wpcf7 form.spam .wpcf7-response-output{color:var(--orange);background:rgba(245,110,40,.2)}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{color:var(--red);background:rgba(220,50,50,.2)}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{margin-top:.5rem;color:var(--red);background:rgba(242,30,45,.2)}