.projects-hero-form-box{width:min(100%,350px);background:rgba(55,54,54,.467);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;display:flex;flex-direction:column;align-items:center}.projects-hero-form-box--guest{padding:20px 18px 22px;gap:10px}.projects-hero-form-box--cta{width:min(100%,350px);padding:22px 0;animation:showFormBox .51s ease}@keyframes showFormBox{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.projects-hero-form-box--cta h3{font-size:1.5rem;font-weight:500;opacity:.8;color:#ffffff;margin-bottom:10px;font-family:montserrat,sans-serif}.projects-hero-form-box--guest .projects-hero-form{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.projects-hero-form-box--guest .projects-hero-form-title{color:#ffffff;text-align:center;opacity:.8;font-size:1.5rem;margin:0 0 10px;font-family:montserrat,sans-serif;font-weight:500}.projects-hero-form-box--guest .projects-hero-form .form-group{margin-bottom:18px}.projects-hero-form-box--guest .projects-hero-form input[type=email],.projects-hero-form-box--guest .projects-hero-form input[type=tel],.projects-hero-form-box--guest .projects-hero-form input[type=text]{width:100%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#ffffff;padding:12px 14px;border-radius:6px;outline:none}.projects-hero-form input::placeholder{color:rgba(255,255,255,.8)}.projects-hero-form-box--guest .projects-hero-form button{width:100%;border:none;border-radius:6px;padding:12px 14px;font-size:1rem;font-weight:600;color:#ffffff;cursor:pointer;background:#c5a059}.projects-hero-form-box small{display:block;margin-top:10px;font-size:12px;color:rgba(255,255,255,.9)}@media (max-width:768px){.projects-hero-form-box{width:100%;max-width:420px;margin:0}.projects-hero-form-box--cta,.projects-hero-form-box--guest{max-width:350px}}.projects-hero-form-box--dark{width:min(100%,350px);padding:28px 24px 30px;align-items:stretch;background:rgba(18,18,18,.94);border-color:rgba(255,255,255,.16);border-radius:10px;backdrop-filter:none;-webkit-backdrop-filter:none}.projects-hero-form-box--dark.projects-hero-form-box--guest{gap:0}.projects-hero-content2.projects-hero-content2--dark{align-items:flex-end}.projects-hero-form-box--dark .projects-hero-form-intro{margin-bottom:20px}.projects-hero-form-box--dark .projects-hero-form-title{margin:0;color:#f5f2ee;text-align:left;font-family:var(--font-cormorant),Georgia,serif;font-size:1.5rem;font-weight:400;line-height:1.1;opacity:1}.projects-hero-form-box--dark .projects-hero-form-intro p{margin:8px 0 0;color:rgba(245,242,238,.58);font-size:.8rem;font-weight:200;line-height:1.5}.projects-hero-form-box--dark .projects-hero-form .form-group{margin-bottom:14px}.projects-hero-form-box--dark .projects-hero-form .phone-input select,.projects-hero-form-box--dark .projects-hero-form input[type=email],.projects-hero-form-box--dark .projects-hero-form input[type=tel],.projects-hero-form-box--dark .projects-hero-form input[type=text],.projects-hero-form-box--dark .projects-hero-form textarea{box-sizing:border-box;min-height:42px;border:1px solid rgba(255,255,255,.13);border-radius:4px;background:rgba(255,255,255,.025);color:#f5f2ee;font-size:.95rem;font-weight:300;padding:11px 14px}.projects-hero-form-box--dark .projects-hero-form textarea{min-height:64px;resize:vertical}.projects-hero-form-box--dark .projects-hero-form .phone-input{display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:8px;gap:8px}.projects-hero-form-box--dark .projects-hero-form .phone-input select{width:100%;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.projects-hero-form-box--dark .projects-hero-form input::placeholder,.projects-hero-form-box--dark .projects-hero-form textarea::placeholder{color:rgba(245,242,238,.54)}.projects-hero-form-box--dark .projects-hero-form .submit-btn{border-radius:4px;background:#d1b27e;color:#101010;font-size:1rem;font-weight:300}.projects-hero-form-box--dark .projects-hero-form .submit-btn:hover{background:#dfc18e}@media (max-width:768px){.projects-hero-content2.projects-hero-content2--dark{align-items:flex-start}.projects-hero-form-box--dark{width:100%;max-width:350px;padding:28px 24px 30px}.projects-hero-form-box--dark .projects-hero-form .phone-input{grid-template-columns:76px minmax(0,1fr)}}.projects-hero-form-box--dark .projects-hero-form input[type=email],.projects-hero-form-box--dark .projects-hero-form input[type=tel],.projects-hero-form-box--dark .projects-hero-form input[type=text]{border-color:rgb(69 69 69/55%);background:rgba(255,255,255,.025)}