:root{--header-height:4.375rem;--page-max-width:77.5rem;--page-padding-sides:2.5rem;--page-padding-top-bottom:3.5rem;--section-padding:5rem}@media(max-width:991px){:root{--header-height:4.125rem;--page-padding-sides:1.5rem;--page-padding-top-bottom:2.5rem;--section-padding:3.5rem}}@media(max-width:480px){:root{--header-height:3.75rem;--page-padding-sides:1rem;--page-padding-top-bottom:1.25rem;--section-padding:2.5rem}}main{display:flex;flex-direction:column;min-height:100dvh}.centered-frame{flex:1 1;width:100%;max-width:var(--page-max-width);margin:0 auto;padding:calc(var(--header-height) + var(--page-padding-top-bottom)) var(--page-padding-sides) var(--page-padding-top-bottom)}.sidebar-frame{display:flex;flex:1 1;width:100%;align-items:stretch}@media(max-width:991px){.sidebar-frame{padding-top:var(--header-height)}}.sidebar-main-content{flex:1 1;min-width:0;max-width:100%;background-color:#fdfcfa;border:1px solid #e3e1de;border-radius:.375rem;margin:.625rem .625rem .625rem 0;padding:1.875rem;overflow:hidden}@media(max-width:991px){.sidebar-main-content{background-color:#fdfcfa;border:0;border-radius:0;margin:0;padding:1.25rem 1rem;overflow-x:hidden}}@media(max-width:480px){.sidebar-main-content{padding:1rem}}body.loggedInRoot{overflow-x:visible;background-color:#f5f4f0}html:has(body.loggedInRoot){background-color:#f5f4f0}@media(max-width:991px){.Toastify__toast-container{padding:.75rem 1rem!important;width:100%!important;top:0!important;left:0!important;right:0!important;transform:none!important}}.memmo-toast{font-family:Inter,sans-serif;font-size:var(--font-label);line-height:var(--line-height-label);font-weight:400;background:#f5f4f0!important;color:#111!important;border:1px solid #e3e1de!important;border-radius:.375rem!important;box-shadow:0 .375rem 1.125rem hsla(0,0%,7%,.08)!important;padding:.875rem 1rem!important;min-height:unset!important;align-items:flex-start!important}.memmo-toast .Toastify__toast-body{padding:0!important;margin:0!important;color:#111!important}.memmo-toast .Toastify__toast-icon{width:1.25rem!important;min-width:1.25rem!important;height:1.25rem!important;margin-right:.75rem!important;background:transparent!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.memmo-toast .Toastify__toast-icon svg{width:1.25rem!important;height:1.25rem!important;fill:currentColor!important}.memmo-toast .Toastify__close-button{color:#111!important;opacity:1!important;align-self:center!important;margin-left:.5rem!important}.memmo-toast .Toastify__close-button svg{width:.75rem!important;height:.75rem!important;fill:currentColor!important}.memmo-toast.Toastify__toast--success{background:#e2f0e5!important}.memmo-toast.Toastify__toast--success .Toastify__toast-icon{color:#237a3e!important}.memmo-toast.Toastify__toast--warning{background:#fdead2!important}.memmo-toast.Toastify__toast--warning .Toastify__toast-icon{color:#e8772e!important}.memmo-toast.Toastify__toast--error{background:#f5cdca!important}.memmo-toast.Toastify__toast--error .Toastify__toast-icon{color:#c44!important}.memmo-toast.Toastify__toast--default,.memmo-toast.Toastify__toast--info{background:#e4eef8!important}.memmo-toast.Toastify__toast--default .Toastify__toast-icon,.memmo-toast.Toastify__toast--info .Toastify__toast-icon{color:#4a80bd!important}.memmo-toast .toast-inside{display:flex;flex-direction:column;gap:.25rem}.memmo-toast .toast-inside[data-layout=inline]{flex-direction:row;align-items:center;gap:.75rem}.memmo-toast .toast-inside[data-layout=inline] .toast-buttons{margin-top:0;flex-shrink:0}.memmo-toast .toast-text{margin:0;font-family:Inter,sans-serif;font-size:var(--font-label);line-height:var(--line-height-label);font-weight:400;color:#111}.memmo-toast .toast-buttons{display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.memmo-toast .toast-buttons button{display:inline-flex;align-items:center;gap:.25rem;border-radius:62.4375rem;padding:.375rem .875rem;font-family:Inter,sans-serif;font-size:var(--font-label);line-height:var(--line-height-label);font-weight:400;cursor:pointer;text-decoration:none;transition:opacity .15s ease,background .15s ease;background:#4a80bd;color:#fdfcfa;border:1px solid transparent}.memmo-toast .toast-buttons button:hover{opacity:.9}.memmo-toast .toast-buttons button:nth-child(2){background:transparent}.memmo-toast .toast-buttons button:nth-child(2):hover{opacity:1;color:#111!important;border-color:#111!important}.memmo-toast.Toastify__toast--success .toast-buttons button:first-child{background:#237a3e}.memmo-toast.Toastify__toast--success .toast-buttons button:nth-child(2){color:#237a3e;border-color:#237a3e}.memmo-toast.Toastify__toast--error .toast-buttons button:first-child{background:#c44}.memmo-toast.Toastify__toast--error .toast-buttons button:nth-child(2){color:#c44;border-color:#c44}.memmo-toast.Toastify__toast--warning .toast-buttons button:first-child{background:#e8772e}.memmo-toast.Toastify__toast--warning .toast-buttons button:nth-child(2){color:#e8772e;border-color:#e8772e}.memmo-toast.Toastify__toast--default .toast-buttons button:first-child,.memmo-toast.Toastify__toast--info .toast-buttons button:first-child{background:#4a80bd}.memmo-toast.Toastify__toast--default .toast-buttons button:nth-child(2),.memmo-toast.Toastify__toast--info .toast-buttons button:nth-child(2){color:#4a80bd;border-color:#4a80bd}.fade-enter{opacity:0;transform:translateX(20px)}.fade-enter-active{transition:opacity .3s ease,transform .3s ease}.fade-enter-active,.fade-exit{opacity:1;transform:translateX(0)}.fade-exit-active{opacity:0;transform:translateX(-20px);transition:opacity .3s ease,transform .3s ease}*,:after,:before{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,html,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}a{cursor:pointer;text-decoration:none;color:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}button:not(:disabled){transition:opacity .15s ease,border-color .15s ease}button:not(:disabled):hover{opacity:.85}:focus:not(:focus-visible){outline:none}body,html{overflow-x:hidden;background-color:#fdfcfa}@font-face{font-family:Lora;src:url(/fonts/Lora-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{font-size:16px;--font-h1:3rem;--font-h2:2.25rem;--font-h3:1.5rem;--font-h4:1.125rem;--font-body:0.875rem;--font-label:0.75rem;--line-height-h1:3rem;--line-height-h2:2.5rem;--line-height-h3:1.75rem;--line-height-h4:1.5rem;--line-height-body:1.375rem;--line-height-label:1.125rem}@media(max-width:991px){:root{--font-h1:2.5rem;--font-h2:1.875rem;--font-h3:1.375rem;--font-h4:1.0625rem;--font-body:0.875rem;--font-label:0.75rem;--line-height-h1:2.625rem;--line-height-h2:2.125rem;--line-height-h3:1.625rem;--line-height-h4:1.375rem;--line-height-body:1.25rem;--line-height-label:1rem}}@media(max-width:480px){:root{--font-h1:1.875rem;--font-h2:1.5rem;--font-h3:1.25rem;--font-h4:1rem;--font-body:0.875rem;--font-label:0.75rem;--line-height-h1:2.125rem;--line-height-h2:1.75rem;--line-height-h3:1.5rem;--line-height-h4:1.375rem;--line-height-body:1.25rem;--line-height-label:1rem}}h1{font-size:var(--font-h1);line-height:var(--line-height-h1)}h1,h2{font-family:Lora,serif;font-weight:600}h2{font-size:var(--font-h2);line-height:var(--line-height-h2)}h3{font-family:Inter,sans-serif;font-size:var(--font-h3);line-height:var(--line-height-h3);font-weight:600}h4{font-size:var(--font-h4);line-height:var(--line-height-h4)}body,h4{font-family:Inter,sans-serif;font-weight:400}body{font-size:var(--font-body);line-height:var(--line-height-body)}label{font-family:Inter,sans-serif;font-size:var(--font-label);line-height:var(--line-height-label);font-weight:400}button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{font-size:1rem}@media(max-width:991px){.ProseMirror,[contenteditable=true],input,select,textarea{font-size:16px!important}}.hide-consent .cookiefirst-root{display:none!important}