html,body{max-width:100vw;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fcfdff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}li,button,a,input,select,textarea,div,span{-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:#0000;outline:none}.app-container{justify-content:none;align-items:none;gap:none;flex-direction:column;width:100%;min-height:100vh;display:flex}.help-sidebar{width:25%}@media only screen and (max-width:1024px){.help-sidebar{width:100%}}.help-sidebar__box{background:#fff;border-radius:15px;width:100%;padding:24px}.help-sidebar__title{font-family:var(--font-montserrat);margin-bottom:18px;font-size:20px;font-weight:700}.help-sidebar__links{gap:10px;margin-bottom:26px;display:grid}.help-sidebar__link{font-family:var(--font-montserrat);text-align:left;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600}.help-sidebar__link--accent{color:#ff9698}.help-sidebar__bottom-title{font-family:var(--font-montserrat);margin-bottom:8px;font-size:13px;font-weight:700}.help-sidebar__bottom-links{gap:14px;display:flex}.help-sidebar__bottom-link{font-family:var(--font-montserrat);color:#262525;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:none}
.authentication-page-layout{justify-content:space-between;align-items:none;background:#ffdfdf;flex-direction:row;flex:1;gap:50px;width:100%;min-height:50vh;padding:50px 50px 100px;display:flex}@media only screen and (max-width:1024px){.authentication-page-layout{flex-direction:column-reverse;justify-content:flex-end;gap:40px;padding:40px 40px 80px}}@media only screen and (max-width:767px){.authentication-page-layout{gap:20px;padding:20px 20px 40px}}.authentication-page-layout__content{background:#fcfdff;border-radius:15px;width:70%;min-height:50%;padding:30px;box-shadow:0 12px 32px #0000000f}@media only screen and (max-width:1024px){.authentication-page-layout__content{width:100%}}@media only screen and (max-width:767px){.authentication-page-layout__content{border-radius:10px;padding:15px}}
