.investor-deals-root .hero{min-height:100vh;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:50px;padding:130px 5% 80px;position:relative;overflow:hidden}@media (max-width:960px){.investor-deals-root .hero{grid-template-columns:1fr;gap:10px;padding:90px 3% 0;text-align:center}}.investor-deals-root .hero-inner{position:relative;z-index:2;max-width:560px}.investor-deals-root .hero h1 .line{white-space:nowrap}@media (max-width:960px){.investor-deals-root .hero-inner{margin:0 auto}.investor-deals-root .hero h1{margin-bottom:0}}.investor-deals-root .hero h1{font-size:clamp(2.6rem,5.5vw,4rem);line-height:1.02;margin-bottom:20px;font-weight:700;overflow:hidden}.investor-deals-root .hero h1 .accent{font-weight:800}.investor-deals-root .hero h1 .line{display:block;opacity:0;transform:translateY(100%);animation:idSlideUp .8s var(--ease) forwards}.investor-deals-root .hero h1 .line:first-child{animation-delay:.1s}.investor-deals-root .hero h1 .line:nth-child(2){animation-delay:.35s}@keyframes idSlideUp{0%{opacity:0;transform:translateY(100%);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.investor-deals-root .form-wrap{max-width:660px;justify-self:center;padding:20px 40px 40px;opacity:0;transform:translateY(40px) scale(.97);animation:idFormSlideIn .9s var(--ease) .4s forwards}@keyframes idFormSlideIn{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:960px){.investor-deals-root .form-wrap{justify-self:center;max-width:620px;padding:20px 10px}}.investor-deals-root .form-grid .confirmation,.investor-deals-root .form-grid .datetime-row,.investor-deals-root .form-grid .field,.investor-deals-root .form-grid .note,.investor-deals-root .form-grid .submit-btn{opacity:0;animation:idFieldFade .5s var(--ease) forwards}.investor-deals-root .form-grid>:first-child{animation-delay:.7s;position:relative;z-index:8}.investor-deals-root .form-grid>:nth-child(2){animation-delay:.8s;position:relative;z-index:7}.investor-deals-root .form-grid>:nth-child(3){animation-delay:.9s;position:relative;z-index:6}.investor-deals-root .form-grid>:nth-child(4){animation-delay:1s;position:relative;z-index:5}.investor-deals-root .form-grid>:nth-child(5){animation-delay:1.1s;position:relative;z-index:4}.investor-deals-root .form-grid>:nth-child(6){animation-delay:1.15s;position:relative;z-index:3}.investor-deals-root .form-grid>:nth-child(7){animation-delay:1.2s;position:relative;z-index:2}.investor-deals-root .form-grid>:nth-child(8){animation-delay:1.25s;position:relative;z-index:1}@keyframes idFieldFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.investor-deals-root .form-header{text-align:center;margin-bottom:28px}.investor-deals-root .form-header h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1px;font-weight:700;color:#111}.investor-deals-root .form-header p{color:#2f2d2d;font-size:.85rem;margin:0 auto}.investor-deals-root .form-header h2 .accent{font-weight:800;opacity:1}.investor-deals-root .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.investor-deals-root .form-grid .full{grid-column:1/-1}@media (max-width:640px){.investor-deals-root .form-grid{grid-template-columns:1fr}}.investor-deals-root .field{position:relative}.investor-deals-root .field label{display:block;font-size:11px;color:#333;text-align:left;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-weight:600}.investor-deals-root .field label .req{color:#ff5b6a;margin-left:3px;opacity:1}.investor-deals-root .field input,.investor-deals-root .field select{width:100%;padding:13px 16px;background:hsla(0,0%,100%,.55);border:1px solid rgba(0,0,0,.47);border-radius:4px;color:#111;font-size:15px;font-family:inherit;transition:all .3s var(--ease);-webkit-appearance:none;-moz-appearance:none;appearance:none}.investor-deals-root .field input::-moz-placeholder{color:#999}.investor-deals-root .field input::placeholder{color:#999}.investor-deals-root .field input:focus,.investor-deals-root .field select:focus{outline:none;border-color:#333;box-shadow:0 0 0 3px rgba(0,0,0,.06);background:hsla(0,0%,100%,.75)}.investor-deals-root .field.error .iti__tel-input,.investor-deals-root .field.error input,.investor-deals-root .field.error select{border-color:#ff5b6a!important;background:rgba(255,91,106,.06)!important}.investor-deals-root .field .error-msg{display:none;color:#ff5b6a;font-size:11px;letter-spacing:.3px;text-transform:none;margin-top:6px;font-weight:400;text-align:left}.investor-deals-root .field.error .error-msg{display:block}.investor-deals-root .radio-group.error .radio-option label{border-color:#ff5b6a}.investor-deals-root .radio-group+.error-msg{display:none;color:#ff5b6a;font-size:11px;margin-top:8px}.investor-deals-root .radio-group.error+.error-msg{display:block}.investor-deals-root .field select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23333333' d='M6 8L0 0h12z'/></svg>");background-repeat:no-repeat;background-position:right 18px center;padding-right:42px;cursor:pointer}.investor-deals-root .field select option{background:#fff;color:#111}.investor-deals-root .field input[type=date],.investor-deals-root .field input[type=time]{color-scheme:light;min-height:48px}@media (max-width:640px){.investor-deals-root .field input,.investor-deals-root .field select{font-size:16px;min-height:48px}}.investor-deals-root .datetime-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:420px){.investor-deals-root .datetime-row{gap:10px}}.investor-deals-root .icon-field .input-wrap{position:relative;cursor:pointer}.investor-deals-root .icon-field .field-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#555;pointer-events:none;z-index:1}.investor-deals-root .icon-field input{padding-left:46px!important}.investor-deals-root .icon-field input[type=date]::-webkit-calendar-picker-indicator,.investor-deals-root .icon-field input[type=time]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.investor-deals-root .iti,.investor-deals-root .iti__tel-input{width:100%}.investor-deals-root .iti--inline-dropdown .iti__dropdown-content{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:6px;color:#111;box-shadow:0 12px 40px rgba(0,0,0,.25);z-index:200;position:relative}.investor-deals-root .iti__country-list{background:#fff!important;border:none!important;max-height:240px}.investor-deals-root .iti__country{color:#111;padding:10px 12px;background:#fff}.investor-deals-root .iti__country.iti__highlight,.investor-deals-root .iti__country:hover{background:#f0f0f0!important}.investor-deals-root .iti__dial-code{color:#333!important;font-weight:500}.investor-deals-root .iti__selected-dial-code{color:#333!important;font-weight:400;font-size:15px}.investor-deals-root .iti__search-input{background:#f8f8f8!important;color:#111!important;border-bottom:1px solid #e0e0e0!important;padding:12px!important}.investor-deals-root .iti--inline-dropdown .iti__country-list{border:1px solid #e0e0e0}.investor-deals-root .radio-group{display:flex;gap:12px;flex-wrap:wrap}.investor-deals-root .radio-option{flex:1;min-width:140px;position:relative}.investor-deals-root .radio-option input{position:absolute;opacity:0;pointer-events:none}.investor-deals-root .radio-option label{display:flex;align-items:center;gap:12px;padding:10px 18px;background:hsla(0,0%,100%,.5);border:1px solid rgba(0,0,0,.47);border-radius:10px;cursor:pointer;color:#282727;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;transition:all .3s var(--ease);margin-bottom:0;position:relative}.investor-deals-root .radio-option label .radio-icon{width:38px;height:38px;min-width:38px;border-radius:50%;background:hsla(0,0%,100%,.4);border:2px solid rgba(0,0,0,.06);display:grid;place-items:center;transition:all .3s var(--ease)}.investor-deals-root .radio-option label .radio-icon svg{width:18px;height:18px;transition:all .3s var(--ease);color:#999}.investor-deals-root .radio-option label:hover{border-color:#bbb;box-shadow:0 4px 16px rgba(0,0,0,.06)}.investor-deals-root .radio-option label:hover .radio-icon{border-color:#bbb;background:hsla(0,0%,100%,.6)}.investor-deals-root .radio-option label:hover .radio-icon svg{color:#555}.investor-deals-root .radio-option .check-badge{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#111;display:grid;place-items:center;transform:scale(0);transition:transform .3s var(--ease);box-shadow:0 2px 6px rgba(0,0,0,.2)}.investor-deals-root .radio-option .check-badge svg{width:12px;height:12px;color:#fff}.investor-deals-root .radio-option input:checked+label{border-color:#111;background:hsla(0,0%,100%,.7);color:#111;box-shadow:0 4px 20px rgba(0,0,0,.1)}.investor-deals-root .radio-option input:checked+label .radio-icon{background:#111;border-color:#111}.investor-deals-root .radio-option input:checked+label .radio-icon svg{color:#fff}.investor-deals-root .radio-option input:checked+label .check-badge{transform:scale(1)}.investor-deals-root .note{grid-column:1/-1;display:flex;gap:12px;align-items:flex-start;padding:10px 18px;border-radius:4px;background:rgba(0,0,0,.04);border-left:2px solid #333;color:#303030;font-size:13px;line-height:1.55}.investor-deals-root .note svg{flex-shrink:0;margin-top:2px;color:#555}.investor-deals-root .submit-btn{grid-column:1/-1;padding:18px 20px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;position:relative}.investor-deals-root .submit-btn:disabled{opacity:.7;cursor:not-allowed}.investor-deals-root .confirmation{grid-column:1/-1;text-align:center;font-size:12.5px;color:#999;letter-spacing:.3px;margin-top:4px}.investor-deals-root .submit-error{grid-column:1/-1;color:#ff5b6a;font-size:12.5px;text-align:center;margin-top:-6px}