.contact-sales-page{background:#664437;flex:1}body:has(.contact-sales-page) main{flex-direction:column;flex:1;display:flex}body:has(.contact-sales-page){flex-direction:column;min-height:100vh;display:flex}body:has(.contact-sales-page) footer{display:none!important}body:has(.contact-sales-page) .dark-cta{display:none!important}.bw-cs-wrapper{background:linear-gradient(90deg,#a24727 0%,#c76136 25%,#fbbf7c 50%,#c76136 75%,#a24727 100%);border-radius:20px;max-width:800px;margin:0 auto;padding:4px}.bw-cs-content{color:#f9f8f2;background:#351f15;border-radius:17px;padding:30px}.bw-cs-header{text-align:center;border-bottom:1px solid #fbbf7c33;margin-bottom:30px;padding-bottom:20px}.bw-cs-title{color:#f9f8f2;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700;line-height:1.2}.bw-cs-section{background:#251811;border-radius:12px;margin-bottom:16px;overflow:hidden}.bw-cs-section-header{cursor:pointer;width:100%;color:inherit;font:inherit;background:#251811;border:none;justify-content:space-between;align-items:center;padding:15px 20px;transition:background .3s;display:flex}.bw-cs-section-header.active{background:#a247271a}.bw-cs-section-title{color:#e5c2b3;align-items:center;gap:12px;font-size:16px;font-weight:600;display:flex}.bw-cs-num{color:#e5c2b3;background:#351f15;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.bw-cs-num.active{color:#fff;background:linear-gradient(135deg,#a24727 0%,#c76136 50%,#fbbf7c 100%)}.bw-cs-num.complete{color:#351f15;background:#fbbf7c}.bw-cs-section-icon{fill:#e5c2b3;width:20px;height:20px;transition:transform .3s}.bw-cs-section-icon.expanded{transform:rotate(180deg)}.bw-cs-section-body{max-height:0;padding:0 20px;transition:max-height .35s,padding .35s;overflow:hidden}.bw-cs-section-body.expanded{max-height:1200px;padding:15px 20px 20px}.bw-cs-field{margin-bottom:16px}.bw-cs-label{color:#e5c2b3;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.bw-cs-required{color:#fbbf7c;margin-left:2px}.bw-cs-input{color:#f9f8f2;box-sizing:border-box;-webkit-appearance:none;-webkit-text-fill-color:#f9f8f2;background:#1a0f08;border:1px solid #fbbf7c33;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.bw-cs-input:focus{background:#251811;border-color:#fbbf7c;outline:none;box-shadow:0 0 0 3px #fbbf7c1a}.bw-cs-input::placeholder{color:#e5c2b366;opacity:1}.bw-cs-input.error{border-color:#ff6b6b}.bw-cs-input:-webkit-autofill{-webkit-text-fill-color:#f9f8f2!important;caret-color:#f9f8f2!important;-webkit-box-shadow:inset 0 0 0 30px #1a0f08!important}.bw-cs-input:-webkit-autofill:hover{-webkit-text-fill-color:#f9f8f2!important;caret-color:#f9f8f2!important;-webkit-box-shadow:inset 0 0 0 30px #1a0f08!important}.bw-cs-input:-webkit-autofill:focus{-webkit-text-fill-color:#f9f8f2!important;caret-color:#f9f8f2!important;-webkit-box-shadow:inset 0 0 0 30px #1a0f08!important}.bw-cs-select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E5C2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.bw-cs-select option{color:#f9f8f2;background:#1a0f08}textarea.bw-cs-input{resize:vertical;min-height:100px}.bw-cs-radios{flex-direction:column;gap:10px;display:flex}.bw-cs-radio{cursor:pointer;background:#1a0f08;border-radius:8px;align-items:center;padding:10px;transition:background .2s;display:flex}.bw-cs-radio:hover{background:#fbbf7c1a}.bw-cs-radio input[type=radio]{accent-color:#fbbf7c;margin-right:12px}.bw-cs-radio span{color:#e5c2b3;font-size:15px}.bw-cs-error{color:#ff6b6b;margin-top:4px;font-size:12px}.bw-cs-slide-in{animation:.3s bw-cs-slideIn}@keyframes bw-cs-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bw-cs-btn{cursor:pointer;color:#fff;background-image:linear-gradient(90deg,#a24727 0%,#c76136 20%,#fbbf7c 50%,#c76136 80%,#a24727 100%);border:none;border-radius:20px;justify-content:center;align-items:center;width:100%;min-height:40px;margin-top:20px;padding:10px 20px;font-family:inherit;font-size:1.1rem;font-weight:600;line-height:20px;transition:opacity .3s;display:flex;position:relative;overflow:hidden}.bw-cs-btn:disabled{opacity:.6;cursor:not-allowed}.bw-cs-btn--next{min-height:36px;margin-top:16px;padding:8px 20px;font-size:1rem}.bw-cs-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite bw-cs-spin;display:inline-block}@keyframes bw-cs-spin{to{transform:rotate(360deg)}}.bw-cs-privacy{color:#e5c2b399;text-align:center;margin-top:12px;font-size:12px;line-height:1.5}.bw-cs-privacy a{color:#fbbf7c;text-decoration:none}.bw-cs-privacy a:hover{text-decoration:underline}.bw-cs-success{text-align:center;padding:40px 20px}.bw-cs-success-icon{color:#fff;background:linear-gradient(135deg,#fbbf7c,#a24727);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:30px;display:flex}.bw-cs-success-title{color:#f9f8f2;margin-bottom:10px;font-size:20px;font-weight:600}.bw-cs-success-text{color:#e5c2b3;font-size:14px}@media (max-width:640px){.bw-cs-content{padding:20px}.bw-cs-title{font-size:20px}.bw-cs-input{padding:10px 14px;font-size:14px}.bw-cs-btn{min-height:38px;padding:9px 18px;font-size:1rem}}
