:root{--registration-bg: #f4f7fb;--registration-surface: #ffffff;--registration-surface-muted: #eef3f8;--registration-primary: #263f78;--registration-primary-strong: #182b58;--registration-accent: #f5b544;--registration-text: #1f2937;--registration-text-muted: #64748b;--registration-border: #d9e2ec;--registration-shadow: 0 20px 50px rgb(31 41 55 / 12%);font-family:Verdana,Geneva,sans-serif;color:var(--registration-text);background:var(--registration-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:radial-gradient(circle at 12% 12%,rgb(245 181 68 / 24%),transparent 26rem),radial-gradient(circle at 88% 8%,rgb(38 63 120 / 18%),transparent 30rem),linear-gradient(135deg,#eef4fb,#f8fafc 52%,#edf3f8)}button,input,textarea,select{font:inherit}.registration-page{display:grid;grid-template-columns:minmax(320px,480px) minmax(420px,620px) minmax(320px,480px);gap:clamp(16px,2.5vw,28px);align-items:center;justify-content:center;min-height:100vh;width:100%;overflow-x:hidden;padding:clamp(12px,2.4vw,34px)}.registration-page:after{content:""}.registration-hero{position:relative;min-height:auto;padding:clamp(24px,2.8vw,38px);overflow:hidden;border-radius:24px;color:#fff;background:linear-gradient(145deg,#182b58eb,#263f78d6),linear-gradient(45deg,#182b58,#263f78);box-shadow:0 14px 36px #1f29371f}.registration-hero:before,.registration-hero:after{position:absolute;content:"";border-radius:999px}.registration-hero:before{top:-68px;right:-62px;width:164px;height:164px;background:#f5b544bd}.registration-hero:after{right:34px;bottom:34px;width:76px;height:76px;border:14px solid rgb(255 255 255 / 12%)}.registration-hero__content{position:relative;z-index:1;display:grid;align-content:center;max-width:420px;min-height:100%}.registration-card{display:grid;grid-column:2;gap:18px;width:100%;min-width:0;padding:clamp(20px,2.5vw,30px);border:1px solid rgb(217 226 236 / 80%);border-radius:26px;background:#ffffffeb;box-shadow:var(--registration-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.registration-eyebrow{margin:0 0 10px;color:var(--registration-accent);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.registration-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(26px,2.7vw,38px);line-height:1.14}.registration-hero p{max-width:560px;margin:0;color:#ffffffc7;font-size:clamp(14px,1.25vw,16px);line-height:1.6}.registration-steps{display:flex;align-items:flex-start;justify-content:space-between;gap:0;padding:0;margin:0;list-style:none}.registration-step{position:relative;display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;gap:7px;padding:0 6px;border:0;border-radius:0;color:var(--registration-text-muted);background:transparent;font-size:12px;font-weight:600;text-align:center}.registration-step:not(:last-child):after{position:absolute;top:15px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;content:"";background:var(--registration-border)}.registration-step--active{color:var(--registration-primary-strong)}.registration-step--complete{color:var(--registration-primary)}.registration-step--complete:not(:last-child):after{background:var(--registration-accent)}.registration-step__index{position:relative;z-index:1;display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:#9aa8bd;font-size:13px;box-shadow:0 0 0 6px #ffffffeb}.registration-step--active .registration-step__index{color:#111827;background:var(--registration-accent)}.registration-step--complete .registration-step__index{background:var(--registration-primary)}.registration-card__body{display:grid;gap:14px;min-height:clamp(280px,38vh,340px)}.registration-card__screen{display:grid;gap:16px;align-content:start;min-width:0}.registration-screen-enter-active,.registration-screen-leave-active{transition:opacity .18s ease,transform .18s ease}.registration-screen-enter-from,.registration-screen-leave-to{opacity:0;transform:translateY(8px)}.registration-card__label{margin:0;color:var(--registration-text-muted);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.registration-card__body p{margin:0;color:var(--registration-text-muted);font-size:16px;line-height:1.7}.registration-card__body h2{margin:6px 0 10px;color:var(--registration-primary-strong);font-size:clamp(22px,2.6vw,30px);line-height:1.15}.registration-card__intro{font-weight:600}.registration-flow{display:grid;gap:9px;padding-left:22px;margin:0;color:var(--registration-text);font-size:14px;line-height:1.48}.registration-flow li::marker{color:var(--registration-primary);font-weight:700}.registration-form{display:grid;gap:18px}.registration-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.registration-field{display:grid;gap:8px}.registration-field--full{grid-column:1 / -1}.registration-field--single{max-width:280px}.registration-autocomplete{position:relative}.registration-field__label{color:var(--registration-primary-strong);font-size:13px;font-weight:700}.registration-field__label span{color:#dc2626}.registration-input{width:100%;min-height:40px;padding:0 12px;border:1px solid var(--registration-border);border-radius:12px;color:var(--registration-text);background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.registration-input:focus{border-color:var(--registration-primary);box-shadow:0 0 0 3px #263f781f}.registration-input--code{font-size:22px;font-weight:700;letter-spacing:.18em;text-align:center}.registration-input--invalid{border-color:#dc2626}.registration-suggestions{position:absolute;z-index:10;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:220px;overflow-y:auto;border:1px solid var(--registration-border);border-radius:14px;background:#fff;box-shadow:0 18px 40px #1f293724}.registration-suggestion{display:grid;gap:3px;padding:10px 12px;border:0;border-bottom:1px solid var(--registration-border);color:var(--registration-text);background:transparent;cursor:pointer;text-align:left}.registration-suggestion:last-child{border-bottom:0}.registration-suggestion:hover{background:var(--registration-surface-muted)}.registration-suggestion__name{font-size:13px;font-weight:700}.registration-suggestion__status{width:fit-content;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700}.registration-selected-status{margin-top:2px}.registration-suggestion__status--active{color:#16794a;background:#dcfce7}.registration-suggestion__status--inactive{color:#b42318;background:#fee4e2}.registration-suggestion__meta{color:var(--registration-text-muted);font-size:12px}.registration-error{display:block;min-height:17px;color:#dc2626;font-size:12px;line-height:1.4}.registration-notice{margin:0;color:#dc2626;font-size:13px;line-height:1.45}.registration-notice--neutral{color:var(--registration-primary-strong)}.registration-link-button{justify-self:flex-start;padding:0;border:0;color:var(--registration-primary);background:transparent;font-weight:700;cursor:pointer}.registration-link-button:hover:not(:disabled){text-decoration:underline}.registration-link-button:disabled{color:var(--registration-text-muted);cursor:not-allowed}.registration-consents{display:grid;gap:8px;padding:12px;border:1px solid var(--registration-border);border-radius:14px;background:var(--registration-surface-muted)}.registration-consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;color:var(--registration-text);font-size:13px;line-height:1.55}.registration-consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--registration-primary)}.registration-consent a{color:var(--registration-primary);font-weight:700;text-decoration:none}.registration-consent a:hover{text-decoration:underline}.registration-state{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:flex-start;padding:16px;border:1px solid var(--registration-border);border-radius:18px;background:var(--registration-surface-muted)}.registration-state--compact{align-items:center}.registration-state__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:#fff;background:var(--registration-primary);font-size:20px}.registration-card__actions{display:flex;gap:12px;justify-content:flex-end}.registration-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 20px;border:0;border-radius:999px;color:#111827;background:var(--registration-accent);box-shadow:0 16px 34px #f5b5444d;cursor:pointer;font-weight:700;transition:transform .18s ease,box-shadow .18s ease}.registration-button:hover{transform:translateY(-1px);box-shadow:0 18px 40px #f5b54461}.registration-button:active{transform:translateY(0)}.registration-button:disabled{cursor:wait;opacity:.72;transform:none}.registration-button--secondary{color:var(--registration-primary-strong);background:#fff;box-shadow:inset 0 0 0 1px var(--registration-border)}.registration-button--secondary:hover{box-shadow:inset 0 0 0 1px var(--registration-primary),0 12px 26px #263f781f}@media(max-width:1337px){.registration-page{grid-template-columns:1fr}.registration-page:after{display:none}.registration-hero{min-height:auto}.registration-card{grid-column:auto}}@media(max-width:1024px){.registration-step{gap:6px;padding:0 4px;font-size:11px}.registration-step__index{width:28px;height:28px;font-size:12px;box-shadow:0 0 0 4px #ffffffeb}.registration-form__grid{grid-template-columns:1fr}.registration-field--single{max-width:none}.registration-card__actions{flex-direction:column-reverse;justify-content:stretch}.registration-button{width:100%}}@media(max-width:640px){.registration-page{padding:12px}.registration-hero,.registration-card{padding:18px;border-radius:20px}.registration-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 8px}.registration-step:not(:last-child):after{display:none}.registration-card__body{min-height:300px}.registration-hero h1{font-size:24px}.registration-card__body p{font-size:14px}.registration-input--code{letter-spacing:.08em}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media(prefers-reduced-motion:reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
