@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--brand-primary: #efa471;--brand-primary-dark: #ea5133;--brand-secondary: #3380c9;--brand-secondary-dark: #184b7c;--brand-dark: #111;--brand-xlight: #f7f7fc;--brand-light: #eff0f9;--brand-mid: #dddee8;--white: #fff;--font-primary: "Roboto", sans-serif;--font-secondary: "Inter", sans-serif;--link-color: var(--brand-secondary);--text-color: #111;--text-color-light: #888;--text-color-lighter: #b5babe;--border-color: var(--brand-mid);--border-hover-color: #c8c9d8;--border-focus-color: #adaec3;--text-size: 1.4rem;--text-size-small: 1.4rem;--text-size-xsmall: 1.3rem;--sub-title-size: 1.6rem;--option-text-size: 1.3rem;--h1-size: 2.8rem;--h2-size: 2.4rem;--h3-size: 2rem;--button-back-size: 4.4rem;--margin-default: 3rem}@media(min-width:768px){:root{--text-size: 1.6rem;--text-size-small: 1.5rem;--text-size-xsmall: 1.4rem;--sub-title-size: 2rem;--option-text-size: 1.6rem;--h1-size: 4rem;--h2-size: 3rem;--h3-size: 2.5rem;--button-back-size: 5rem;--margin-default: 5rem}}html{font-size:62.5%;font-family:var(--font-primary)}body{font-size:var(--text-size);color:var(--text-color);background:var(--brand-light)}h1,h2,h3,h4,h5,h6{margin:0 0 1em;font-family:var(--font-secondary);font-weight:800}.layout{display:flex;min-height:100vh}.content{overflow-x:auto;padding:4rem;width:100%;background:var(--white)}.content__column{max-width:60rem}.nav{background:var(--brand-light);width:25rem;padding:2rem;display:flex;flex-direction:column;height:calc(100vh - 4rem);flex-shrink:0}.nav__header{padding:2rem 0}.nav__content{flex-grow:1}.nav__footer{padding:2rem 0}.nav__logo{width:10rem;height:auto;margin:0 0 3rem 2rem}.nav__link{border-radius:.5rem;display:flex;align-items:center;text-decoration:none;gap:1rem;padding:1rem 1.5rem;margin:.5rem 0;color:var(--text-color-light)}.nav__link svg{width:2rem;height:2rem;fill:var(--text-color-light)}.nav__link--active{background:#efa47126;background:var(--brand-mid);color:var(--brand-primary-dark);color:var(--text-color)}.nav__link--active svg{fill:var(--brand-primary-dark)}.nav__link--profile{margin-bottom:.5rem}.nav__link--profile span{display:block;margin:.2rem 0}.nav__link--profile .name{color:var(--text-color)}.nav__link--profile .companyName{font-weight:400;font-size:var(--text-size-xsmall)}.avatar{border-radius:50%}.nav__group{margin-bottom:4rem}.nav__group-header{text-transform:uppercase;font-size:var(--text-size-xsmall);padding-left:1.5rem;color:var(--text-color-lighter);margin:0 0 1rem;display:block}.nav__logout{background:none;border:none;display:flex;width:100%;align-items:center;text-decoration:none;gap:1rem;padding:1rem 1.5rem;color:var(--text-color-light);cursor:pointer}.nav__logout svg{width:2rem;height:2rem}.throbber{position:relative;height:2.4rem;margin:2rem}.throbber:before{content:"";position:absolute;transform:translate(-50%,-50%) rotate(0);transform-origin:50% 50%;left:50%;top:50%;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--text-color);border-bottom-color:transparent;border-left-color:transparent;animation-name:spinCenter;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.throbber--white:before{border-color:#fff;border-bottom-color:transparent;border-left-color:transparent}.throbber--primary:before{border-color:var(--brand-primary);border-bottom-color:transparent;border-left-color:transparent}.throbber--small:before{width:1rem;height:1rem}@keyframes spinCenter{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.island__wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;flex-direction:column}.island__logo{width:14rem;padding-bottom:4rem}.island{width:100%;background:var(--white);max-width:46rem;padding:4rem;border-radius:2rem;margin-bottom:20rem;box-shadow:0 4rem 10rem #0000001a,0 1rem 4rem #0000000f}.button{border:0;font-family:var(--font-secondary);font-size:var(--text-size);padding:1.2rem 4rem;cursor:pointer;border-radius:2.6rem;font-weight:500;background:var(--white);box-shadow:0 .4rem 1.2rem #0000001a,0 .1rem .4rem #0000000f;transition:box-shadow .2s ease;color:var(--text-color)}@media(min-width:768px){.button{padding:1.5rem 5rem;border-radius:3rem}}.button:hover{box-shadow:0 .8rem 2.4rem #00000024,0 .3rem .8rem #00000014}.button:active{box-shadow:0 .2rem .8rem #0000001a,0 .1rem .3rem #0000000f}.button--primary{background:linear-gradient(-120deg,var(--brand-primary-dark) 0%,var(--brand-primary) 100%);color:var(--white)}.button--secondary{background:linear-gradient(-120deg,var(--brand-secondary-dark) 0%,var(--brand-secondary) 100%);color:var(--white)}.button--secondary:hover{box-shadow:0 .8rem 2.4rem #00000024,0 .3rem .8rem #00000014}.button--secondary:active{box-shadow:0 .2rem .8rem #0000001a,0 .1rem .3rem #0000000f}.button--secondary:focus{outline:3px solid var(--brand-secondary-dark)}.button--isLoading span{position:relative}.button--isLoading span:after{content:"";display:block;border:2px solid var(--white);border-bottom-color:transparent;border-left-color:transparent;width:1rem;height:1rem;border-radius:50%;position:absolute;right:-2.5rem;top:0;animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@media(min-width:768px){.button--isLoading span:after{width:1.3rem;height:1.3rem;right:-3rem}}.form__row{padding:0 0 2rem}.form__label{font-weight:700;padding:0 0 .5rem}.form__error{display:flex;gap:.5rem;align-items:center;padding:0 0 .5rem;color:var(--brand-primary-dark);font-size:var(--text-size-xsmall)}.form__text-input{width:100%;padding:1rem 1.5rem;min-height:4.1rem;border:1px solid var(--border-color);border-radius:.5rem;box-sizing:border-box;background-color:var(--brand-xlight);color:var(--text-color)}.form__text-input:hover{border:1px solid var(--border-hover-color)}.form__text-input:focus{outline:none;border:1px solid var(--border-focus-color)}.form__select .select__control{background-color:var(--brand-xlight);border:1px solid var(--border-color);min-height:4.1rem;border-radius:.5rem}.form__select .select__control:hover{border:1px solid var(--border-hover-color)}.form__select .select__control:hover .select__indicator-separator{background:var(--border-hover-color)}.form__select .select__control:hover .select__indicator svg{fill:var(--border-hover-color)}.form__select .select__control--is-focused,.form__select .select__control--is-focused:hover{box-shadow:none;border:1px solid var(--border-focus-color)}.form__select .select__control--is-focused .select__indicator-separator,.form__select .select__control--is-focused:hover .select__indicator-separator{background:var(--border-focus-color)}.form__select .select__control--is-focused .select__indicator svg,.form__select .select__control--is-focused:hover .select__indicator svg{fill:var(--border-focus-color)}.form__select .select__indicator-separator{background:var(--border-color)}.form__select .select__indicator svg{fill:var(--border-color)}.form__select .select__option--is-focused{background-color:var(--brand-xlight)}.form__select .select__option--is-selected{background-color:var(--brand-primary);color:var(--white)}.form__select .select__value-container{padding:2px 13px}.form__select .select__single-value{color:var(--text-color)}
