.tm-card{background:var(--card-background);padding:var(--card-padding);border-radius:var(--tm-border-radius-lg)}.tm-card-header{padding:var(--card-header-padding);color:var(--card-header-color)}.tm-card-body{padding:var(--card-body-padding);color:var(--card-body-color)}.tm-card-footer{padding:var(--card-footer-padding)}h1{font-family:epilogue,serif;font-size:3rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-2.88px;margin-top:0;margin-bottom:var(--margin-bottom,0)}@media(min-width:576px){h1{font-size:4rem}}@media(min-width:1024px){h1{font-size:4.5rem}}h2{font-family:epilogue,serif;font-size:2.25rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-2.4px;margin-top:0;margin-bottom:var(--margin-bottom,0)}@media(min-width:576px){h2{font-size:3rem}}@media(min-width:1024px){h2{font-size:4rem}}h3{font-family:epilogue,serif;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-1.44px;margin-top:0;margin-bottom:var(--margin-bottom,0)}@media(min-width:576px){h3{font-size:2.25rem}}@media(min-width:1024px){h3{font-size:3rem}}h4{font-family:epilogue,serif;font-size:1.125rem;font-style:normal;font-weight:400;line-height:32.6px;letter-spacing:-.96px;margin-top:0;margin-bottom:var(--margin-bottom,0)}@media(min-width:576px){h4{font-size:1.25rem}}@media(min-width:1024px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h5,h6{font-family:epilogue,serif;letter-spacing:-2%;margin-top:0;margin-bottom:var(--margin-bottom,0)}h6{font-size:1rem}header{padding-top:var(--tm-space-sm);padding-bottom:var(--tm-space-sm)}@media(min-width:1024px){header{padding-top:var(--tm-space-md)}}header .header-body{grid-template-rows:min-content;background:var(--tm-white);border-radius:var(--tm-border-radius-lg);grid-column:1/-1;display:flex;align-items:center;padding:var(--tm-space-md)}@media(min-width:1024px){header .header-body{padding-left:var(--tm-space-lg);padding-right:var(--tm-space-lg)}}header .header-body #brand{grid-column:1/3;display:inline-block}header .header-body #mobile-menu{margin-left:auto;border:0;background-color:transparent;line-height:0px;text-align:right;padding-left:var(--tm-space-sm);padding-right:var(--tm-space-sm)}@media(min-width:1024px){header .header-body #mobile-menu{display:none}}header .header-body #mobile-menu svg{height:24px;width:auto}header .header-body #nav-wrapper{position:fixed;top:62px;left:var(--tm-space-sm);right:var(--tm-space-sm);background-color:var(--tm-secondary);height:0;transition:height .3s;overflow:hidden;z-index:3;border-bottom-left-radius:var(--tm-border-radius-lg);border-bottom-right-radius:var(--tm-border-radius-lg)}@media(min-width:1024px){header .header-body #nav-wrapper{position:static;height:unset;background-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:auto}}header .header-body #nav-wrapper.open{height:calc(100vh - 58px - var(--tm-space-sm))}header .header-body nav{display:flex;flex-direction:column;padding:var(--tm-space-md)}@media(min-width:1024px){header .header-body nav{flex-direction:row;justify-content:flex-end;padding:0}}header .header-body nav a{text-decoration:none;margin-bottom:var(--tm-space-md)}@media(min-width:1024px){header .header-body nav a{margin-left:var(--tm-space-md);margin-bottom:0}header .header-body nav a .firebase-avatar{margin-right:0}header .header-body nav a span{display:none}}header #role-dialog{--dialog-background:var(--tm-white);--dialog-padding:var(--tm-space-xxl)}header #role-dialog .tm-dialog-header h4{grid-column:1/2}header #role-dialog .tm-dialog-body p{grid-column:1/-1}header #role-dialog .tm-dialog-footer .tm-primary{grid-column:3/4}header #role-dialog .tm-dialog-footer .tm-tertiary{grid-column:4/5}