.scrumlr-logo__paths{fill:#0057ff}.scrumlr-logo__paths path{transition:all .08s ease-out}.scrumlr-logo{height:48px;overflow:visible}.scrumlr-logo__stop{stop-color:#0057ff}@media(prefers-color-scheme:dark){.scrumlr-logo__paths{fill:#fff}.scrumlr-logo__stop:nth-of-type(1),.scrumlr-logo__stop:nth-of-type(2){stop-color:#0057ff}.scrumlr-logo__stop:nth-of-type(3),.scrumlr-logo__stop:nth-of-type(4){stop-color:#5e00ff}.scrumlr-logo__stop:nth-of-type(5),.scrumlr-logo__stop:nth-of-type(6){stop-color:#c000ff}.scrumlr-logo__stop:nth-of-type(7),.scrumlr-logo__stop:nth-of-type(8){stop-color:#e20360}}.scrumlr-logo--mobile{min-width:44px}.scrumlr-logo--desktop{display:none}@media screen and (min-width:768px){.scrumlr-logo--desktop{display:initial}.scrumlr-logo--mobile{display:none}}.link{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:none;border-radius:999px;padding:16px 32px;color:var(--white);font-size:1rem;font-family:Raleway,sans-serif;font-weight:600;box-shadow:0 3px 6px #ff00694d;background:var(--lightmode-pink);cursor:pointer;text-decoration:none;width:fit-content;transition-duration:80ms;transition-timing-function:linear}.link:link,.link:visited{text-decoration:none}.link:hover{transform:scale(1.1);box-shadow:0 4px 14px #ff006970;text-decoration:none}.link:active{background:var(--lightmode-pink-link-pressed);box-shadow:none;text-decoration:none}.link:focus{outline:3px solid var(--darkmode-pink);box-shadow:0 4px 14px #ff00694d}.link:disabled{color:var(--dark-grey);background:var(--light-grey-3)}.link.link--tertiary{font-size:1rem;font-weight:600;color:var(--lightmode-pink);background-color:unset;box-shadow:none;border:0;transition:all .2s ease-in-out}.link.link--tertiary:hover{transform:none;filter:drop-shadow(0 2px 14px rgb(255,0,105))}.link.link--tertiary:active{color:var(--lightmode-pink-link-pressed)}.link.link--tertiary:focus{text-decoration:underline}@media(prefers-color-scheme:dark){.link{background:var(--darkmode-pink)}.link:hover{color:var(--white)}.link:active{background:var(--lightmode-pink)}.link:focus{border-color:var(--lightmode-pink)}.link:disabled{color:var(--light-grey-3)}.link.link--tertiary{color:var(--darkmode-pink);background-color:transparent}.link.link--tertiary:active{color:var(--lightmode-pink)}}.user-menu{height:56px;width:56px;position:relative;--user-menu-bg: var(--white);--user-menu-color: var(--lightmode-black)}@media(prefers-color-scheme:dark){.user-menu{--user-menu-bg: var(--dark-blue-4);--user-menu-color: var(--white)}}.user-menu__avatar{height:56px;width:56px;border-radius:999px;padding:0;border:none;cursor:pointer;background-color:transparent;position:relative;z-index:100}.user-menu__avatar>img{height:100%;width:100%;transition:all .2s cubic-bezier(.7,.53,.17,.99)}@media(prefers-color-scheme:dark){.user-menu__avatar>img{content:url(/assets/images/Stan_Avatar_4dark.png)}}.user-menu--active .user-menu__avatar>img{transform:scale(.8)}.user-menu__dropdown:before{background-color:var(--user-menu-bg);position:absolute;content:"";width:56px;height:64px;top:0;transform:translateY(-100%);left:0;border-top-right-radius:28px;border-top-left-radius:28px}.user-menu__dropdown{background-color:var(--user-menu-bg);display:none;position:absolute;left:0;top:65px;border-radius:0 16px 16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.user-menu--active .user-menu__dropdown{display:block}.user-menu__dropdown ul{list-style:none;padding:0;margin:0}.user-menu__dropdown li{box-sizing:border-box;width:210px;height:auto}.user-menu__dropdown li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.user-menu__dropdown li:first-of-type a,.user-menu__dropdown li:first-of-type button{border-top-right-radius:16px}.user-menu__dropdown li:last-of-type a,.user-menu__dropdown li:last-of-type button{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.user-menu__dropdown a,.user-menu__dropdown button{box-sizing:border-box;display:flex;align-items:center;gap:16px;height:100%;width:100%;text-decoration:none;padding:12px 24px 12px 20px;border:none;cursor:pointer;background-color:transparent;color:var(--user-menu-color)}.user-menu__dropdown a:hover,.user-menu__dropdown button:hover{background-color:#00000014}.user-menu__dropdown a svg,.user-menu__dropdown button svg{height:32px;width:32px}.user-menu__dropdown a span,.user-menu__dropdown button span{font-weight:700;font-size:16px}.navbar{position:fixed;top:0;left:0;right:0;transition:background-color .2s;background-color:transparent;z-index:999}.navbar--opaque{background-color:#fffc;backdrop-filter:blur(6px)}.navbar__link{font-size:1rem;padding:12px 22px 12px 26px}.navbar>ul{display:grid;grid-template-columns:auto 1fr;list-style:none;align-items:center;gap:32px;padding:16px 20px;width:100%;max-width:1920px;box-sizing:border-box;margin:0 auto}.navbar>ul>li:nth-of-type(1){justify-self:flex-start}.navbar>ul>li:nth-of-type(2),.navbar>ul>li:nth-of-type(3),.navbar>ul>li:nth-of-type(4){display:none}.navbar>ul>li:nth-of-type(5){justify-self:flex-end}.navbar>ul>li:last-of-type{display:flex;flex-direction:row;align-items:center;gap:16px}@media(min-width:768px){.navbar>ul{display:grid;grid-template-columns:auto 1fr auto 1fr auto}.navbar>ul>li:nth-of-type(2),.navbar>ul>li:nth-of-type(3),.navbar>ul>li:nth-of-type(4){display:block}.navbar>ul>li:nth-of-type(2) a,.navbar>ul>li:nth-of-type(3) a,.navbar>ul>li:nth-of-type(4) a{text-decoration:none;color:var(--lightmode-black);font-size:1.125rem;font-weight:600;cursor:pointer;letter-spacing:.4px}.navbar>ul>li:nth-of-type(2) a>span,.navbar>ul>li:nth-of-type(3) a>span,.navbar>ul>li:nth-of-type(4) a>span{color:var(--white)}.navbar>ul>li:nth-of-type(2) a:hover,.navbar>ul>li:nth-of-type(3) a:hover,.navbar>ul>li:nth-of-type(4) a:hover{color:var(--lightmode-pink)}}@media(min-width:1024px){.navbar>ul{padding:16px 64px;gap:64px}.navbar__button{font-size:1.125rem}}.navbar>ul>li:nth-child(2){justify-self:flex-end}@media(prefers-color-scheme:dark){.navbar--opaque{background-color:#1e2638e6}}@media(prefers-color-scheme:dark)and (min-width:768px){.navbar>ul>li:nth-of-type(2) a,.navbar>ul>li:nth-of-type(3) a,.navbar>ul>li:nth-of-type(4) a{color:var(--white)}.navbar>ul>li:nth-of-type(2) a:hover,.navbar>ul>li:nth-of-type(3) a:hover,.navbar>ul>li:nth-of-type(4) a:hover{color:var(--darkmode-pink)}}footer{position:relative;height:557px;width:100vw;background-color:var(--lightmode-blue);margin-top:auto;overflow:clip;--footer-padding-x: 256px}.footer__top{position:relative;max-width:1920px;margin:0 auto;height:427px;padding:100px 64px;color:var(--white);box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between}.footer__left{display:flex;flex-direction:column;align-items:start}.footer__logo{height:100%;opacity:.1;transform:scale(1.4);position:absolute;left:-120px;top:0;pointer-events:none}.footer__heading{margin-top:0;margin-bottom:24px;font-size:32px;line-height:34px}.footer__inovex-description{text-wrap:balance;margin:0;font-size:20px;line-height:28px;max-width:450px}.footer__external-links{display:flex;flex-direction:row;list-style:none;margin:auto 0 0;padding:0;gap:24px;align-items:center}.footer__external-links a{color:var(--white);height:32px;width:32px;display:block;cursor:pointer}.footer__internal-links{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:32px}.footer__internal-links a{color:var(--white);text-decoration:none;font-weight:500;line-height:34px;border:2px solid transparent;border-radius:4px;letter-spacing:.4px;cursor:pointer}.footer__internal-links a:focus-visible{outline:none;border-color:var(--lightmode-blue)}.footer__bottom{position:absolute;bottom:0;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:130px;background-color:var(--white);color:var(--lightmode-blue);margin:0 auto}.footer__bottom-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1920px;padding:0 64px;box-sizing:border-box}.footer__bottom-content span{text-align:center}.footer__legal-links{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:32px;align-self:center}.footer__legal-links a{color:var(--lightmode-blue);text-decoration:none;font-weight:500;letter-spacing:.4px}footer a{transition:all .1s ease-in-out;border:2px solid transparent;border-radius:4px}footer a:hover{color:var(--darkmode-blue)}footer a:focus-visible{outline:none;border-color:var(--lightmode-pink)}@media(prefers-color-scheme:dark){footer{background-color:var(--darkmode-blue)}footer a:hover{color:var(--lightmode-blue)}footer a:focus-visible{border-color:var(--lightmode-blue)}.footer__legal-links a,.footer__bottom{color:var(--darkmode-blue)}}@media screen and (max-width:1346px){footer{--footer-padding-x: 8vw}}@media screen and (max-width:996px){footer{box-sizing:border-box;height:auto}.footer__logo{top:-32px;left:-256px;justify-content:center;transform:scale(1)}.footer__legal-links a,.footer__internal-links a{color:var(--white);font-size:16px;font-style:normal;font-weight:700;line-height:22px;gap:16px}.footer__top{flex-direction:column;text-align:center;gap:16px;padding-top:55px;padding-bottom:32px;height:auto}.footer__left{align-items:center}.footer__external-links{width:80%;margin:64px 0 32px;justify-content:center;flex-wrap:wrap}.footer__external-links img{width:32px;height:32px}.footer__internal-links{justify-content:center;flex-direction:column;gap:20px}.footer__bottom{background:none;color:var(--white);height:auto;position:relative}.footer__bottom-content{flex-direction:column;gap:48px;padding:0;height:auto}.footer__legal-links{text-align:center;flex-direction:column;gap:20px}}@font-face{font-family:Raleway;font-weight:100 900;src:local("Pacifico Regular"),url(/fonts/Raleway-VariableFont_wght.ttf) format("truetype");font-display:swap}@font-face{font-family:Raleway;font-style:italic;font-weight:100 900;src:local("Pacifico Regular"),url(/fonts/Raleway-Italic-VariableFont_wght.ttf) format("truetype");font-display:swap}html{font-family:Raleway,sans-serif;box-sizing:border-box;scroll-padding-top:64px;scroll-behavior:smooth;--white: #ffffff;--lightmode-black: #111111;--lightmode-background: #ffffff;--lightmode-blue: #0057ff;--lightmode-blue-link-pressed: #0044c6;--lightmode-pink: #ff0069;--lightmode-pink-link-pressed: #da005a;--lightmode-pink--desaturated: #ffe6f0;--shadow: drop-shadow(0px 2px 32px rgba(0, 0, 0, .2));--darkmode-background: #242c3d;--darkmode-blue: #6b9cff;--darkmode-pink: #ff529a;--darkmode-pink--desaturated: #353044;--darkmode-shadow: 0 2px 32px -12px #0f131b;--light-blue: #e4e8f6;--dark-blue-4: #5a647d;--light-grey-3: #edeff2;--dark-grey: #939daa;color:var(--lightmode-black);background:var(--lightmode-background)}body{margin:0;padding:0;min-height:100vh}section{overflow-x:clip}.body_wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh}main{width:100vw;min-width:320px}h1{font-size:40px;line-height:48px}h2{font-size:32px;line-height:normal}h3{font-size:24px;line-height:normal}p{font-size:18px;line-height:24px}@media screen and (min-width:992px){h2{font-size:40px;line-height:48px}h3{font-size:32px;line-height:40px}p{font-size:20px;line-height:28px}}@media(prefers-color-scheme:dark){html{color:var(--white);background:var(--darkmode-background)}}
