.ct-main{padding:3rem 0 4rem}.ct-wrap{max-width:1600px;margin:0 auto;padding:0 2rem;box-sizing:border-box;display:grid;grid-template-columns:1.4fr 1fr;gap:3rem}.ct-form-side h1{font-size:1.8rem;font-weight:800;color:#111;margin:0 0 .3rem}.ct-form-side>p{color:#888;font-size:.9rem;margin:0 0 2rem}.ct-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ct-input{margin-bottom:1rem;display:flex;flex-direction:column}.ct-input label{font-size:.75rem;font-weight:600;color:#555;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.5px}.ct-input input,.ct-input textarea{background:#faf8f5;color:#111;border:1px solid #e8e4de;border-radius:6px;padding:.75rem 1rem;font-size:.85rem;transition:.2s;width:100%;box-sizing:border-box;font-family:inherit}.ct-input input:focus,.ct-input textarea:focus{border-color:var(--theme);outline:0;background:#fff}.ct-input input::placeholder,.ct-input textarea::placeholder{color:#bbb}.ct-input textarea{min-height:8rem;resize:vertical}.ct-form-side .checkbox-holder{margin:.5rem 0 1rem}.ct-form-side .btn-theme{background:var(--theme);border-radius:6px;padding:.8rem 2.5rem;font-weight:600;font-size:.9rem}.ct-form-side .btn-theme:hover{background:#a8884f}.ct-info-card{background:#faf8f5;border:1px solid #eee;border-radius:10px;padding:1.5rem;margin-bottom:1rem}.ct-info-card h3{font-size:.85rem;font-weight:700;color:#111;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.ct-info-row{display:flex;align-items:center;gap:1rem;padding:.7rem 0;border-bottom:1px solid #e8e4de;transition:.2s}.ct-info-row:last-child{border-bottom:none;padding-bottom:0}.ct-info-row:first-of-type{padding-top:0}.ct-info-row:hover{padding-left:.3rem}.ct-svg{width:1.1rem;height:1.1rem;color:var(--theme);flex-shrink:0}.ct-svg-wa{color:#25d366}.ct-info-row div{display:flex;flex-direction:column}.ct-info-row strong{font-size:.85rem;color:#111}.ct-info-row div>span{font-size:.78rem;color:#888}.ct-hours-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e8e4de}.ct-hours-row:last-child{border-bottom:none;padding-bottom:0}.ct-hours-row span{font-size:.82rem;color:#888}.ct-hours-row strong{font-size:.82rem;color:#111}.ct-map{width:100%;height:35rem}.ct-map iframe{width:100%;height:100%}@media (max-width:900px){.ct-wrap{grid-template-columns:1fr}.ct-info-side{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ct-info-hours{grid-column:1/-1}}@media (max-width:600px){.ct-info-side,.ct-row{grid-template-columns:1fr}.ct-map{height:18rem}}