.custom-image-section{position:relative;width:100%;height:var(--image-height-mobile, 18rem);background-color:var(--gray-900, #111827);background-size:cover;background-position:var(--bg-position, center);background-repeat:no-repeat;overflow:hidden}.image-content{width:100%;height:100%;position:relative}.blur-effect{position:absolute;filter:blur(64px);-webkit-filter:blur(64px);z-index:2}.blur-top{top:0;left:50%;transform:translate(-50%);width:8rem;height:6rem;background-color:#fcd34d4d}.blur-bottom{bottom:33.333333%;right:2.5rem;width:12rem;height:12rem;background-color:#fbbf2433}.custom-logo-container{position:absolute;bottom:var(--spacing-sm, 1rem);left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;width:auto;padding:var(--spacing-sm, 1rem);z-index:10}.custom-logo-image{max-width:100%;height:auto;width:150px;display:block;object-fit:contain}@media(max-width:1023px){.custom-image-section{background-position:var(--bg-position-mobile, var(--bg-position, center))}}@media(min-width:1024px){.custom-logo-container{bottom:var(--spacing-lg, 2rem);left:var(--spacing-lg, 2rem);transform:none}.custom-logo-image{width:200px;height:4rem}}:root{--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-form-top: .9375rem;--image-height-mobile: 18rem;--image-height-desktop: 20rem;--black: #000000;--white: #ffffff;--gray: #cccccc;--light-gray: #f3f4f6;--gray-300: #d1d5db;--gray-400: #9ca3af;--dark-gray: #777777;--gray-600: #4b5563;--gray-700: #374151;--very-dark-gray: #414143;--gray-800: #1f2937;--gray-900: #111827;--almost-black: #1a1a1a;--error-red: #ef4444;--red: var(--error-red);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-base: 1rem;--font-size-sm: .875rem;--font-size-lg: 1.125rem;--font-size-xl: 1.875rem;--font-size-2xl: 2.25rem;--font-size-3xl: 3rem;--transition-base: .15s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;width:100%;min-height:100%}body{width:100%;min-height:100%;margin:0;padding:0;font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.5;color:var(--gray-900);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100%;min-height:100%;margin:0;padding:0}.custom-login-container{width:100vw;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.custom-form-section{flex:none;width:100%;background-color:var(--white);display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl) var(--spacing-md)}.form-container{max-width:28rem;width:100%}.form-header{margin-bottom:var(--spacing-lg)}.form-title{font-size:var(--font-size-xl);line-height:1.25;font-weight:700;color:var(--gray-900);margin-bottom:var(--spacing-sm)}.form-subtitle{color:var(--gray-600);font-size:var(--font-size-base);line-height:1.5rem;margin:0}.desktop-break,.desktop-text{display:none}.mobile-text{display:inline}.login-form{margin-top:var(--spacing-form-top)}.form-fields{display:flex;flex-direction:column}.form-fields>*+*{margin-top:var(--spacing-md)}.form-group{width:100%}.form-label{display:block;color:var(--gray-900);font-size:var(--font-size-base);line-height:1.5rem;font-weight:400;margin-bottom:.75rem}.form-input{width:100%;padding:.75rem var(--spacing-sm);border:2px solid var(--gray-300);border-radius:.5rem;background-color:var(--white);color:var(--gray-700);font-size:var(--font-size-base);line-height:1.5rem;font-family:inherit;transition:border-color var(--transition-base);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input::placeholder{color:var(--gray-400);opacity:1}.form-input:focus{outline:2px solid transparent;outline-offset:2px;border-color:var(--gray-400)}.form-input.input-error{border-color:var(--error-red)}.error-message,.form-error{color:var(--error-red);font-size:var(--font-size-sm);line-height:1.25rem}.error-message{margin-top:.25rem}.form-error{margin-top:.625rem}.form-actions{padding-top:var(--spacing-xs)}.submit-button{display:inline-block;width:100%;padding:.75rem var(--spacing-lg);background-color:var(--black);color:var(--white);font-weight:500;font-size:var(--font-size-base);line-height:1.5rem;text-align:center;text-decoration:none;border:none;border-radius:.375rem;cursor:pointer;transition:background-color var(--transition-base);font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.submit-button:hover{background-color:var(--button-hover-color, var(--gray-800))}.submit-button:active{background-color:var(--button-active-color, var(--gray-700))}.submit-button:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0000001a}input[type=hidden]{display:none}@media(min-width:640px){.form-title{font-size:var(--font-size-2xl);line-height:2.5rem}.desktop-break{display:inline}.mobile-text{display:none}.desktop-text{display:inline}.submit-button{width:auto}}@media(min-width:1024px){html,body,#root{height:100%}.custom-login-container{flex-direction:row;height:100vh}.custom-image-section{width:40%;height:100vh}.custom-form-section{flex:1;width:60%;height:100vh;padding:var(--spacing-xl)}.blur-top{width:12rem;height:8rem}.blur-bottom{width:16rem;height:16rem}.custom-logo-container{bottom:var(--spacing-lg);left:var(--spacing-lg);transform:none}.custom-logo-image{width:200px;height:4rem}.form-title{font-size:var(--font-size-3xl);line-height:1}.form-subtitle,.form-label{font-size:var(--font-size-lg);line-height:1.75rem}.form-input{padding:var(--spacing-sm);font-size:var(--font-size-lg);line-height:1.25rem}.form-actions{padding-top:var(--spacing-sm)}.submit-button{padding:.75rem 2.5rem;font-size:var(--font-size-lg);line-height:1.75rem}.desktop-only{display:flex}.mobile-only{display:none}}@media print{.custom-image-section{display:none}.custom-form-section{padding:var(--spacing-sm)}.submit-button{display:none}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:high){.form-input{border-width:3px}.submit-button:focus{outline:3px solid currentColor;outline-offset:2px}}.fillout-embed-container{width:100vw;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;overflow:auto}.fillout-embed-section{flex:1;width:100%;min-height:0;display:flex;flex-direction:column}.fillout-embed-section>div{flex:0 0 auto;min-height:500px}@media(min-width:1024px){.fillout-embed-container{flex-direction:row;height:100vh;overflow:hidden}.custom-image-section{width:40%;height:100vh}.fillout-embed-section{width:60%;height:100vh;display:flex;align-items:center;justify-content:center;padding:40px;overflow:auto}.fillout-embed-section>div{width:100%;max-width:820px}}:root{--dark-blue: #00004f;--blue: #0065eb;--green: #009068;--tatio-green: #07f698;--light-grey: #f9f9f9;--frosted-sky: #f9fafe;--tatio-pink: #e20c98;--light-gray: var(--light-grey);--turquoise: #1e938a;--red: #ec1637;--very-dark-grey: #414143;--brand-purple: #5b32af;--brand-light-purple: #9933ff;--brand-pink: #e20c98;--brand-orange: #ff5811;--brand-yellow: #ffc100;--orange: #ff5811;--light-orange: #f60;--grey90: #e5e5e5;--gray90: var(--grey90);--platform-blue: #081271;--gray95: #f2f2f2;--gray-light: #0812710d;--lavender: #d0c8f7}@font-face{font-family:Gilroy;src:url(https://shared-assets.tatio.io/fonts/Gilroy-Light.otf);font-weight:300}@font-face{font-family:Gilroy;src:url(https://shared-assets.tatio.io/fonts/Gilroy-Regular.otf);font-weight:400}@font-face{font-family:Gilroy;src:url(https://shared-assets.tatio.io/fonts/Gilroy-Medium.otf);font-weight:500}@font-face{font-family:Gilroy;src:url(https://shared-assets.tatio.io/fonts/Gilroy-SemiBold.otf);font-weight:600}@font-face{font-family:Gilroy;src:url(https://shared-assets.tatio.io/fonts/Gilroy-Bold.otf);font-weight:700}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}:root{--error-red: #D32F2F;--white: #ffffff;--gray: #cccccc;--dark-gray: #777777;--very-dark-gray: #414143;--tatio-green: #07f698;--almost-black: #1a1a1a;--purple-grey: #8080a7;--orange: #ff5811;--blue: #2c38ad;--silver-sage: #c4c4c4;--platform-blue: #081271;--platform-yellow-gradient: linear-gradient( 243.24deg, #ffc300 4.65%, #ffc100 29.9%, #ffb900 44.32%, #ffab00 55.86%, #ff9700 65.24%, #ff7e00 74.61%, #ff7600 76.78% );--platform-yellow-gradient-fallback: #ffc300;--platform-pink: #e40c99;--platform-pink-gradient: linear-gradient( 294.82deg, #e40c99 143.54%, #ce14c2 168.09%, #bb1be8 194.12%, #b31ef7 207.51% );--platform-pink-hover: rgba(248, 9, 119, .25);--platform-pink-focus: rgba(248, 9, 119, .1);--gilroy-font: "Gilroy", sans-serif}:root{--gilroy-font: "Gilroy", sans-serif;font-family:var(--gilroy-font),system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}body{margin:0;height:100%;font-family:var(--primary-font)}html{height:100%}#root,.App{display:flex;min-height:100vh;width:100%}
