@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700";body{font-family:"Inter",sans-serif;font-size:2rem;line-height:1.7;color:#1d1d1d}.txt-xxxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}@media screen and (max-width: 18.75em){.txt-xxxl{word-wrap:break-word}}.txt-xxl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.3}@media screen and (max-width: 18.75em){.txt-xxl{word-wrap:break-word}}.txt-xl{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}@media screen and (max-width: 18.75em){.txt-xl{word-wrap:break-word}}.txt-l{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.txt-m{font-size:clamp(2rem,2.4vw + 1rem,2.4rem);line-height:1.7}.txt-body{font-size:2rem;line-height:1.7}.txt-small{font-size:1.6rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}body{box-sizing:border-box;background-color:#fff;min-height:100vh;height:100%;overflow-x:hidden}::selection{background-color:#9bbf9b;color:#fff}a{text-decoration:none}a,button{display:inline-block;cursor:pointer}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0}textarea{resize:vertical}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.block{display:block}.container{max-width:144rem;margin:0 auto}.primary{color:#9bbf9b}.shadow{box-shadow:0 12px 16px -4px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-nav{box-shadow:0 12px 16px -4px rgba(155,191,155,.03),0 4px 6px -2px rgba(155,191,155,.03)}.preloader{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;background-color:#1d1d1d;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .5s ease-out}.preloader.hidden{opacity:0;pointer-events:none}.preloader__img{display:block;width:100%;max-width:30rem}.rotate{animation:rotate 2s infinite}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.btn{padding:1.6rem 2.4rem;font-family:inherit;border-radius:4px;text-align:center;cursor:pointer}@media screen and (max-width: 28.125em){.btn{width:100%}}.btn--neutral{background-color:hsl(120,21.9512195122%,77.8431372549%)}.btn--primary{background-color:#9bbf9b;font-weight:700;color:#fff;transition:background-color .3s}.btn--primary:hover,.btn--primary:focus{background-color:hsl(120,21.9512195122%,57.8431372549%)}.btn--ghost{padding:1.4rem 2.4rem;background-color:rgba(0,0,0,0);border:3px solid #9bbf9b;color:#9bbf9b;font-weight:700;transition:background-color .3s}.btn--ghost:hover{background-color:hsl(120,21.9512195122%,57.8431372549%);color:#fff}.btn--danger{padding:1.7rem 2rem;background-color:#fff;border:3px solid #f32020;color:#f32020;font-weight:700;transition:background-color .3s}.btn--danger:hover{background-color:#f32020;color:#fff}.btn--small{padding:1rem 2rem}.btn--full{width:100%}.btn:disabled{opacity:.3;pointer-events:none}.input{display:block}.input:not(:last-child){margin-bottom:2.8rem}.input__group{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:1.6rem;background-color:#fff;border:1px solid #b3bbc4;outline:1px solid rgba(0,0,0,0);border-radius:4px;font-size:inherit;font-family:inherit;transition:border-color .3s,outline-color .3s}.input__control--textarea{height:16rem}.input__control--notes{height:12rem;resize:vertical}.input__control--editor .quill{height:30rem;font-family:"Inter"}.input__control--editor .quill--error+.input__error-message{opacity:1}.input__control--editor .ql-toolbar{border-radius:6px;background-color:#fff}.input__control--editor .ql-container.ql-snow{border-top:unset;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#fff}.input__control--error{border-color:red}.input__control--error+.input__error-message{display:block;opacity:1}.input__control:focus{outline-color:#9bbf9b;border-color:#9bbf9b}.input__error-message{display:none;margin-top:4px;text-align:right;color:#f32020;opacity:0;transition:opacity .3s}.input__radio-group{display:flex;justify-content:flex-start;align-items:center;gap:1.2rem;flex-wrap:wrap}.checkbox,.radio{position:relative}.checkbox__control,.radio__control{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.checkbox__control:checked+.checkbox__title,.radio__control:checked+.checkbox__title{background-color:#9bbf9b;color:#fff}.checkbox__title,.radio__title{padding:1rem 1.6rem;background-color:#dbdbdb;border-radius:6px}.radio{position:relative}.radio input[type=radio]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.radio input[type=radio]:hover+label{background-color:#e8f4e8;border-color:#e8f4e8}.radio input[type=radio]:hover+label::before{border-color:#9bbf9b}.radio input[type=radio]:checked+label{background-color:#9bbf9b;color:#fff}.radio input[type=radio]:checked+label::before{background-color:hsl(120,21.9512195122%,57.8431372549%);border-color:hsl(120,21.9512195122%,57.8431372549%)}.radio label{display:flex;justify-content:flex-start;align-items:center;gap:1rem;padding:1.2rem 2rem;background-color:hsl(0,0%,94.8823529412%);border-radius:6px;font-family:inherit;font-size:inherit;transition:background-color .3s,border-color .3s,color .3s}.radio label::before{content:"";display:inline-block;height:2.4rem;width:2.4rem;border:2px solid #cacaca;border-radius:100px}.link{text-decoration:underline;background-color:rgba(0,0,0,0);color:#9bbf9b}.link:hover{color:hsl(120,21.9512195122%,57.8431372549%)}.link--disabled{opacity:.3;pointer-events:none}.toast{position:fixed;bottom:0;left:0;right:0;z-index:10;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.nav{position:fixed;top:1rem;left:0;z-index:3;width:100%;height:8rem;padding:0 2.4rem}.nav--active .nav__background{opacity:1;pointer-events:auto}.nav--active .nav__list{opacity:1;pointer-events:all}.nav--active .hamburger__btn{background-color:hsl(120,21.9512195122%,57.8431372549%)}.nav--active .hamburger__line{background-color:rgba(0,0,0,0)}.nav--active .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--active .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav__background{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:hsla(120,21.9512195122%,57.8431372549%,.97);opacity:0;pointer-events:none;transition:opacity .3s}.nav__container{height:100%}.nav__wrapper{display:flex;justify-content:space-between;align-items:stretch;background-color:#fff;padding:0 2.4rem;height:100%;border-radius:12px;box-shadow:0 0 10px rgba(29,29,29,.1)}@media screen and (max-width: 41.25em){.nav__wrapper{align-items:center}}.nav__logo-link{position:relative;z-index:4;display:flex;justify-content:center;align-items:center;color:#9bbf9b}.nav__logo-link:hover{color:hsl(120,21.9512195122%,57.8431372549%)}.nav__logo{height:4rem}@media screen and (max-width: 26.25em){.nav__logo{max-width:100%;height:auto;margin-right:2rem}}.nav__list{display:flex;justify-content:flex-start;align-items:center;height:100%}@media screen and (max-width: 41.25em){.nav__list{position:fixed;top:0;right:0;flex-direction:column;gap:4rem;width:100%;height:100%;padding:20rem 2.4rem 6rem;opacity:0;pointer-events:none;transition:opacity .3s}}.nav__list-item{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;height:100%}.nav__list-item:not(:last-child){margin-right:3rem}@media screen and (max-width: 41.25em){.nav__list-item:not(:last-child){margin-right:unset}}@media screen and (max-width: 41.25em){.nav__list-item{height:auto}}.nav__list-item--active{font-weight:700}.nav__list-item--active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:#9bbf9b;border-radius:12px}.nav__link{color:#1d1d1d;transition:color .3s}@media screen and (max-width: 41.25em){.nav__link{font-size:2.4rem;color:#fff}}.nav__link:hover{color:#9bbf9b}.nav__btn{padding:.7rem 2rem;background-color:#9bbf9b;border-radius:7px;color:#fff;transition:background-color .3s}@media screen and (max-width: 41.25em){.nav__btn{font-size:2.4rem;padding:1.2rem 3.6rem}}.nav__btn:hover{background-color:hsl(120,21.9512195122%,57.8431372549%)}.hamburger{display:flex;justify-content:flex-start;align-items:center;gap:1rem;display:none;font-weight:700}@media screen and (max-width: 41.25em){.hamburger{display:flex}}@media screen and (max-width: 26.25em){.hamburger__text{display:none}}.hamburger__btn{display:flex;justify-content:center;align-items:center;height:6rem;width:6rem;padding:1rem;background-color:#9bbf9b;border-radius:6px}.hamburger__line{position:relative;z-index:1;height:4px;width:100%;background-color:#fff}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transition:transform .3s}.hamburger__line::before{transform:translateY(-1.2rem)}.hamburger__line::after{transform:translateY(1.2rem)}.header{padding:12rem 2.4rem 4rem;background-color:#9bbf9b;color:#fff}.breadcrum{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.breadcrum__link{color:#9bbf9b;text-decoration:underline}.appointment{padding:6rem 2.4rem}.footer{padding:2rem 2.4rem;border-top:2px solid #dbdbdb;color:#718093;text-align:center}.footer--login{padding:2rem 0}.popup{position:fixed;top:0;right:0;z-index:4;width:100vw;height:100vh;opacity:0;pointer-events:none;transition:opacity .3s}.popup--visible{opacity:1;pointer-events:all}.popup__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(29,29,29,.9)}.popup__container{position:absolute;top:0;right:0;background-color:#fff;height:100vh;width:100%;max-width:70rem;height:100vh;padding:3.2rem 4rem;overflow-y:auto}.popup__close-wrapper{display:flex;justify-content:flex-end;align-items:center}.popup__close-btn{padding:1rem 1.4rem;background-color:#9bbf9b;border-radius:8px;cursor:pointer;color:#fff}.popup__close-btn:hover{background-color:hsl(120,21.9512195122%,57.8431372549%)}.popup__header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #cacaca}.popup__btn-wrapper{display:flex;justify-content:flex-end;align-items:flex-end}.popup__btn-wrapper--dual{align-items:stretch;gap:1rem;flex-wrap:wrap}.popup__btn-wrapper--popup{margin-top:2rem;padding-top:2rem;border-top:2px solid #1d1d1d}.popup__title{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #cacaca}.popup__note{padding:2rem;background-color:#e8f4e8;border-radius:4px}.popup__note:not(:last-child){margin-bottom:2.4rem}.popup__note-date{padding:1rem;background-color:rgb(218.2,237.4,218.2);margin-bottom:4px;border-radius:4px;font-size:1.8rem;font-weight:700}.popup__next-text{margin-top:2rem;padding-top:2rem;border-top:2px solid #1d1d1d}.popup__blocked-wrapper{display:none;margin-top:2rem;padding-top:2rem;border-top:2px solid #1d1d1d}.popup__blocked-wrapper--visible{display:block}.popup__blocked-list{list-style-type:disc;margin-left:2rem}.form{position:relative;z-index:1;padding:6rem 2.4rem;background-color:#e8f4e8}.form::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:20rem;background-color:hsl(120,21.9512195122%,87.8431372549%)}.form__wrapper{display:grid;grid-template-columns:30rem 1fr;grid-gap:2rem;width:100%;max-width:110rem;border-radius:15px}@media screen and (max-width: 51.25em){.form__wrapper{grid-template-columns:1fr}}.form__form{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2.4rem;background-color:#fff;padding:5rem 5rem 3.2rem;border-radius:6px}.form__form--no-grid{grid-template-columns:1fr}@media screen and (max-width: 34.6875em){.form__form{grid-template-columns:1fr;padding:3.4rem}}.form__full-width{grid-column:1/-1}.form__header{color:#9bbf9b}.form__btn-wrapper{margin-top:2rem;padding-top:2.4rem;border-top:2px solid #9bbf9b;text-align:right}.form__btn-wrapper--dual{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem}@media screen and (max-width: 35em){.form__btn-wrapper--dual{grid-template-columns:1fr}}.form__thumbnail-wrapper{margin-top:2rem}.dashboard{position:relative;padding:12rem 2.4rem 0;overflow:hidden}.dashboard__stats{margin-bottom:4rem}.dashboard__stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:8px;max-width:90rem}.dashboard__stat{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:1.2rem 2.4rem;border-radius:4px;background-color:#e8f4e8}.dashboard__number{line-height:1}.dashboard__header{margin-bottom:3.6rem;padding-bottom:2.4rem;border-bottom:2px solid #9bbf9b}.dashboard__icon{position:absolute;bottom:0;left:0;z-index:-1;width:100%;transform:scale(1.5);transform-origin:top right;opacity:.1}@media screen and (max-width: 41.25em){.dashboard__icon{transform:scale(2)}}.dashboard__cards{display:grid;grid-template-columns:1fr;grid-gap:2.4rem;margin-bottom:2rem}.dashboard__cards--double{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 78.125em){.dashboard__cards--double{grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem}}@media screen and (max-width: 67.5em){.dashboard__cards{grid-template-columns:1fr}}.dashboard__card-wrapper{padding:3.2rem;background-color:#fff;border-radius:8px;box-shadow:0 0 30px rgba(29,29,29,.1)}.dashboard__card-text{max-width:46rem}.dashboard__card-btn-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid #b3bbc4}@media screen and (max-width: 29.375em){.dashboard__card-btn-wrapper{flex-direction:column;align-items:stretch}}.stack{display:grid;grid-template-columns:1fr 2fr;grid-gap:3.2rem;padding:3.2rem;margin-bottom:3.2rem;background-color:#fff;border-radius:12px;box-shadow:0 0 30px rgba(29,29,29,.1)}@media screen and (max-width: 64em){.stack{grid-template-columns:1fr;grid-gap:1.2rem}}.stack__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 38.75em){.stack__cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 30em){.stack__cards{grid-template-columns:1fr}}.stack__card{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:3.2rem;padding:2rem;border-radius:12px;background-color:#e8f4e8}.stack__btn{width:100%;margin-top:auto}.blog{padding:16rem 2.4rem 2rem}.blog__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem}@media screen and (max-width: 50em){.blog__grid{grid-template-columns:1fr}}.blog__title{line-height:1}.blog__last{margin-top:3.6rem;padding:2rem;background-color:#f7f7f7;border-radius:4px}.blog__form{padding:6rem 5.6rem;background-color:#f7f7f7;border-radius:8px}.blog__preview{width:100%;max-width:30rem;height:18rem;border:2px solid #dbdbdb;border-radius:8px;object-fit:cover}.blog__seo-wrapper{padding:3rem;margin-top:3rem;border-radius:8px;background-color:#fff}.blog__btn-wrapper{margin-top:4rem;padding-top:2.4rem;border-top:1px solid #b3bbc4;text-align:right}.blog__btns-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;margin-top:4rem;padding-top:2.4rem;border-top:1px solid #b3bbc4}.blogs__header{padding:0 5vw;margin:12rem 0 4.8rem}.blogs__title{line-height:1;padding-bottom:2rem;border-bottom:2px solid #dbdbdb}.blogs__cards-container{padding:6rem 2.4rem 3rem}.blogs__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 68.75em){.blogs__cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 40em){.blogs__cards{grid-template-columns:1fr}}.blogs__card{border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.1);overflow:hidden}.blogs__card-img{display:block;width:100%;height:30rem;object-fit:cover}.blogs__card-contents{padding:2rem 2.8rem}.blogs__card-btn-wrapper{margin-top:3.6rem;padding-top:2rem;border-top:2px solid #dbdbdb;text-align:right}.ql-editor{max-height:40rem !important}.ql-snow{font-size:1.6rem !important}.ql-snow p:not(:last-child){margin-bottom:1.6rem}.ql-snow img{display:block;margin:2rem 0 !important}.ql-snow ul{margin:1rem 0 !important}.login{position:relative;min-height:100vh;height:100%;margin-right:5vw;overflow:hidden}@media screen and (max-width: 68.75em){.login{margin-right:unset}}.login__grid{display:grid;grid-template-columns:repeat(2, 1fr);height:100%;min-height:100vh;padding-right:calc((100% - 144rem)/2);overflow:hidden}@media screen and (max-width: 68.75em){.login__grid{grid-template-columns:1fr;justify-items:center;align-items:center;padding:0 5vw}}@media screen and (max-width: 28.125em){.login__grid{padding:0;justify-items:stretch;align-items:end}}.login__bg-wrapper{position:relative;height:100%;background-color:#9bbf9b;overflow:hidden}@media screen and (max-width: 68.75em){.login__bg-wrapper{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:70%;border-radius:15px}}@media screen and (max-width: 60.625em){.login__bg-wrapper{height:100%;border-radius:0}}.login__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3}.login__form-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:12rem 0 2rem 6rem}@media screen and (max-width: 68.75em){.login__form-wrapper{padding:6rem 6rem 2rem;background-color:#fff;box-shadow:0 -10px 30px 6px rgba(29,29,29,.1);border-radius:8px}}@media screen and (max-width: 28.125em){.login__form-wrapper{padding:6rem 4rem 2rem}}.login__form{margin-top:auto;margin-bottom:auto;max-width:60rem}.login__header{margin-bottom:3.6rem}.login__logo{margin-bottom:.8rem;max-width:30rem}.login__btn-wrapper{margin-bottom:8rem;text-align:right}@media screen and (max-width: 68.75em){.login__btn-wrapper{margin-bottom:4rem}}.login__footer{max-width:60rem}@media screen and (max-width: 68.75em){.login__footer{text-align:center}}.box{background-color:red;margin-bottom:3rem;height:6rem}.box__container{background-color:#8b4513;height:4rem;width:100%;margin-left:calc((100% - 144rem)/2)}.new{padding:6rem 2.4rem 6rem;background-color:rgb(245.8,250.6,245.8)}.new__single{box-shadow:0 4px 2px rgba(29,29,29,.13)}.new__single:not(:last-child){margin-bottom:3.2rem}@media screen and (max-width: 50em){.new__single:not(:last-child){margin-bottom:6rem}}.new__single-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:4px}@media screen and (max-width: 42.5em){.new__single-grid{grid-template-columns:1fr}}.new__info{padding:2.4rem;background-color:#e8f4e8;border-left:6px solid #9bbf9b}.new__content{padding:2.4rem;background-color:#e8f4e8}.new__contact-wrapper{margin-top:1.6rem;padding-top:1.6rem;border-top:2px solid #9bbf9b}.new__link{padding:1.2rem 2rem;background-color:#9bbf9b;border-radius:8px;color:#fff}@media screen and (max-width: 33.125em){.new__link{width:100%}}.new__link:hover{background-color:hsl(120,21.9512195122%,57.8431372549%)}.new__controls{display:flex;justify-content:flex-end;align-items:center;margin-top:4px;padding:1.2rem 2.4rem;background-color:#e8f4e8}.new__select-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;max-width:70rem;width:100%}@media screen and (max-width: 27.5em){.new__select-wrapper{flex-direction:column}}.new__select-wrapper select{width:100%}.new__input-wrapper{display:flex;justify-content:flex-end;align-items:stretch;gap:1.2rem;max-width:70rem;width:100%}@media screen and (max-width: 27.5em){.new__input-wrapper{flex-direction:column}}.new__date-wrapper{display:flex;justify-content:flex-start;align-items:center;padding:2.4rem;background-color:rgb(204.4,230.8,204.4);margin-bottom:4px}.new__updates{display:grid;grid-template-columns:repeat(2, 1fr) max-content;grid-gap:2.4rem;align-items:end;grid-column:1/-1;padding:2.4rem;background-color:#e8f4e8}@media screen and (max-width: 50em){.new__updates{grid-template-columns:1fr}}.search{padding:2.4rem;background-color:#e8f4e8;margin-bottom:3.2rem}.search__title{margin-bottom:1.2rem}.search__grid{display:grid;grid-template-columns:1fr max-content max-content;grid-gap:1.2rem;align-items:end}@media screen and (max-width: 31.25em){.search__grid{grid-template-columns:1fr}}.search__grid .input:not(:last-child){margin-bottom:0}.search__btns-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1.2rem}@media screen and (max-width: 31.25em){.search__btns-wrapper{justify-content:flex-end}}.appointments{display:grid;grid-template-columns:16rem 1fr;grid-gap:2rem}.appointments:not(:last-child){margin-bottom:4rem}.appointments__date-wrapper{text-align:right}.appointments__details{padding:3.2rem;background-color:#e8f4e8;border-radius:8px}.appointments__grid{display:grid;grid-template-columns:20rem 1fr;grid-gap:2rem}.appointments__program-wrapper{margin-top:2rem;padding-top:2rem;border-top:2px solid #1d1d1d}.appointments__btns-wrapper{display:flex;justify-content:flex-end;align-items:stretch;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.appointment-nav{padding:1.2rem;background-color:#e8f4e8}.appointment-nav__grid{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 29.375em){.appointment-nav__grid{flex-direction:column;align-items:stretch}}.appointment-nav__links{display:flex;justify-content:flex-start;align-items:center;gap:2rem}@media screen and (max-width: 18.75em){.appointment-nav__links{flex-direction:column;align-items:stretch}}.appointment__user{padding:3.2rem;border-radius:4px;background-color:rgb(245.8,250.6,245.8)}.appointment__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:2.4rem}.appointment__concerns{margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.appointment__btn-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.user-header{position:relative;z-index:2;padding:12rem 2.4rem 0;background-color:rgb(238.9,247.3,238.9);border-bottom:3px solid #9bbf9b;color:#1d1d1d}.user-header--expired{background-color:#ff6b6b;border-bottom:3px solid hsl(0,89.7872340426%,43.9215686275%);color:#fff}.user-header--expired .user-header__stat{background-color:#f32020;border-left:4px solid hsl(0,89.7872340426%,43.9215686275%);color:#fff}.user-header--expired+.user{background-color:#ff6b6b}.user-header--expired+.user .user__concerns,.user-header--expired+.user .user__actions,.user-header--expired+.user .user__files{background-color:#fff}.user-header__name-wrapper{margin-bottom:2rem}.user-header__stats{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1.2rem;max-width:112rem}@media screen and (max-width: 45em){.user-header__stats{grid-template-columns:repeat(2, 1fr);grid-gap:1rem}}@media screen and (max-width: 25em){.user-header__stats{grid-template-columns:1fr}}.user-header__stat{padding:1.2rem;border-left:4px solid #9bbf9b;background-color:rgb(190.6,224.2,190.6)}.user{padding:4rem 2.4rem;background-color:#e8f4e8}.user__grid{display:grid;grid-template-columns:1fr;grid-gap:2.4rem;margin-bottom:2.4rem}.user__concerns{padding:3.2rem;background-color:rgb(211.3,234.1,211.3)}.user__actions{padding:3.2rem;background-color:rgb(211.3,234.1,211.3)}.user__actions-wrapper{display:flex;justify-content:flex-start;align-items:stretch;gap:1.2rem;flex-wrap:wrap}.user__files{padding:3.2rem;background-color:rgb(211.3,234.1,211.3);margin-bottom:1.2rem}.user__files-wrapper{display:flex;flex-direction:column;gap:1.2rem;max-width:60rem}.user__files-list-wrapper{margin-top:3.2rem;padding-top:3.2rem;border-top:2px solid #1d1d1d}.user__files-list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;margin-top:2rem}@media screen and (max-width: 61.25em){.user__files-list{grid-template-columns:1fr}}.user__files-list-item{display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem;padding:3.2rem;border-radius:12px;background-color:#e8f4e8}.user__files-list-btn-wrapper{margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.user__info{display:grid;grid-template-columns:max-content 1fr;grid-gap:3.2rem;padding:3.2rem;background-color:rgb(211.3,234.1,211.3);margin-bottom:1.2rem}@media screen and (max-width: 46.25em){.user__info{grid-template-columns:1fr}}.user__info-wrapper{display:flex;flex-direction:column;gap:1.2rem;max-width:60rem}.user__info-btn-wrapper{display:flex;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.checkins{margin-top:2rem;padding-top:2rem;border-top:2px solid #1d1d1d}.checkins__checkin{margin-bottom:1.6rem;padding:1.2rem;background-color:rgb(221.65,239.05,221.65);border-left:4px solid #9bbf9b}.checkins__date{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #838383}.checkins__actions{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #9bbf9b}.checkins__edit{display:none}.checkins__checkin.is-editing .checkins__edit{display:block}.checkins__checkin.is-editing .checkins__notes-view{display:none}.checkins__checkin.is-editing .checkins__actions{display:none}.assessment{padding:6rem 2.4rem}.assessment__form{max-width:110rem}.assessment__section:not(:last-child){margin-bottom:4rem;padding-bottom:4.8rem;border-bottom:2px solid #cacaca}.assessment__section-header{margin-bottom:2.4rem;padding-bottom:1.6rem;border-bottom:4px solid #9bbf9b}.assessment__question:not(:last-child){margin-bottom:3.2rem}.assessment__error{outline:2px solid red;border-radius:12px}.assessment__notes-wrapper{flex:1;width:100%;margin-top:1.2rem;margin-bottom:1.2rem}.assessment__btn-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-top:4rem}/*# sourceMappingURL=main.min.css.map */