.form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.form-popup{position:relative;width:918px;max-width:100%;height:583px;border-radius:5px;background:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.close-button{position:absolute;top:18px;right:18px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.close-button:hover{transform:scale(1.1)}.form-content-wrapper{display:flex;width:100%;height:100%}.form-left-section{width:502px;padding:40px 48px;gap:20px}.form-header,.form-left-section{display:flex;flex-direction:column}.form-header{gap:-5px}.form-title{color:#000;font-size:28px;font-weight:700;line-height:52.5px;letter-spacing:-.84px;margin:0;padding-left:1px}.form-subtitle{color:#6b6b6b;font-size:16px;font-weight:400;line-height:25.5px;margin:0;padding:0 0 4.5px 2px}.destination-form{display:flex;flex-direction:column;gap:8px;margin-top:10px}.form-field{display:flex;width:100%;position:relative}.staticform-input{display:flex;width:100%;height:45px;padding:16px 24px 16px 12px;align-items:center;border:none;border-bottom:1px solid rgba(209,213,220,.4);background:rgba(255,255,255,.6);color:#6a7282;font-size:15px;font-weight:400;outline:none;transition:border-color .3s ease}.staticform-input:focus{border-bottom-color:rgba(0,0,0,.6)}.staticform-input::placeholder{color:#6a7282}.form-select{color:#4a4a4a;padding-left:10px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236a7282' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.message-field{position:relative;padding-top:22px}.message-label{position:absolute;top:0;left:0}.form-textarea,.message-label{color:#6a7282;font-size:14px;font-weight:400;line-height:21px}.form-textarea{width:100%;min-height:90px;padding:12px;border:none;border-bottom:1px solid rgba(209,213,220,.4);background:rgba(255,255,255,.6);resize:none;outline:none;transition:border-color .3s ease}.form-textarea:focus{border-bottom-color:rgba(0,0,0,.6)}.form-textarea::placeholder{color:#c4c4c4}.submit-button{width:100%;height:56px;margin-top:12px;background:#000;border:none;border-radius:5px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#222;transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.submit-button:active{transform:translateY(0)}.form-footer{display:flex;flex-direction:column;gap:4px;margin-top:auto}.static-footer-text{color:#6b6b6b;font-size:14px;font-weight:400;line-height:22.75px;margin:0}.footer-disclaimer{color:#555555;font-size:14px;font-style:normal;font-weight:500;line-height:21px;text-transform:uppercase}.form-right-section{flex:1;overflow:hidden}.form-right-section,.image-container{position:relative;display:flex;align-items:center;justify-content:center}.image-container{width:100%;height:100%}.decoration-icon{position:absolute;opacity:.15}.decoration-top{top:26px;right:50px;width:222px;height:222px}.decoration-bottom{bottom:30px;left:-140px;width:532px;height:169px;opacity:.12}.image-blob-wrapper{position:relative;width:294px;height:403px}.destination-image{position:absolute;width:100%;height:100%;object-fit:cover;clip-path:path("M294 145.399C294 216.167 269.23 403 197.521 403C125.813 403 0 325.05 0 254.282C0 183.514 44.3269 0 116.035 0C187.744 0 294 74.6307 294 145.399Z")}.image-border{position:absolute;top:26px;left:-17px;width:329px;height:366px;pointer-events:none}@media screen and (max-width:1024px){.form-popup{width:700px;height:auto}.form-content-wrapper{flex-direction:column}.form-left-section{width:100%}.form-right-section{display:none}}@media screen and (max-width:768px){.form-popup{width:100%;max-width:500px;height:auto}.form-left-section{padding:30px 24px}.form-title{font-size:24px;line-height:1.3}.form-subtitle{font-size:14px}}@media screen and (max-width:480px){.form-overlay{padding:10px}.form-popup{border-radius:8px}.form-left-section{padding:24px 20px;gap:16px}.form-title{font-size:22px}.form-subtitle{font-size:13px}.close-button{top:12px;right:12px}.submit-button{height:50px;font-size:15px}.footer-disclaimer,.static-footer-text{font-size:12px}}