.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.slot-selection{color:var(--text-primary);display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}.slot-selection h2{margin:0}.slot-selection__header{display:flex;flex-direction:column;gap:20px}.slot-selection__day-block{display:flex;flex-direction:column;gap:20px;background-color:rgb(from var(--text-primary) r g b / 10%);border-radius:20px;padding:20px}.slot-selection__day-block h3{margin:0}.slot-selection__time-block{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.slot-selection__slot{background-color:var(--text-primary);color:#fff}@media(max-width:768px){.slot-selection{font-size:18px;gap:20px}.slot-selection__header{gap:10px}.slot-selection__time-block{grid-template-columns:repeat(4,1fr)}}@media(max-width:480px){.slot-selection{font-size:16px;gap:10px}.slot-selection__header{gap:5px}.slot-selection__time-block{grid-template-columns:repeat(3,1fr)}}@media(max-width:360px){.slot-selection__time-block{grid-template-columns:repeat(2,1fr)}}@keyframes first{0%,33.3%,to{transform:translateY(0)}66.6%{transform:translateY(4px)}}@keyframes second{0%,to{transform:translateY(4px)}33.3%,66.6%{transform:translateY(0)}}@keyframes third{0%,66.6%,to{transform:translateY(0)}33.3%{transform:translateY(4px)}}.loader{display:flex;justify-content:space-between;width:46px;height:8px}.loader-item{width:8px;height:8px;background-color:var(--primary);border-radius:50%;position:relative;bottom:0}.loader-item:nth-of-type(2n){animation:second 1.05s linear infinite}.loader-item:nth-of-type(odd){animation:third 1.05s linear infinite}.loader-item:first-of-type{animation:first 1.05s linear infinite}.submission-selection{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.submission-selection__header{text-align:center}.submission-selection__list{display:flex;flex-direction:column;gap:20px}.submission-selection__card{display:flex;flex-direction:column;align-items:center;gap:10px;background-color:rgb(from var(--text-primary) r g b / 10%);border-radius:30px;padding:20px;cursor:pointer}.submission-selection__card h3,.submission-selection__company{margin:0}@media(max-width:768px){.submission-selection{font-size:20px}.submission-selection__card{padding:15px;border-radius:20px}.submission-selection__card-address{min-height:60px}}@media(max-width:480px){.submission-selection{font-size:18px}.submission-selection__card{padding:10px;border-radius:15px}.submission-selection__card-address{min-height:50px}}@media(max-width:360px){.submission-selection{font-size:16px}}.form-input{display:flex;justify-content:space-between;gap:10px;position:relative}input::placeholder{color:#bcc4d2}.form-input input:not([type=checkbox]){width:100%;background-color:#fff;border:none;border-radius:2px}.form-input input[type=checkbox]{margin-top:25px}.form-input textarea{width:100%;height:3lh;resize:none;border:none;background-color:#fff;border-radius:2px}.form-field{display:flex;align-items:stretch;gap:8px;width:100%}.form-field__input-wrapper{display:flex;position:relative;width:50%}.form-field__input-wrapper select{margin-left:auto;border:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:2px}.form-field__label{font-weight:500;color:var(--text-secondary)}.form-field__error-text{color:var(--error);font-size:12px;position:absolute;bottom:-16px;right:0}.form-field>input,.form-field>textarea{border-radius:8px;color:var(--text-primary);border:1px solid var(--border);padding:12px 16px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--text-primary);box-shadow:0 0 0 1px rgb(from var(--text-primary) r g b / 20%);transition:border-color .2s ease,box-shadow .2s ease}@media(max-width:480px){.form-field__error-text{font-size:10px;bottom:-13px}.form-input>input,.form-input>textarea{font-size:16px}}.register-wrap{display:flex;flex-direction:column;width:100%;gap:20px}.register-header{display:flex;flex-direction:column;align-items:center;text-align:center}.register-form{display:flex;flex-direction:column;align-items:stretch;gap:20px;background-color:rgb(from var(--text-primary) r g b / 10%);border-radius:25px;padding:25px;font-size:20px}.register-form input,.register-form textarea{font-size:16px}.register-form button:disabled{cursor:none;pointer-events:none}.register-form__button-link{border:none;background:none;padding:0;text-decoration:underline}.register-form__button-back{width:50%;align-self:center}.register-form__button-link:hover,.register-form__button-link:focus-visible{color:var(--text-primary);outline:none}@media(max-width:768px){.register-header{font-size:20px}.register-form{font-size:14px;padding:16px}.register-form__button-back{width:280px;font-size:20px}}@media(max-width:480px){.register-header{font-size:18px}.register-wrap{gap:10px}.register-form{font-size:12px;border-radius:15px;padding:10px;gap:15px}.register-form__button-back{width:200px;font-size:14px}}@media(max-width:360px){.register-header{font-size:14px}.register-form{font-size:10px;border-radius:10px}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0);clip-path:inset(100%)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-container{background:#fff;border-radius:.5rem;max-width:35rem;width:80%;max-height:90vh;display:flex;flex-direction:column;font-size:20px;box-shadow:0 20px 25px -5px #0000001a}.modal-header{padding:1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;text-align:center}.modal-header h3{margin:0}.modal-close{background:transparent;border:none;cursor:pointer;align-self:start;padding:0;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .2s ease}.modal-close:hover{color:#4b5563}.modal-close:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.modal-close-icon{width:1.25rem;height:1.25rem;stroke:currentColor;display:block}.modal-body{padding:1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch;gap:.75rem}.modal-body p{margin:0}.modal-footer{padding:1rem;border-top:1px solid #e5e7eb;flex-shrink:0;display:flex;justify-content:flex-end}.modal-button{background:#2563eb;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer}.modal-button:hover{background:#1d4ed8}@media(max-width:768px){.modal-container{font-size:18px}}@media(max-width:480px){.modal-container{font-size:16px}}@media(max-width:360px){.modal-body{gap:.3rem}}._header_l4vyj_1{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:rgb(from var(--text-primary) r g b / 10%);color:var(--text-primary);position:relative;z-index:100}._logo_l4vyj_25{max-width:180px}._slogan_l4vyj_33{max-width:260px;font-weight:600;font-size:20px;line-height:18px}._burgerBtn_l4vyj_47{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:rgb(from var(--text-primary) r g b / 10%);border:none;cursor:pointer;padding:4px;z-index:101}._burgerBtn_l4vyj_47 span{display:block;height:3px;background-color:var(--text-primary);flex-shrink:0;border-radius:5px;transition:all .3s ease}._burgerActive_l4vyj_101 span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}._burgerActive_l4vyj_101 span:nth-child(2){opacity:0}._burgerActive_l4vyj_101 span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}._navList_l4vyj_125{display:flex;list-style:none;gap:.5rem;font-size:20px;margin:0;padding:0}._navList_l4vyj_125 a{display:flex;color:var(--text-primary);text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:background-color .3s}._navList_l4vyj_125 ._active_l4vyj_163{background-color:var(--text-primary);color:var(--background)}@media(max-width:768px){._header_l4vyj_1{padding:.4rem .6rem;font-size:20px;line-height:18px}._logo_l4vyj_25{max-width:120px}._navList_l4vyj_125{gap:.3rem;flex-direction:column;list-style:none;align-items:center;padding:0}._burgerBtn_l4vyj_47{display:flex}._nav_l4vyj_125{position:fixed;top:0;right:-100%;width:250px;height:30vh;background-color:#bfc0e0;border-radius:15px;box-shadow:-2px 0 5px #0000001a;padding:60px 20px 20px;transition:right .3s ease-in-out;z-index:100}._navOpen_l4vyj_263{right:0}._overlay_l4vyj_275{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;z-index:99}}@media(max-width:480px){._header_l4vyj_1{padding:.4rem .6rem;font-size:10px;line-height:8px}._logo_l4vyj_25{max-width:80px}._navList_l4vyj_125{gap:.6rem}._slogan_l4vyj_33{display:none}._nav_l4vyj_125{width:200px;border-radius:10px;padding:60px 20px 20px}._navOpen_l4vyj_263{right:0}}@media(max-width:360px){._header_l4vyj_1{padding:.2rem .4rem;font-size:8px;line-height:6px}._logo_l4vyj_25{max-width:60px}._navList_l4vyj_125{gap:.8rem}}._footer_5a7bt_1{margin-top:auto;padding:1rem 3rem;background-color:#2c3e50;color:#fff;display:flex;justify-content:space-between;align-items:center}._footer_5a7bt_1 nav{display:flex;flex-direction:column;gap:.25rem;font-size:16px;line-height:25px}._footer_5a7bt_1 a{color:var(--background);text-decoration:none}._footer_5a7bt_1 a:hover{text-decoration:underline}._footer__claster_5a7bt_55{display:flex;flex-direction:column;align-items:center;gap:10px}._footer__clasterText_5a7bt_69{font-size:14px}._footer__clasterLink_5a7bt_77 img{width:140px;filter:brightness(1.9)}@media(max-width:768px){._footer_5a7bt_1{padding:.8rem 1.5rem}._footer_5a7bt_1 nav{font-size:12px;line-height:14px}._footer__clasterText_5a7bt_69{font-size:10px}._footer__clasterLink_5a7bt_77 img{width:60px}}@media(max-width:480px){._footer_5a7bt_1{padding:.8rem 1rem}._footer_5a7bt_1 nav{font-size:10px;line-height:12px}._footer__clasterText_5a7bt_69{font-size:8px}._footer__clasterLink_5a7bt_77 img{width:80px}}@media(max-width:360px){._footer_5a7bt_1{padding:.5rem .8rem}._footer_5a7bt_1 nav{font-size:8px;line-height:10px}._footer__clasterText_5a7bt_69{font-size:6px}._footer__clasterLink_5a7bt_77 img{width:60px}}._wrapper_ijckz_1{min-height:100vh;display:flex;flex-direction:column}._content_ijckz_13{flex:1;padding:3rem;max-width:768px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._content_ijckz_13{padding:2rem}}@media(max-width:480px){._content_ijckz_13{padding:.7rem}}@media(max-width:360px){._content_ijckz_13{padding:.5rem}}.docx-viewer-container{width:100%;overflow-x:auto}.docx-viewer-container .responsive-docx{width:100%;max-width:100%}.docx-viewer-container .responsive-docx section{width:100%!important;max-width:100%!important;min-width:auto!important;margin:20px auto!important;box-shadow:0 10px 15px -3px #0000001a;background:#fff;padding:20px;box-sizing:border-box}.docx-viewer-container .responsive-docx table{width:100%!important;max-width:100%!important;display:block;overflow-x:auto;white-space:nowrap}.docx-viewer-container .responsive-docx img{max-width:100%!important;height:auto!important}@media(max-width:768px){.docx-viewer-container .responsive-docx section{padding:10px;margin:10px 0!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--primary: #2749d2;--primary-hover: #008f26;--secondary: #737373;--secondary-hover: #333;--text-primary: #273F9C;--text-secondary: #747474;--border: #e6e6e6;--border-accent: #008f2680;--background: #fff;--error: #ff7070}a{font-weight:500;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;display:flex;flex-direction:column;place-items:center;align-items:center;min-width:320px;min-height:100vh;font-size:24px}html,#root{margin:0;padding:0;width:100%;min-height:100vh;display:flex;flex-direction:column}*,*:before,*:after{box-sizing:border-box}main{display:flex;flex-grow:1}img{display:block;height:auto;max-width:100%;object-fit:cover}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
