.mobile-drawer-provider{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0006;bottom:0;height:100svh;left:0;opacity:0;position:fixed;right:0;top:0;touch-action:none;visibility:hidden}.mobile-drawer-provider.show{opacity:1;visibility:visible;z-index:99999999}.mobile-drawer-provider_interruptible{background:none;pointer-events:none}.mobile-drawer-provider__modal{animation:mobile-drawer-slide .3s ease 0s 1;bottom:0;display:flex;flex-direction:column;left:0;pointer-events:all;position:fixed;right:0}.mobile-drawer-provider__modal:before{background:transparent;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:translateY(calc(100% - 1px))}.mobile-drawer-provider__modal_dark:before{-webkit-backdrop-filter:var(--default-backdrop-filter);backdrop-filter:var(--default-backdrop-filter);background-color:var(--fill-black)}.mobile-drawer-provider__top{align-self:center;margin-bottom:12px}.mobile-drawer-provider__container{background:var(--ui-bg-accented);border-radius:12px 12px 0 0;overflow:hidden;position:relative}.mobile-drawer-provider__container_dark{-webkit-backdrop-filter:var(--default-backdrop-filter);backdrop-filter:var(--default-backdrop-filter);background-color:var(--fill-black)}.mobile-drawer-provider__wrapper{max-height:calc(90vh - 100px);overflow:auto;pointer-events:auto;z-index:1}.mobile-drawer-provider__actions{align-items:center;background:transparent;display:flex;justify-content:flex-end;line-height:0;padding:20px 16px 16px;position:relative;z-index:2}.mobile-drawer-provider__actions_title{justify-content:space-between;padding:20px 16px 16px}.mobile-drawer-provider__actions_dark{color:var(--white)}.mobile-drawer-provider__title-container{display:flex;flex-direction:column;gap:14px;width:100%}.mobile-drawer-provider__title{color:var(--ui-text-highlighted);font-size:28px;font-weight:600;letter-spacing:0;line-height:32px;max-width:calc(100% - 40px)}.mobile-drawer-provider__title_dark{color:var(--white)}.mobile-drawer-provider__sub-title{color:var(--ui-text-muted);font-size:16px;font-weight:300;line-height:24px;max-width:90%}.mobile-drawer-provider__nav{align-items:flex-start;-moz-column-gap:8px;column-gap:8px;display:flex;width:100%}.mobile-drawer-provider__nav.column{flex-direction:column}.mobile-drawer-provider__close{align-self:flex-start;pointer-events:auto;position:absolute;right:18px;top:18px;z-index:100}.mobile-drawer-provider__close,.mobile-drawer-provider__nav-back{align-items:center;background:none;border:none;color:var(--ui-text-highlighted);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px}.mobile-drawer-provider.drawer-leave-to{animation:mobile-drawer-slide .3s ease 0s 1 reverse;background-color:transparent}@keyframes mobile-drawer-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}:root{--large-container-max-width:1920px;--container-max-width:1240px;--container-padding:96px;--container-padding-redesign:64px;--project-max-width:812px;--project-margin-right:340px;--header-height:84px}@media screen and (max-width:1400px){:root{--container-padding:64px;--project-max-width:750px}}@media screen and (max-width:1100px){:root{--project-margin-right:0}}@media screen and (max-width:992px){:root{--container-padding:48px;--container-padding-redesign:48px;--project-max-width:646px;--project-margin-right:0}}@media screen and (max-width:768px){:root{--container-padding:8px;--container-padding-redesign:20px;--project-margin-right:0}}.mobile-overlay-provider{bottom:0;height:120%;left:0;opacity:0;position:fixed;right:0;top:0;touch-action:none;transition:var(--transition-default);visibility:hidden;width:100%;z-index:2001}.mobile-overlay-provider.show{opacity:1;visibility:visible}
