@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,800,800i&display=swap);*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,li,p{margin:0}body{--scrollbarBG:var(--gray-180);--thumbBG:var(--gray-110);line-height:1.5;min-height:100vh;scroll-behavior:smooth;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin;text-rendering:optimizeSpeed}body::-webkit-scrollbar{width:13px}body::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}ol[class],ul[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;border:none;cursor:pointer;display:block;padding:0}button::-moz-focus-inner{border:0}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}html{font-size:100%;transition:font-size .3s ease-out}@media screen and (min-width:94em){html{font-size:112.5%}}body{background:#181920;background:var(--background-first);color:#fff;color:var(--text-color);font-family:Open Sans,sans-serif;overflow-x:hidden}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}::-webkit-scrollbar{height:.5rem;width:.5rem}::-webkit-scrollbar-track{background-color:#181920;background-color:var(--gray-110);border:1px solid #262634;border:1px solid var(--gray-180);border-radius:.25rem}::-webkit-scrollbar-thumb{background-color:#62687b;background-color:var(--gray-400);border-radius:.25rem;margin:.25rem}:root{--white:#fff;--white-opacity:#ffffff80;--white-focus:#ffffff1a;--black:#000;--gray-70:#101014;--gray-100:#17141e;--gray-110:#181920;--gray-180:#262634;--gray-250:#31324a;--gray-300:#404162;--gray-400:#62687b;--gray-600:#222536;--gray-650:#252439;--gray-750:#bebebe;--gray-900:#a8a8a8;--dark-blue:#304e9d;--bright-blue:#5154f1;--aqua-marine:#34bfd2;--malibu:#59b0ff;--bright-pink:#fd2d55;--bright-pink-2:#d62145;--dark-pink:#e84c88;--orchid:#c66cd7;--bright-green:#00d241;--text-color:var(--white);--text-color-secondary:var(--gray-750);--gradient-primary:linear-gradient(153deg,var(--aqua-marine) 0%,var(--bright-blue) 35%,var(--orchid) 100%);--gradient-secondary:linear-gradient(to right,var(--dark-blue) 0%,var(--dark-pink) 100%);--background-first:var(--gray-110);--background-second:var(--gray-70);--background-third:var(--black);--overlay:#00000080;--overlay-invert:#ffffff80;--highlight:var(--bright-pink);--highlight-dark:var(--bright-pink-2);--nav-width:20em;--gap-NONE:1px;--gap-XS:1.25em;--gap-S:1.5em;--gap-M:2em;--gap-L:2.5em;--gap-XL:4.5em;--hover-transition:0.2s}@media screen and (min-width:22.5em){:root{--nav-width:23.125em}}.headline-XL{font-size:2.125em}.headline-XL,.headline-XXL{font-style:italic;font-weight:800;line-height:1;text-transform:uppercase}.headline-XXL{font-size:2.925em}.headline-L{font-size:1.625em;font-style:italic;font-weight:800;line-height:1.25;text-transform:uppercase}.headline-M{font-size:1em}.headline-M,.headline-S{font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.headline-S{font-size:.875em}.headline-XS{font-size:.75em}.headline-XS,.headline-XXS{font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.headline-XXS{font-size:.6875em}.typography{flex-grow:1;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1em;word-wrap:break-word}.typography--breaks{white-space:pre-wrap}.typography--nomargin{margin-bottom:0}.typography--tiny{font-size:.625em}.typography--small{font-size:.875em;line-height:1.857}.typography--smaller{font-size:.75em;line-height:1.6}.typography--medium{font-size:1.5em}.typography--large{font-size:1.625em}.typography a{color:#59b0ff;color:var(--malibu);text-decoration:none}.typography a:hover{text-decoration:underline}em{font-weight:400}.auto-grid>*{max-width:30rem}.auto-grid>*+*{margin-top:1em}@supports(display:grid) and (width:Min(10px,5vw)) and (color:var(--primary )){.auto-grid{--grid-size-save:min(var(--auto-grid-min-size,16rem),100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--grid-size-save),1fr));grid-gap:1rem 1rem;grid-gap:var(--auto-grid-gap-vertical,var(--auto-grid-gap,1rem)) var(--auto-grid-gap,1rem)}.auto-grid>*{margin:initial;max-width:none}}.l-assistant-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;margin-top:2em;margin-top:var(--gap-M)}.l-assistant-grid>:nth-child(3),.l-assistant-grid>:nth-child(4){grid-column:span 2}@media screen and (min-width:75em){.l-assistant-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,minmax(23.75rem,auto));margin-top:4.5em;margin-top:var(--gap-XL)}.l-assistant-grid>:nth-child(3){grid-column:1/span 2}.l-assistant-grid>:nth-child(4){grid-column:3/span 2;grid-row:1/span 2}}.l-card-stack{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-gap:.5em;gap:.5em;padding-top:.5em}@media(min-width:43.75em){.l-card-stack{grid-template-columns:18.6875rem 1fr}}.l-card-stack--no-padding{padding-top:0}.l-card-stack .rainbow-card-small{grid-column:1;max-width:100%}@media(min-width:43.75em){.l-card-stack .rainbow-card-small{height:auto;max-width:18.687rem}}.l-card-stack .add-button{grid-column:1;max-width:100%}@media(min-width:43.75em){.l-card-stack .add-button{grid-column:1/-1}}.l-card-stack .rainbow-card:first-child{grid-column:1}@media(min-width:43.75em){.l-card-stack .rainbow-card:first-child{grid-column:1/-1}}.l-card-stack .rainbow-card:last-child{grid-column:1;min-height:20.625rem;padding:0}@media(min-width:43.75em){.l-card-stack .rainbow-card:last-child{grid-column:2/-1}}.l-card-stack .rainbow-card:last-child .destroy-button{bottom:22em;opacity:1;position:absolute;right:-.7em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:60em){.l-card-stack .rainbow-card:last-child .destroy-button{opacity:0;visibility:hidden}}.l-card-stack .rainbow-card:last-child:hover .destroy-button{opacity:1;visibility:visible}.l-card-stack .rainbow-card--with-image{--image-height:18.625rem}.l-card-stack .rainbow-card--with-image .rainbow-card__image{margin:.5em auto 0}.l-card-stack .rainbow-card--with-image .rainbow-card__body{max-width:100%;width:100%}.l-card-stack .card-wrapper{grid-column:1}@media(min-width:43.75em){.l-card-stack .card-wrapper{grid-column:1/-1}}.l-card-stack .edit-input__input--simple-headline{margin:0}.l-card-stack .edit-textarea__text{height:14em}.cluster{overflow:hidden}.cluster>*{display:flex;flex-wrap:wrap;justify-content:left;justify-content:var(--cluster-justification,left);margin:-.5rem;margin:calc(var(--cluster-gap-vertical, var(--cluster-gap, 1rem))/2*-1) calc(var(--cluster-gap, 1rem)/2*-1)}.cluster>*>*{margin:.5rem;margin:calc(var(--cluster-gap-vertical, var(--cluster-gap, 1rem))/2) calc(var(--cluster-gap, 1rem)/2)}.l-content{--scrollbarBG:var(--gray-180);--thumbBG:var(--gray-110);min-height:100%}.l-content__first{background:#101014;background:var(--background-second);bottom:0;left:5.5em;pointer-events:none;position:fixed;top:0;transform:translateX(calc(-100% - 5.5em));transition:transform .5s ease-out;width:calc(100vw - 5.5em);z-index:15}.l-page--open .l-content__first{pointer-events:all;transform:translateX(0)}.l-content__second{background:#181920;background:var(--background-first);min-width:0;position:relative;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin;width:100vw}.l-content__second::-webkit-scrollbar{width:13px}.l-content__second::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}.l-content__second::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}@media screen and (min-width:65em){.l-content{display:grid;grid-template-columns:14em 1fr;grid-template-columns:calc(var(--nav-width) - 6em) 1fr}.l-content__first{display:block;left:auto;pointer-events:all;position:static;transform:translateX(0);width:auto}.l-content__second{height:100vh;width:auto}.l-content__second:before{background-color:#0000;border-top-left-radius:.625em;box-shadow:0 -.625em 0 0 #101014;box-shadow:0 -.625em 0 0 var(--background-second);content:"";height:50px;position:fixed;top:45px;width:25px;z-index:99}.l-content__second--noHeader:before{content:none}}.l-columns{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;grid-gap:1em;grid-gap:var(--gap,1em);grid-template-columns:var(--column-template)}.l-column-wrapper{display:flex;flex-direction:column;margin:0 auto!important;width:100%}@media screen and (min-width:46em){.l-column-wrapper{flex-wrap:nowrap}}.l-column-wrapper>*{margin:var(--column-gap) 0 0;transform:translateY(calc(var(--column-gap)*-1))}.l-column-wrapper>:last-child{margin-bottom:calc(var(--column-gap)*-1)}.l-column-wrapper--noTranslate>:first-child{margin-bottom:var(--column-gap);transform:none}.l-column-wrapper--list .section-headline{padding-top:.7em}.l-column-wrapper--list div>.section-headline{padding-top:5em}.l-column-wrapper #commentTop{margin:0}.l-column-wrapper .card-slider:first-child .section-headline{padding-top:0}.l-content-wrapper{background:#181920;background:var(--background-first);display:grid;grid-template-columns:1fr minmax(auto,54em) 1fr;margin:0 auto;padding:4em 1em;width:100%}@media screen and (min-width:46em){.l-content-wrapper{padding:5em 2em 4em}}.l-content-wrapper--small{padding:2em 1em 4em}.l-content-wrapper--big{padding:7em 1em 4em}.l-content-wrapper--big>.search-form{margin-top:-8.5em}.l-content-wrapper--wide{grid-template-columns:1fr minmax(auto,74em) 1fr;max-width:none}.l-content-wrapper--ultra{max-width:none;padding:0 0 4em;width:calc(100% + 6px)}.l-content-wrapper--small-top{padding-top:2em}.l-content-wrapper>.tag-list{margin-top:-6.5em}@media screen and (min-width:46em){.l-content-wrapper>.tag-list{margin-top:-7.5em}}.l-content-wrapper>.faq-slider{margin-top:-6.5em}@media screen and (min-width:46em){.l-content-wrapper>.faq-slider{margin-top:-7.5em}}.l-content-wrapper>*{grid-column:2}.l-content-wrapper--extend{grid-column:1/-1}.l-file-wrapper{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(-webkit-min-content,17.5em));grid-template-columns:repeat(auto-fit,minmax(min-content,17.5em));grid-gap:.7em;gap:.7em}.l-file-wrapper--screen{gap:4.125em;grid-template-columns:repeat(auto-fit,minmax(-webkit-min-content,13.875em));grid-template-columns:repeat(auto-fit,minmax(min-content,13.875em));margin-top:0}.l-file-wrapper--centered{justify-content:center}.l-file-wrapper--no-margin{margin-top:0}.flow>*+*{margin-top:1em;margin-top:var(--flow-space,1em)}.flow>.typography{margin-bottom:0}.l-overflow-wrapper{display:flex;overflow-x:auto;width:100%}.l-overlay-wrapper{align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;bottom:0;display:flex;justify-content:center;left:0;margin:0;padding:3em 1.5em 2em;pointer-events:none;position:fixed;right:0;top:0;z-index:100}@media screen and (min-width:70.5em){.l-overlay-wrapper{padding-left:23em}.l-overlay-wrapper .float-button[aria-label=Menu],.l-overlay-wrapper .float-button[aria-label=Menü]{display:none}}.l-overlay-wrapper--front{z-index:101}.l-overlay-wrapper--absolute{position:absolute}.l-overlay-wrapper--noPadding{padding:0}@media screen and (min-width:70.5em){.l-overlay-wrapper--center{padding-left:0}}.l-overlay-wrapper__stack>*+*{margin-top:.5em}.l-overlay-wrapper .card-wrapper{max-width:40em;width:100%}.l-overlay-wrapper form{max-width:44em;width:100%}.l-overlay-wrapper>*{pointer-events:auto;position:relative}.l-overlay-wrapper--disabled{pointer-events:auto}.l-overlay-wrapper--background{background:rgba(0,0,0,.404)}.l-overlay-wrapper--background-dark{background:#000000e6}.l-overlay-wrapper--top{align-items:flex-start}@media screen and (min-width:46em){.l-overlay-wrapper--top{align-items:flex-end}}.l-overlay-wrapper--bottom{align-items:flex-end}.l-overlay-wrapper--hidden{display:none}.l-overlay-wrapper--bottomRight{align-items:flex-end;justify-content:flex-end;margin-bottom:3em;z-index:99}@media screen and (min-width:46em){.l-overlay-wrapper--bottomRight{margin-bottom:0}}.l-overlay-wrapper--topRight{align-items:flex-start;justify-content:flex-end;z-index:10}.l-overlay-wrapper--twoButtons{align-items:flex-end;flex-direction:column;gap:.5em;justify-content:flex-start}.l-overlay-wrapper--reduced{padding-left:2em}@media screen and (min-width:46em){.l-overlay-wrapper--reduced{padding-left:5em}}.l-page{overflow-x:hidden;--container-width:calc(100% + var(--nav-width) - 1em);--translation:calc(var(--nav-width) - 1em)}.l-page--reduced{--container-width:calc(100% + 5.6em);--translation:5.6em}.l-page--reduced .l-page__toggle-button{display:none}.l-page--reduced .l-page__second{background:#181920;background:var(--background-first)}@media screen and (min-width:65em){.l-page--reduced .l-page__second{height:100vh;overflow-x:hidden}}.l-page--open{--translation:0}.l-page--open .l-page__toggle-button{transform:translateX(calc(-100% - 2em))}.l-page--open .l-page__first{opacity:1;pointer-events:all;transform:translateX(0)}@media screen and (min-width:70.5em){.l-page{--translation:0;--container-width:100%}}.l-page__content{min-height:100vh;transition:margin-left .3s ease-out}.l-page__first{background:#000;background:var(--background-third);bottom:0;left:0;pointer-events:none;position:fixed;top:0;transform:translateX(-5.5em);transition:transform .2s ease-out;z-index:20}.l-page__second{background:#101014;background:var(--background-second);scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}.l-page__second::-webkit-scrollbar{width:13px}.l-page__second::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}.l-page__second::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}@media screen and (min-width:65em){.l-page__first{opacity:1;pointer-events:all;position:relative;transform:translateX(0)}.l-page__content{display:grid;grid-template-columns:5.5em 1fr;margin-left:calc(var(--translation)*-1);width:var(--container-width)}}.l-page__toggle{position:fixed;position:-webkit-sticky;position:sticky;top:0;z-index:25}.l-page__toggle-button{background:#0000;border:none;display:block;height:1.8em;left:20em;left:calc(var(--nav-width));position:absolute;text-align:center;top:.5em;transition:transform .4s ease-out;width:1.8em}.l-page__toggle-button:after{align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -53 384 384"><path fill="%23bebebe" d="M368 154.668H16c-8.832 0-16-7.168-16-16s7.168-16 16-16h352c8.832 0 16 7.168 16 16s-7.168 16-16 16zm0 0M368 32H16C7.168 32 0 24.832 0 16S7.168 0 16 0h352c8.832 0 16 7.168 16 16s-7.168 16-16 16zm0 0M368 277.332H16c-8.832 0-16-7.168-16-16s7.168-16 16-16h352c8.832 0 16 7.168 16 16s-7.168 16-16 16zm0 0"/></svg>');background-position:50%;background-size:cover;content:"";display:block;height:100%;justify-content:center;width:100%}@media screen and (min-width:70.5em){.l-page__toggle-button{display:none}}.l-position-wrapper{display:flex;width:100%}.l-position-wrapper--center{justify-content:center}.l-position-wrapper--end{justify-content:flex-end}.l-position-wrapper>*{margin:var(--position-gap) 0 0;transform:translateY(calc(var(--position-gap)*-1))}.l-project-wrapper{margin-top:2em;padding:0 2em 4em;width:100%}@media screen and (min-width:46em){.l-project-wrapper{padding:0 2em 4em}}@media screen and (min-width:76.5em){.l-project-wrapper{margin:0 auto;max-width:64em}}.l-project-wrapper>.tag-list{transform:translateY(-2.5em)}.l-project-wrapper>*{grid-column:2}.l-project-wrapper--extend{grid-column:1/-1}.l-project-wrapper .section-headline:first-of-type{padding-top:0}.l-rainbow-edit-wrapper{display:flex;flex-direction:column;justify-content:center;margin:0 -4.5% 0 -3.5%;position:relative}@media screen and (min-width:60em){.l-rainbow-edit-wrapper{flex-direction:row}}.l-rainbow-edit-wrapper .add-button,.l-rainbow-edit-wrapper .file-preview{margin:0 auto 2em}.l-rainbow-edit-wrapper--settings{margin:0;width:100%}.l-rainbow-edit-wrapper--settings .add-button,.l-rainbow-edit-wrapper--settings .file-preview{margin-top:-.4em}.l-rainbow-edit-wrapper--settings .l-rainbow-edit-wrapper__body{margin:0}@media screen and (min-width:60em){.l-rainbow-edit-wrapper--settings .l-rainbow-edit-wrapper__body{margin-left:2.5%}}.l-rainbow-edit-wrapper--customer{gap:2em;justify-content:space-between;margin:2em 0 0;width:100%}.l-rainbow-edit-wrapper--customer .card-wrapper{flex-grow:1}.l-rainbow-edit-wrapper--customer .add-button,.l-rainbow-edit-wrapper--customer .file-preview{height:inherit;margin:0;width:20%}.l-rainbow-edit-wrapper__image{align-items:center;display:flex;flex-direction:column;margin:0 auto 3em;min-width:14em}@media screen and (min-width:60em){.l-rainbow-edit-wrapper__image{margin:0 3.5% 0 4.5%}}.l-rainbow-edit-wrapper__image>*{margin:1em 0}.l-rainbow-edit-wrapper__image>:first-child{margin-top:-.3125em}.l-rainbow-edit-wrapper__body{display:flex;flex-direction:column;flex-grow:1;margin-left:2.5%;margin-right:3.5%}@media screen and (min-width:46em){.l-rainbow-edit-wrapper__body{margin-left:3.5%;margin-right:4.5%}}.l-rainbow-edit-wrapper__body>*{margin:.3125em 0}.l-rainbow-edit-wrapper__body>:first-child{margin-top:-.3125em}.l-rainbow-edit-wrapper .rainbow-card{min-height:5em}.l-row-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:calc(var(--row-gap)*-1) calc(var(--row-gap)*-.5) 0}@media screen and (min-width:46em){.l-row-wrapper{flex-wrap:nowrap}}.l-row-wrapper>*{margin:var(--row-gap) calc(var(--row-gap)*.5) 0}.l-row-wrapper--alignRight{justify-content:flex-end}.l-row-wrapper--center{justify-content:center}.l-row-wrapper--spaceBetween{justify-content:space-between}.l-row-wrapper--separator{border-bottom:2px solid #262634;border-bottom:2px solid var(--gray-180)}.l-screen-item{margin-top:4em;padding-top:16em;position:relative}.l-screen-item__arrow{display:none}.l-screen-item:not(:last-child) .l-screen-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:12.125em;left:calc(50% - .05rem);position:absolute;top:100%;width:.1rem}.l-screen-item:nth-last-child(2) .l-screen-item__arrow{height:calc(11.125em - .5rem)}.l-screen-item:nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}@media screen and (min-width:542px){.l-screen-item__arrow{display:none}.l-screen-item:not(:last-child) .l-screen-item__arrow,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 8em - .05rem);width:4.125em}.l-screen-item:not(:last-child) .l-screen-item__arrow:after,.l-screen-item:not(:last-child) .l-screen-item__arrow:before,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow:before{display:none}.l-screen-item:not(:nth-child(1n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow{width:calc(3.125em - .5rem)}}@media screen and (min-width:542px)and (((min-width:862px) and (max-width:1127px)) or (min-width:1224px)){.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}}@media screen and (min-width:542px)and (((min-width:542px) and (max-width:861px)) or ((min-width:1128px) and (max-width:1223px))){.l-screen-item:nth-child(odd):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000!important;border-left-color:#fd2d55!important;border-left:.5rem solid var(--bright-pink)!important;left:100%!important;top:calc(50% - .5rem)!important}}@media screen and (min-width:542px){.l-screen-item:nth-child(odd):nth-last-child{margin-top:9em}.l-screen-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:.1rem;top:calc(50% + 8em - .05rem)}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(100% + 4.125em + .2rem)}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow-head{left:-.45rem}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;left:0;top:50%}}@media screen and ((min-width:862px) and (max-width:1127px)){.l-screen-item__arrow{display:none}.l-screen-item:not(:last-child) .l-screen-item__arrow,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 8em - .05rem);width:4.125em}.l-screen-item:not(:last-child) .l-screen-item__arrow:after,.l-screen-item:not(:last-child) .l-screen-item__arrow:before,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{display:none}.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}.l-screen-item:not(:nth-child(3n)):nth-last-child(2) .l-screen-item__arrow{width:calc(3.125em - .5rem)}}@media screen and ((min-width:862px) and (max-width:1127px))and (((min-width:862px) and (max-width:1127px)) or (min-width:1224px)){.l-screen-item:not(:nth-child(3n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}}@media screen and ((min-width:862px) and (max-width:1127px))and (((min-width:542px) and (max-width:861px)) or ((min-width:1128px) and (max-width:1223px))){.l-screen-item:nth-child(odd):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000!important;border-left-color:#fd2d55!important;border-left:.5rem solid var(--bright-pink)!important;left:100%!important;top:calc(50% - .5rem)!important}}@media screen and ((min-width:862px) and (max-width:1127px)){.l-screen-item:nth-child(odd):nth-last-child{margin-top:9em}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:.1rem;top:calc(50% + 8em - .05rem)}.l-screen-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-screen-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-screen-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(200% + 8.25em + .2rem)}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow-head{left:-.45rem}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;left:0;top:50%}}@media screen and (min-width:1128px){.l-screen-item__arrow{display:none}.l-screen-item:not(:last-child) .l-screen-item__arrow,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 8em - .05rem);width:4.125em}.l-screen-item:not(:last-child) .l-screen-item__arrow:after,.l-screen-item:not(:last-child) .l-screen-item__arrow:before,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(1n):not(:last-child) .l-screen-item__arrow:before{display:none}.l-screen-item:not(:nth-child(1n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow{width:calc(3.125em - .5rem)}}@media screen and (min-width:1128px)and (((min-width:862px) and (max-width:1127px)) or (min-width:1224px)){.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}}@media screen and (min-width:1128px)and (((min-width:542px) and (max-width:861px)) or ((min-width:1128px) and (max-width:1223px))){.l-screen-item:nth-child(odd):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000!important;border-left-color:#fd2d55!important;border-left:.5rem solid var(--bright-pink)!important;left:100%!important;top:calc(50% - .5rem)!important}}@media screen and (min-width:1128px){.l-screen-item:nth-child(odd):nth-last-child{margin-top:9em}.l-screen-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:.1rem;top:calc(50% + 8em - .05rem)}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(100% + 4.125em + .2rem)}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow-head{left:-.45rem}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;left:0;top:50%}}@media screen and (min-width:1224px){.l-screen-item__arrow{display:none}.l-screen-item:not(:last-child) .l-screen-item__arrow,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 8em - .05rem);width:4.125em}.l-screen-item:not(:last-child) .l-screen-item__arrow:after,.l-screen-item:not(:last-child) .l-screen-item__arrow:before,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(2n):not(:last-child) .l-screen-item__arrow:before{display:none}.l-screen-item:not(:nth-child(2n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}.l-screen-item:not(:nth-child(3n)):nth-last-child(2) .l-screen-item__arrow{width:calc(3.125em - .5rem)}}@media screen and (min-width:1224px)and (((min-width:862px) and (max-width:1127px)) or (min-width:1224px)){.l-screen-item:not(:nth-child(3n)):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}}@media screen and (min-width:1224px)and (((min-width:542px) and (max-width:861px)) or ((min-width:1128px) and (max-width:1223px))){.l-screen-item:nth-child(odd):nth-last-child(2) .l-screen-item__arrow-head{border:.5rem solid #0000!important;border-left-color:#fd2d55!important;border-left:.5rem solid var(--bright-pink)!important;left:100%!important;top:calc(50% - .5rem)!important}}@media screen and (min-width:1224px){.l-screen-item:nth-child(odd):nth-last-child{margin-top:9em}.l-screen-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:.1rem;top:calc(50% + 8em - .05rem)}.l-screen-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-screen-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-screen-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-screen-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(200% + 8.25em + .2rem)}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow-head{left:-.45rem}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:after,.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-screen-item:nth-child(3n):not(:last-child) .l-screen-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;left:0;top:50%}}.l-screen-item__headline{background-color:#31324a;background-color:var(--gray-250);border-radius:.625em;height:14rem;left:50%;padding:.75em 1em;position:absolute;top:0;transform:translateX(-50%);width:calc(100% + 1.5em)}.l-screen-item__headline--placeholder{font-style:italic!important;opacity:.5}.l-screen-item__headline h5{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.l-screen-item__headline .edit-input{font-size:.875em;text-align:left}.l-screen-item__headline .edit-input input{height:2.5em}.l-screen-item__headline h5{font-style:italic;font-weight:800;text-transform:uppercase}.l-screen-item__headline .destroy-button{opacity:1;position:absolute;right:-1em;top:-1em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:60em){.l-screen-item__headline .destroy-button{opacity:0;visibility:hidden}}.l-screen-item__headline:hover .destroy-button{opacity:1;visibility:visible}.l-screen-item__description{display:-webkit-box;font-size:.875em;height:9.5em;line-height:1.5;padding-top:.375em;-webkit-line-clamp:6;-webkit-box-orient:vertical;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.l-screen-item__description--placeholder{font-style:italic;opacity:.5}.l-screen-item__description textarea{height:9rem}.l-screen-item__description--auto,.l-screen-item__description--auto textarea{height:auto}.l-screen-item input{font-size:1em;font-style:italic;font-weight:800;height:1.5em;line-height:1.5;text-align:center;text-transform:uppercase;text-transform:none}.l-user-flow-item{margin-top:4em;padding-top:8.5em;position:relative}.l-user-flow-item--small{margin-top:0}.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:12.125em;left:calc(50% - .05rem);position:absolute;top:100%;width:.1rem}.l-user-flow-item:nth-last-child(2) .l-user-flow-item__arrow{height:calc(11.125em - .5rem)}.l-user-flow-item:nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}@media(min-width:1152px){.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 2em - .05rem);width:4.125em}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow--small,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:before,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:before{display:none}.l-user-flow-item:not(:nth-child(1n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:130%;width:0;z-index:1}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow{width:calc(3.125em - .5rem)}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:.1rem;top:calc(50% + 2em - .05rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(100% + 4.125em + .2rem)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head{left:-.45rem;top:130%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head--small{top:100%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;height:80%;left:0;top:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow--small:after{height:50%}}@media(min-width:1063px)and (max-width:1127px){.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 2em - .05rem);width:4.125em}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow--small,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:before,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:before{display:none}.l-user-flow-item:not(:nth-child(1n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:130%;width:0;z-index:1}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow{width:calc(3.125em - .5rem)}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:.1rem;top:calc(50% + 2em - .05rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(100% + 4.125em + .2rem)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head{left:-.45rem;top:130%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head--small{top:100%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;height:80%;left:0;top:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow--small:after{height:50%}}@media(min-width:1128px){.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:12.125em;left:calc(50% - .05rem);position:absolute;top:100%;width:.1rem}.l-user-flow-item:nth-last-child(2) .l-user-flow-item__arrow{height:calc(11.125em - .5rem)}.l-user-flow-item:nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:100%;width:0;z-index:1}}@media(min-width:1440px){.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 2em - .05rem);width:4.125em}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow--small,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:before,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{display:none}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:130%;width:0;z-index:1}.l-user-flow-item:not(:nth-child(3n)):nth-last-child(2) .l-user-flow-item__arrow{width:calc(3.125em - .5rem)}.l-user-flow-item:not(:nth-child(3n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:.1rem;top:calc(50% + 2em - .05rem)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-user-flow-item:nth-child(3n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(200% + 8.25em + .2rem)}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow-head{left:-.45rem;top:130%}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow-head--small{top:100%}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;height:80%;left:0;top:50%}.l-user-flow-item:nth-child(3n):not(:last-child) .l-user-flow-item__arrow--small:after{height:50%}}@media(min-width:1504px)and (max-width:1620px){.l-user-flow-item__arrow{display:none}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow{background-color:#fd2d55;background-color:var(--bright-pink);display:block;height:.1rem;left:100%;position:absolute;top:calc(50% + 2em - .05rem);width:4.125em}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow--small,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:not(:last-child) .l-user-flow-item__arrow:before,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(1n):not(:last-child) .l-user-flow-item__arrow:before{display:none}.l-user-flow-item:not(:nth-child(1n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-top-color:#fd2d55;border-top:.5rem solid var(--bright-pink);display:block;height:0;left:calc(50% - .5rem);position:absolute;top:130%;width:0;z-index:1}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow{width:calc(3.125em - .5rem)}.l-user-flow-item:not(:nth-child(2n)):nth-last-child(2) .l-user-flow-item__arrow-head{border:.5rem solid #0000;border-left-color:#fd2d55;border-left:.5rem solid var(--bright-pink);left:100%;top:calc(50% - .5rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:.1rem;top:calc(50% + 2em - .05rem)}.l-user-flow-item:nth-child(1n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow--small{top:calc(50% + 4em - .05rem)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow{height:calc(10.125em - 1rem);top:calc(100% + .5rem + 1em)}.l-user-flow-item:nth-child(2n):not(:last-child):nth-last-child(2) .l-user-flow-item__arrow:before{height:calc(50% + .5rem + 1em);top:calc(-.5rem - 1em - 1px)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow{background-color:#0000;display:block;height:12.125em;left:auto;position:absolute;right:calc(50% - .1rem);top:100%;width:calc(100% + 4.125em + .2rem)}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head{left:-.45rem;top:130%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow-head--small{top:100%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after,.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border:.1rem solid #fd2d55;border:.1rem solid var(--bright-pink);content:"";display:block;height:50%;position:absolute;width:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:before{border-bottom-right-radius:2em;border-left:none;border-top:none;box-sizing:initial;right:0;top:-1px}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow:after{border-bottom:none;border-right:none;border-top-left-radius:2em;bottom:0;height:80%;left:0;top:50%}.l-user-flow-item:nth-child(2n):not(:last-child) .l-user-flow-item__arrow--small:after{height:50%}}.l-user-flow-item__headline{background-color:#181920;background-color:var(--background-first);left:50%;position:absolute;top:0;transform:translateX(-50%);width:100%}.l-user-flow-item input,.l-user-flow-item__headline{font-weight:800;text-align:center;text-transform:uppercase}.l-user-flow-item input{font-size:1em;font-style:italic;height:1.5em;line-height:1.5;text-transform:none}.l-user-flow-item .destroy-button{opacity:1;position:absolute;right:-1.2em;top:3.5em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:60em){.l-user-flow-item .destroy-button{opacity:0;visibility:hidden}}.l-user-flow-item:hover .destroy-button{opacity:1;visibility:visible}.l-user-flow-item .destroy-button{top:8em}.l-trello-wrapper{display:flex;justify-content:flex-start;margin-bottom:0;min-width:calc(100vw - 50em);padding:2em;position:relative;width:-webkit-min-content;width:min-content}@media screen and (min-width:46em){.l-trello-wrapper{margin-top:-4em;padding:4em 2em 2em}}.l-trello-wrapper>*{margin:0 .75em}.l-trello-wrapper>.card-column{margin-top:-2em}.l-trello-wrapper__page-content-wrapper{--scrollbarBG:var(--gray-180);--thumbBG:var(--gray-110);min-height:100vh;overflow:auto;position:relative;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}.l-trello-wrapper__page-content-wrapper::-webkit-scrollbar{height:11px;width:11px}.l-trello-wrapper__page-content-wrapper::-webkit-scrollbar-corner{background:var(--scrollbarBG)}.l-trello-wrapper__page-content-wrapper::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}.l-trello-wrapper__page-content-wrapper::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}.l-trello-wrapper__page-content-wrapper>.page-header{left:0;position:-webkit-sticky;position:sticky}.l-item-stack{display:grid;grid-gap:1em;justify-items:start}.l-item-stack--spaced{justify-items:inherit}.l-item-stack--center{justify-items:center}.l-item-stack-horizontal{align-items:center;display:flex}.l-item-stack-horizontal>*,.l-item-stack-horizontal>h2{display:flex}.l-item-stack-horizontal>:not(:last-child),.l-item-stack-horizontal>h2:not(:last-child){margin-right:.5em}.l-item-stack-horizontal--space-between{justify-content:space-between}.l-item-stack-horizontal--flex-end{justify-content:flex-end}.l-item-stack-horizontal--at-top{align-items:flex-start}.l-item-stack-regular{display:flex;flex-direction:column;gap:1rem}.l-item-stack-regular>*{flex-grow:1}.fire-layout-content{background:#181920;background:var(--background-first);margin:0 auto 8rem;min-width:0;overflow-x:hidden;padding:2em 2em 0;width:100%}.fire-layout-content__input-container{margin:.625rem auto 1rem;max-width:54em;width:80%}.fire-layout-content__fire-list{--item-background:var(--gray-250);display:grid;grid-auto-rows:minmax(9.9375em,-webkit-max-content);grid-auto-rows:minmax(9.9375em,max-content);grid-template-columns:repeat(auto-fit,minmax(-webkit-min-content,18.6875rem));grid-template-columns:repeat(auto-fit,minmax(min-content,18.6875rem));grid-gap:.6875rem;gap:.6875rem;justify-content:space-around}.fire-layout-content__detail-container{padding:2em 4em 0}.fire-layout-content__overview-container{padding-top:2em}.fire-layout-item-detail{position:relative}.fire-layout-item-detail .l-overlay-wrapper--twoButtons{position:absolute!important}.login-form{--form-background:var(--gray-250);color:#fff;color:var(--white);display:flex;justify-content:center;max-width:40em;padding:2em 0;width:100%}.login-form form{background:var(--form-background);border-radius:.625em;padding:2em;width:100%}@media screen and (min-width:46em){.login-form form{padding:3em}}.login-form form .typography{padding-bottom:2em}.login-form form .l-row-wrapper{justify-content:center}.login-form__error{background:#fd2d55;background:var(--highlight);border-radius:3px;margin-bottom:2em;padding:1em}.login-screen{--form-background:var(--gray-250);align-items:center;color:#ffffff80;color:var(--white-opacity);display:flex;flex-direction:column;justify-content:center;padding:4em 2em}@media screen and (min-width:46em){.login-screen{padding:4em}}.login-screen a{color:#ffffff80;color:var(--white-opacity);text-decoration:none}.login-screen a:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.3em}.action-overlay-button{--text-color:var(--white);--text-color-opacity:var(--white-opacity);--background-color:var(--gray-300);align-items:center;background:#404162;background:var(--gray-300);border-radius:.5rem;border-radius:var(--space-s);color:#fff;color:var(--text-color);display:flex;flex-direction:column;font-size:.875em;font-size:.7rem;font-style:italic;font-weight:800;gap:.5rem;gap:var(--space-s);justify-content:space-evenly;line-height:1.5;line-height:1.25;max-width:9rem;padding:.5rem 1rem;padding:var(--space-s) var(--space-m);text-transform:uppercase}.action-overlay-button--inline{flex-direction:row;justify-content:flex-start;max-width:100%;text-align:left;width:100%}.action-overlay-button .icon{height:1.75em;width:1.75em}.action-overlay-button:disabled{color:var(--text-color-opacity);cursor:not-allowed}.action-overlay-button:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.5em}.action-overlay-select-button{-moz-appearance:none;-webkit-appearance:none;background:#31324a80;border-radius:50%;box-shadow:0 0 11px 0 #00000029;color:#ffffff80;cursor:pointer;display:block;height:3.375em;line-height:1;overflow:hidden;transition:background .3s ease,color .3s ease;width:3.375em;z-index:10}.action-overlay-select-button:hover{box-shadow:0 0 3px 4px hsla(0,0%,100%,.125)}.action-overlay-select-button--selected{background:#31324a;color:#00d241;color:var(--bright-green)}.action-overlay-select-button:focus{outline:none}.add-button{--button-background:var(--gray-250);--button-text:var(--white-opacity);-moz-appearance:none;-webkit-appearance:none;background:var(--button-background);border:1px dashed var(--button-text);border-radius:.714em;color:var(--button-text);cursor:pointer;display:block;font-size:.875em;height:calc(16.357em + 2px);justify-content:center;line-height:1.857;line-height:1;max-width:calc(19.857em + 2px);overflow:hidden;position:relative;transition:.2s;transition:var(--hover-transition);width:100%}.add-button--fill-container{height:100%;max-width:none}.add-button--screen{height:calc(30rem + 2px);margin-top:8.5em;max-width:calc(13.875rem + 2px)}@media(min-width:542px){.add-button--screen{margin-top:22.5em}}.add-button--user-flow{height:11.125rem;max-height:11.125rem}.add-button .icon{font-size:2em;margin-bottom:0}.add-button:focus,.add-button:hover{--button-text:var(--white)}.add-button:focus{outline:none}.add-button__inner{align-items:center;display:flex;flex-direction:column}.add-button__inner>*{margin:.39em 0}.add-button__text{display:inline-block;line-height:1.43}.add-button:disabled{color:var(--button-text);cursor:not-allowed}.add-card-button{align-items:center;background:#0000;border:1px dashed #fff;border:1px dashed var(--text-color);border-radius:50%;color:#fff;color:var(--text-color);display:flex;font-size:.875em;justify-content:center;opacity:.5;padding:.65em;transition:all .2s;transition:all var(--hover-transition)}.add-card-button:hover{opacity:1}.add-card-button:focus{opacity:1;outline:none;transition:none}.add-card-button:disabled{cursor:not-allowed;opacity:.5}.add-card-button svg{height:1.6em;width:1.6em}.avatar{background:#101014;background:var(--background-second);border-radius:50%;color:inherit;max-width:4.375em;min-width:2.5em;width:100%}.avatar__square{height:0;padding-bottom:100%;position:relative;width:100%}.avatar__copy{align-items:center;background:#101014;background:var(--background-second);border:1px solid #fd2d55;border:1px solid var(--highlight);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:.875em;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.avatar__copy--no-color{background:#262634;background:var(--gray-180);border:none;color:#bebebe;color:var(--text-color-secondary)}.avatar__image{border-radius:50%;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.avatar__image:before{align-items:center;background:#101014;background:var(--background-second);border:1px solid #fd2d55;border:1px solid var(--highlight);border-radius:50%;display:flex;font-size:.875em;height:100%;justify-content:center;line-height:1;text-align:center;width:100%}.avatar__name{background:#000;background:var(--background-third);border-radius:1em;bottom:-2.5em;color:#fff;color:var(--white);font-size:.6875em;font-style:italic;font-weight:800;left:50%;line-height:1.5;line-height:1;opacity:0;padding:.5em 1em;pointer-events:none;position:absolute;text-transform:uppercase;transform:translate(-50%,1em);transition:opacity .2s ease-out,transform .4s ease-out;white-space:nowrap;z-index:2}.avatar:focus .avatar__name,.avatar:hover .avatar__name{opacity:1;transform:translate(-50%)}.avatar:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.25em}.avatar--add{opacity:.5}.avatar--add .avatar__copy{background:none;border:1px dashed #fff;border:1px dashed var(--text-color);opacity:.5}.avatar-bubble{align-items:center;display:flex;flex-direction:column}.avatar-bubble .bubble{position:relative;z-index:2}.avatar-bubble .avatar{margin-top:-.25rem;width:7.5rem}.avatar-stack{display:flex;flex-direction:row-reverse}.avatar-stack>*{width:2.5em}.avatar-stack>*+*{margin-right:-.5em;transition:margin-right .2s ease-out}.bubble{background:#9013fee6;border-radius:99rem;color:#fff;display:grid;font-size:.875rem;height:3.57em;line-height:1.285;max-width:14em;min-width:10ch;padding:.5em 1.42em;place-items:center;position:relative}.bubble:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%239013FE' fill-opacity='.9' fill-rule='evenodd' d='M0 0c1 2 3 5 3 10L13 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:100% 100%;bottom:-1em;content:"";height:1em;position:absolute;right:3em;width:1em}.bubble__content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.57em;overflow:hidden;text-overflow:ellipsis}.briefing-detail-row{display:flex;gap:var(--column-gap)}.briefing-detail-row>*{flex-basis:50%}.briefing-detail-row--one-third>:first-child{flex-basis:66%}.briefing-detail-row--one-third>:last-child{flex-grow:1}@media(max-width:46em){.briefing-detail-row{flex-direction:column}.briefing-detail-row>*{width:100%}}.briefing-element{--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);margin-bottom:.625em;position:relative}.briefing-element--with-top{padding-top:1em}@media screen and (min-width:56em){.briefing-element--with-top{padding-top:7em}}.briefing-element a{color:#fff;color:var(--text-color);text-decoration:none}.briefing-element .card-header{padding-bottom:.5em}.briefing-element__body{background:var(--card-background-secondary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;max-width:56em;padding:1.5em;padding:var(--gap-S);position:relative;width:100%}.briefing-element__question{word-wrap:break-word}.briefing-element__link{border-radius:.625em;bottom:0;left:0;position:absolute;right:0;top:0;transition:box-shadow .2s ease-out;z-index:1}.briefing-element__link:hover{box-shadow:inset 0 0 0 .375em #ffffff80;box-shadow:0 0 0 .375em var(--white-opacity) inset}.briefing-element__link:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.briefing-element--gradient .briefing-element__body{background:var(--card-background-primary)}.briefing-element .destroy-button{position:absolute;right:-.7em;top:-.7em}.card-slider__item>.briefing-element--with-top{padding-top:0}@media(min-width:56em){.card-slider__item>.briefing-element--with-top{padding-top:6em}}.card-slider .card-slider__item .briefing-element__body{height:calc(90em - 300vw);overflow:hidden}@media(min-width:360px){.card-slider .card-slider__item .briefing-element__body{height:calc(52em - 125vw)}}@media(min-width:470px){.card-slider .card-slider__item .briefing-element__body{height:calc(30em - 50vw)}}@media(min-width:530px){.card-slider .card-slider__item .briefing-element__body{height:15em}}.card-column{background:#262634;background:var(--gray-180);border-radius:.625em;flex-shrink:0;min-height:40em;position:relative;width:17.3125em}.card-column--add{background:#0000}.card-column--add .card-column__head{background-clip:initial;border:1px dashed #bebebe;border:1px dashed var(--text-color-secondary);cursor:pointer;opacity:.8}.card-column--add .card-column__head:hover{color:#fff;color:var(--text-color);opacity:1}.card-column--add .card-column__button{display:none}.card-column__head{align-items:center;-moz-appearance:none;-webkit-appearance:none;background:#31324a;background:var(--gray-250);border:1px solid #0000;border-radius:.625em;color:#fff;color:var(--text-color);display:flex;height:calc(3.375em + 2px);justify-content:center;margin-bottom:1em;padding:1em;width:100%}.card-column__head:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.card-column__head--line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.card-column__head--input{font-size:.875em;font-size:1em;font-style:italic;font-weight:800;height:calc(3.375rem + 2px);line-height:1.5;margin-bottom:1rem;text-align:center;text-transform:uppercase}@media screen and (min-width:46em){.card-column__head--input{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}}.card-column__head--textarea{font-size:.875em;font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-align:center;text-transform:uppercase}@media screen and (min-width:46em){.card-column__head--textarea{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}}.card-column__body{position:relative;z-index:6}.card-column__title,.card-column__value{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.card-column__title--ai,.card-column__value--ai{padding-left:1em;text-align:start}.card-column .destroy-button{opacity:1;position:absolute;right:-.5em;top:-.5em;transition:.2s;transition:var(--hover-transition);visibility:visible}.card-column .destroy-button:focus{transition:none}@media screen and (min-width:60em){.card-column .destroy-button{opacity:0;visibility:hidden}}.card-column__button{display:flex;justify-content:space-evenly;padding:1em 2em}.card-column:hover .destroy-button{opacity:1;visibility:visible}.card-column__new_content{-moz-appearance:none;-webkit-appearance:none;background:#31324a;background:var(--gray-250);background-clip:initial;border:1px dashed #bebebe;border:1px dashed var(--text-color-secondary);border-radius:.625em;color:#fff;color:var(--text-color);cursor:pointer;display:flex;height:calc(100% - 9em);justify-content:center;margin-bottom:1em;opacity:.8;opacity:1;padding:1em;width:100%}.card-column__new_content:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.card-column__content-box{align-items:center;display:flex;flex-direction:column;margin-top:8em}.card-column__content-text{align-items:center;display:flex;margin:1em 0;max-width:80%}.card-grid{overflow:hidden}@media screen and (min-width:46em){.card-grid{overflow:visible}}.card-grid .rainbow-card{height:20.625em;padding-top:0}.card-grid__items{display:grid;grid-gap:11px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:500px){.card-grid__items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){.card-grid__items{grid-template-columns:repeat(3,1fr)}.card-grid__items--twoColumns{grid-template-columns:repeat(2,1fr)}}.card-grid__item{align-items:center;display:flex;justify-items:center}.card-header{--text-color:var(--white);display:flex;padding-right:2em}.card-header--edit .card-header__edit-button{align-items:center;-moz-appearance:none;-webkit-appearance:none;background:none;border-radius:50%;color:#fff;display:flex;height:2em;justify-content:center;margin:0;padding:.4em;position:absolute;right:1em;top:1em;transition:.2s;transition:var(--hover-transition);width:2em}.card-header--edit .card-header__edit-button:hover{background:#ffffff1a;background:var(--white-focus)}.card-header--edit .card-header__edit-button:focus{background:#ffffff1a;background:var(--white-focus);outline:none}.card-header--edit .card-header__subtitle,.card-header--edit .card-header__title{padding-right:3em}.card-header__inner{display:flex;flex-direction:column;flex-grow:9999;justify-content:center}.card-header__title{font-size:1.625em;font-style:italic;font-weight:800;line-height:1.25;overflow-wrap:break-word;text-transform:uppercase;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;-ms-word-break:break-word;word-break:break-word}.card-header__title--simple{color:#ffffff80;color:var(--white-opacity);font-size:1.125em;font-style:inherit;font-weight:400;line-height:1;text-transform:inherit}.card-header__title--line-height-auto{line-height:normal}.card-header__title--single{font-size:1em;line-height:1.3}.card-header__subtitle{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;margin-top:.1em;text-transform:uppercase;text-transform:inherit}.card-header .company-logo{align-self:center;margin-right:1.5em;margin-right:var(--gap-S)}.card-menu{align-items:center;display:flex}.card-menu--small .card-menu__avatar{margin-right:.4em}.card-menu--small .card-menu__body{margin:0;width:100%}.card-menu--small .card-menu__body>*{margin:.5em .25em}.card-menu--small .card-menu__body .edit-menu{margin-left:auto;margin-right:0}.card-menu__avatar{height:2.5em;margin-right:1.4em;width:2.5em}.card-menu__body{align-items:center;display:flex;flex-wrap:wrap;margin:-.5em -.25em}.card-menu__body>*{margin:.5em .25em}@media screen and (min-width:25em){.card-menu__body{margin:-.5em -.55em}.card-menu__body>*{margin:.5em .55em}}.card-menu__body .edit-menu{margin-left:.9em;width:auto}@media screen and (min-width:25em){.card-menu__body .edit-menu{margin-left:.9em}}.card-menu__body .ai-author{font-size:.875em}.card-menu__body .ai-author .underline{text-decoration:underline}main{overflow-x:hidden}.card-slider__wrapper{display:grid;margin-left:-.5em;margin-right:-.5em}.card-slider__controls,.card-slider__items{grid-column-start:1;grid-row-start:1}.card-slider--size-normal .card-slider__wrapper{width:calc(100vw - 1.75em)}@media(min-width:23.125em){.card-slider--size-normal .card-slider__wrapper{width:calc(100% + 1em)}}.card-slider--size-normal .card-slider__controls{max-width:calc(100vw + 1em)}@media(max-width:45.875em){.card-slider--size-normal .card-slider__controls{margin:-1px -1em}}@media(min-width:45.875em){.card-slider--size-normal .card-slider__controls{margin:-1px calc(50% - 50vw - .5em)}}@media(min-width:70.5em){.card-slider--size-normal .card-slider__controls{margin:-1px calc(50% - 50vw + 10.28em)}}@media(min-width:93.9375em){.card-slider--size-normal .card-slider__controls{margin:-1px calc(50% - 50vw + 10.27em)}}.card-slider--size-large .card-slider__wrapper{width:100vw}@media(min-width:23.125em){.card-slider--size-large .card-slider__wrapper{width:calc(100% + 1em)}}.card-slider--size-large .card-slider__controls{margin-left:-.375em;padding:0}@media(max-width:57.9375em){.card-slider--size-large .card-slider__controls{width:100vw}}@media(min-width:46em){.card-slider--size-large .card-slider__controls{margin-left:-1.375em}}@media(min-width:57.9375em){.card-slider--size-large .card-slider__controls{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}@media(min-width:70.5em){.card-slider--size-large .card-slider__controls{margin-left:calc(50% - 50vw + 3em);margin-right:calc(50% - 50vw + 3em)}}.card-slider__controls{padding-left:.5em;padding-right:.5em;pointer-events:none;visibility:hidden;z-index:2}@media(min-width:30em){.card-slider__controls{visibility:visible}}.card-slider__controls:after{clear:both;content:"";display:block}.card-slider__control{-webkit-appearance:none;appearance:none;background-color:#181920;background-color:var(--gray-110);background-position:center 50%;background-repeat:no-repeat;background-size:50%;height:100%;opacity:.87;pointer-events:auto;text-indent:-999em;width:80px;width:1em}.card-slider__control:focus{outline:none}@media(min-width:37.5em){.card-slider__control{width:2em}}@media(min-width:60em){.card-slider__control{width:4.625em}}@media(min-width:70em){.card-slider__control{width:2.5em}}@media(min-width:81.25em){.card-slider__control{width:4.625em}}.card-slider__control--left{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g id="chevron-left" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><polygon id="Path" fill="%23fff" fill-rule="nonzero" points="14.902 2 16.999 4.356 11.68 10.333 10.253 12 11.681 13.667 17 19.643 14.902 22 6 12"/></g></svg>');float:left}.card-slider__control--right{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g id="chevron-right" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><polygon id="Path" fill="%23fff" fill-rule="nonzero" points="9.098 2 7.001 4.356 12.32 10.333 13.747 12 12.319 13.667 7 19.643 9.098 22 18 12"/></g></svg>');float:right}.card-slider__control--hidden{display:none}.card-slider__items{z-index:1}.card-slider__item,.card-slider__items--animated{transition:transform .2s ease-in-out}.card-slider__item{display:inline-block;height:auto;max-width:calc(100vw - 1em);padding:0 .5em;vertical-align:bottom}.card-slider__item>*{max-width:100%;width:100%}.card-slider__item--full-height{height:100%}.card-top{--card-background:var(--gray-250);--subtitle-color:var(--white-opacity);align-items:center;background:var(--card-background);border-top-left-radius:.625em;border-top-right-radius:.625em;display:flex;margin-bottom:-1em;min-height:6.5em;padding:1.3em 1.5em 2.5em;padding:1.3em var(--gap-S) 2.5em;position:relative;width:100%}@media screen and (min-width:56em){:not(.rainbow-card--unresponsive)>.card-top{left:0;margin-bottom:0;position:absolute;top:0}}.card-top__inner{display:flex;flex-direction:column;flex-grow:9999;justify-content:center}.card-top__title{font-size:1.625em;font-size:1.125em;line-height:1.25}.card-top__subtitle,.card-top__title{font-style:italic;font-weight:800;text-transform:uppercase}.card-top__subtitle{color:var(--subtitle-color);font-size:1em;font-style:normal;font-weight:400;line-height:1.5;line-height:1;margin-top:.5em;text-transform:inherit}.card-top .company-logo{align-self:center;margin-right:1.5em;margin-right:var(--gap-S)}.card-wrapper{--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);--card-background-subtle:var(--gray-180);background:var(--card-background-secondary);border-radius:.625em;padding:1.5em;padding:var(--gap-S);position:relative}.card-wrapper--gradient{background:var(--card-background-primary)}.card-wrapper--subtle{background:var(--card-background-subtle)}.card-wrapper--top{padding:8.7em 1.5em 1.5em;padding:8.7em var(--gap-S) var(--gap-S)}.card-wrapper--no-side-padding{padding:1.5em 0;padding:var(--gap-S) 0}.card-wrapper--clickable{cursor:pointer}.card-wrapper--clickable:focus,.card-wrapper--clickable:hover{background:#ffffff1a;background:var(--white-focus)}.card-wrapper--clickable:focus{outline:none}.card-wrapper .destroy-button{position:absolute;right:-.7em;top:-.7em}.circle-chart{max-width:3.5rem;position:relative}.circle-chart svg{display:block;width:100%}.circle-chart__stroke{stroke-dasharray:100px;stroke-dashoffset:100px;stroke-dashoffset:calc((100 - var(--value, 0))*1px);transform:rotate(-90deg);transform-origin:300px 300px;transition:stroke-dashoffset .7s ease-in-out}.circle-chart__value{color:#fff;font-size:.625rem;font-style:italic;font-weight:800;left:50%;opacity:.84;position:absolute;top:50%;transform:translate(-50%,-50%)}.close-button{--button-background:var(--gray-250);--button-text:var(--white);-moz-appearance:none;-webkit-appearance:none;background:var(--button-background);border-radius:50%;box-shadow:0 0 11px 0 #00000029;color:var(--button-text);cursor:pointer;display:block;height:3.375em;line-height:1;overflow:hidden;width:3.375em;z-index:10}.close-button:focus{outline:none}.cluster-container{margin-bottom:2rem}.cluster-container .cluster-title{color:#fff;color:var(--text-color);font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;margin-bottom:1rem;text-transform:uppercase}.cluster-container .painpoints-wrapper{background-color:#262634;background-color:var(--gray-180);border-radius:8px;margin:0 -1rem;overflow:hidden;position:relative}.cluster-container .painpoints-scroll{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-right:calc(80px + 1rem);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cluster-container .painpoints-scroll::-webkit-scrollbar{display:block;height:8px}.cluster-container .painpoints-scroll::-webkit-scrollbar-track{background:#262634;background:var(--gray-180)}.cluster-container .painpoints-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cluster-container .painpoints-scroll::-webkit-scrollbar-thumb:hover{background:#666}.cluster-container .painpoints-scroll>*{flex:0 0 320px;scroll-snap-align:start}.cluster-container .ai-button-container{align-items:center;background:#262634;background:var(--gray-180);bottom:0;display:flex;flex-direction:column;gap:1rem;justify-content:center;position:absolute;right:0;top:0;width:80px;z-index:10}.cluster-container .ai-button{background-color:#ff4b4b;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.25rem}.comment-card{--header-color:var(--white);--card-background:var(--gray-250);align-items:flex-start;background:var(--card-background);border-radius:.625em;display:flex;padding:1em .5em;position:relative;width:100%}@media screen and (min-width:46em){.comment-card{padding:1.5em;padding:var(--gap-S)}}.comment-card--menuVisible{z-index:1}.comment-card>*{margin-left:.75em;margin-left:calc(var(--gap-S)/2);margin-right:.75em;margin-right:calc(var(--gap-S)/2)}.comment-card__user{margin-left:0;width:2.5em}.comment-card__rating-container{display:flex;flex-wrap:wrap;margin-left:-.75em;margin-left:calc(var(--gap-S)/-2);margin-right:-.75em;margin-right:calc(var(--gap-S)/-2);width:100%}.comment-card__rating-container>*{flex-basis:15rem;margin-left:.75em;margin-left:calc(var(--gap-S)/2);margin-right:3em;margin-right:calc(var(--gap-S)*2)}.comment-card__rating{display:flex;flex-basis:10em;flex-direction:column;margin-top:.3em}.comment-card__header{align-items:flex-start;color:var(--header-color);display:flex;flex-direction:column;justify-content:center;margin-bottom:.625em;opacity:.5}.comment-card__header h3{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;text-transform:uppercase}.comment-card__header time{font-size:.875em;line-height:1.857;line-height:1.8}.comment-card__content{align-items:flex-start;display:flex;flex-direction:column;flex-grow:9999}.comment-card .typography{flex-grow:1;line-height:1.5;margin-bottom:0;margin-right:0;overflow:auto}.comment-card .icon-counter{align-self:flex-start;margin-top:1.25em}.comment-card .edit-button{align-self:flex-start;flex-shrink:0}.company-logo{background:var(--preview-background);border-radius:.714em;display:block;font-size:.875em;height:3.375rem;line-height:1.857;line-height:1;min-width:3.375rem;overflow:hidden;position:relative;width:3.375rem}.company-logo__image{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.company-logo:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.25em}.company-logo--big{height:5em;min-width:5em}.company-logo--small{min-width:2.25em;width:2.25em}.comment-popup{--header-color:var(--white);--card-background:var(--gray-250);align-items:flex-start;background:var(--card-background);border-radius:.625em;display:flex;max-width:54em;padding:1.5em;padding:var(--gap-S);padding-bottom:4em;position:relative;width:100%}.comment-popup>*{margin-left:0;margin-right:0}@media screen and (min-width:46em){.comment-popup>*{margin-left:.75em;margin-left:calc(var(--gap-S)/2);margin-right:.75em;margin-right:calc(var(--gap-S)/2)}}.comment-popup .edit-textarea{margin-right:0}.comment-popup__container{flex-grow:9999;margin:0}.comment-popup__container,.comment-popup__inner{display:flex;flex-direction:column}.comment-popup__inner>*{margin-left:0;margin-right:0}@media screen and (min-width:46em){.comment-popup__inner{flex-direction:row}.comment-popup__inner>*{margin-left:.75em;margin-left:calc(var(--gap-S)/2);margin-right:.75em;margin-right:calc(var(--gap-S)/2)}}.comment-popup__title{display:flex;font-size:.875em;font-style:italic;font-weight:800;justify-content:center;line-height:1.5;margin-bottom:2rem;text-transform:uppercase}.comment-popup__user{margin-bottom:.5em;width:2.5em}@media screen and (min-width:46em){.comment-popup__user{margin-bottom:0}}.comment-popup__rating-container{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;width:100%}.comment-popup__rating-container>*{flex-basis:15rem;margin-left:0;margin-right:0}@media screen and (min-width:36em){.comment-popup__rating-container{margin-left:-.75em;margin-left:calc(var(--gap-S)/-2);margin-right:-.75em;margin-right:calc(var(--gap-S)/-2)}.comment-popup__rating-container>*{margin-left:.75em;margin-left:calc(var(--gap-S)/2);margin-right:3em;margin-right:calc(var(--gap-S)*2)}}.comment-popup__rating{display:flex;flex-basis:10em;flex-direction:column}.comment-popup__header{color:var(--header-color);display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:.625em;min-height:2em;opacity:.5}@media screen and (min-width:46em){.comment-popup__header{min-height:2.5em}}.comment-popup__header h3{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;text-transform:uppercase}.comment-popup__header time{font-size:.875em;line-height:1.857;line-height:1.8}.comment-popup__content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;flex-grow:9999;max-height:100%}.comment-popup__comment{background:linear-gradient(#31324a 30%,#fff0),linear-gradient(#fff0,#31324a 70%) 0 100%,radial-gradient(farthest-side at 50% 0,#fff9,#fff0),radial-gradient(farthest-side at 50% 100%,#fff9,#fff0) 0 100%;background:linear-gradient(var(--gray-250) 30%,#fff0),linear-gradient(#fff0,var(--gray-250) 70%) 0 100%,radial-gradient(farthest-side at 50% 0,#fff9,#fff0),radial-gradient(farthest-side at 50% 100%,#fff9,#fff0) 0 100%;background-attachment:local,local,scroll,scroll;background-color:#31324a;background-color:var(--gray-250);background-repeat:no-repeat;background-size:100% 2.5em,100% 2.5em,100% .875em,100% .875em;flex-grow:1;font-size:.875em;line-height:1.857;line-height:1.5;margin-right:0;overflow:auto}.comment-popup .main-button,.comment-popup .main-button--secondary{bottom:-1.8em;left:50%;position:absolute;transform:translateX(-50%)}.comment-popup .destroy-button{position:absolute;right:-.7em;top:-.7em}@media screen and (min-width:46em){.comment-popup .destroy-button{right:-1.4em}}.company-nav-item{--subtitle-color:var(--white-opacity);--text-color:var(--white);align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;cursor:pointer;display:flex;height:3.375rem;justify-content:center;padding:0;position:relative}.company-nav-item .company-logo{height:2.5rem;margin-right:.75em;min-width:2.5rem;width:2.5rem}.company-nav-item__body{text-align:left}.company-nav-item__link--active{background:var(--hover-background)}.company-nav-item__link--active,.company-nav-item__link--active:hover{color:#fd2d55;color:var(--highlight)}.company-nav-item__link--inactive,.company-nav-item__link--inactive:hover{background:none;color:inherit;opacity:.2}.company-nav-item__subtitle,.company-nav-item__title{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;max-width:9em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.company-nav-item__subtitle{color:var(--subtitle-color);font-style:normal;font-weight:400;margin-top:.4em;text-transform:inherit}.counter-label{cursor:pointer;display:inline-block;font-size:.75em;line-height:2}table.customer-list{border-collapse:initial;border-spacing:0 30px}table.customer-list tr{height:78.75px}table.customer-list thead th{background-color:#31324a;background-color:var(--gray-250);color:var(--gray-500);cursor:pointer;font-size:1rem;font-weight:200;padding:1.25rem;text-align:left}table.customer-list thead th:first-child{border-bottom-left-radius:.714em;border-top-left-radius:.714em;width:0}table.customer-list thead th:last-child{border-bottom-right-radius:.714em;border-top-right-radius:.714em}table.customer-list thead th:not(:first-child){padding-left:1rem}table.customer-list td,table.customer-list th{background-color:var(--gray-500);border:0 solid #ccc;padding:0}table.customer-list tbody tr:nth-child(odd) td{background-color:#262634;background-color:var(--gray-180)}table.customer-list tbody td:first-child{border-bottom-left-radius:.714em;border-top-left-radius:.714em}table.customer-list tbody td:last-child{border-bottom-right-radius:.714em;border-top-right-radius:.714em;padding-right:1rem}table.customer-list tbody td:not(:first-child){padding-left:1rem}table.customer-list .customer-logo{cursor:pointer;width:1%}table.customer-list .customer-name{color:#fff;color:var(--text-color);cursor:pointer;font-size:1.25rem;font-style:italic;font-weight:800}table.customer-list .customer-sector{color:#fff;color:var(--text-color);font-size:.875rem;font-style:italic;font-weight:600}table.customer-list .project-info{color:var(--gray);font-size:1rem;font-weight:200}table.customer-list .customer-info-header{display:none}@media screen and (min-width:46em){table.customer-list .customer-info-header{display:table-header-group}}table.customer-list .customer-info{display:none}@media screen and (min-width:46em){table.customer-list .customer-info{display:table-cell}}table.customer-list .asc:after{content:url('data:image/svg+xml;utf8,<svg transform="rotate%28180%29" width="10" height="7" viewBox="0 0 8 5" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="white"/></svg>');padding-left:.625rem;position:relative;top:-2px}table.customer-list .desc:after{content:url('data:image/svg+xml;utf8,<svg width="10" height="7" viewBox="0 0 8 5" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="white"/></svg>');padding-left:.625rem;position:relative;top:-2px}table.customer-list .inactive.asc:after,table.customer-list .inactive.desc:after{opacity:.1}.decoration-select-benchmark{background:url(data:image/png;base64,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);background-position:right 2rem top;background-repeat:no-repeat;background-size:auto 100%}.decoration-benchmark-inspiration,.decoration-select-benchmark{flex-shrink:0;height:8.25rem;margin-bottom:-3rem;pointer-events:none}.decoration-benchmark-inspiration{background:url(data:image/png;base64,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);background-position:right 50% top;background-repeat:no-repeat;background-size:auto 100%}.destroy-button,.icon-button{--button-background:var(--highlight);--button-text:var(--white);-moz-appearance:none;-webkit-appearance:none;background:var(--button-background);border-radius:50%;color:var(--button-text);cursor:pointer;display:block;font-size:.875em;height:2em;line-height:1.857;line-height:1;overflow:hidden;width:2em;z-index:5}.destroy-button:focus,.icon-button:focus{outline:none}.edit-button{-moz-appearance:none;-webkit-appearance:none;background:#0000;border:none;border-radius:50%;color:inherit;cursor:pointer;display:block;font-size:.875em;font-style:italic;font-weight:800;height:auto;line-height:1.5;line-height:1;margin-left:-.4em;overflow:visible;padding:.4em;position:relative;text-transform:uppercase;transition:.2s;transition:var(--hover-transition)}.edit-button:focus,.edit-button:hover{background:#ffffff1a;background:var(--white-focus)}.edit-button:focus{outline:none}.edit-button+.edit-menu__menu .popup-menu{margin-top:.75em}@media(min-width:46em){.edit-button+.edit-menu__menu .popup-menu{margin-top:.75em}}.edit-input{--edit-background:var(--gray-180);--text-color:var(--white);--edit-text-color:var(--gray-750);line-height:1;position:relative;z-index:1}.edit-input--fullHeight{height:100%}.edit-input--login{width:10em}.edit-input--login .edit-input__input{font-size:1em;height:calc(1em + 2rem);padding:.5em 1.25rem}.edit-input--login .edit-input__select-wrapper:after{top:1.05em}.edit-input label{color:var(--edit-text-color);display:inline-block;font-size:1em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;margin-bottom:1rem;text-transform:uppercase}.edit-input__select-wrapper{height:100%;position:relative}.edit-input__select-wrapper:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="%23ffffff80" d="M12.663238,16.6944813 C12.2957425,17.0994487 11.7042795,17.1042235 11.3324915,16.6944813 L3.20134064,7.7332584 C2.83388506,7.32829097 2.98514121,7 3.52683095,7 L20.4698523,7 C21.0170712,7 21.1670988,7.32351619 20.7952704,7.7332584 L12.663238,16.6944813 Z"/></g></svg>');background-size:cover;content:"";display:block;height:1em;pointer-events:none;position:absolute;right:1em;top:50%;transform:translateY(-50%);width:1em;z-index:5}.edit-input__input{-moz-appearance:none;-webkit-appearance:none;background:var(--edit-background);border:none;border-radius:3px;color:#fff;color:var(--text-color);display:block;font-size:1.625em;font-style:inherit;font-weight:400;height:calc(1em + 2.5rem);line-height:1.5;margin:0;padding:.5rem 1.25rem;text-transform:inherit;width:100%}.edit-input__input--normal-font{font-size:1em}.edit-input__input--fire-font{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;padding:.5rem 2rem .5rem 1.25rem;text-align:center;text-transform:uppercase}.edit-input__input--gap{margin-bottom:1em}.edit-input__input--simple-headline{font-size:1.625em;line-height:1.25;margin-bottom:.2em;outline-offset:-.1em!important}.edit-input__input--simple-headline,.edit-input__input--simple-subheadline{font-style:italic;font-weight:800;height:calc(1em + 1rem);padding:.5rem;text-transform:uppercase;text-transform:inherit}.edit-input__input--simple-subheadline{font-size:1em;line-height:1.5}.edit-input__input:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.18em}.edit-input__input::-moz-focus-inner{border:0}.edit-input__input--rounded{border-radius:2rem;padding:.5rem 2rem .5rem 1.25rem}.edit-input__input--transparent{background-color:#0000}.edit-input__input--light{background-color:#31324a;background-color:var(--gray-250);height:100%}.edit-input__link{bottom:-2.5em;display:inline-block;font-size:.875em;left:1em;line-height:1.857;position:absolute}.edit-input__link a{color:#ffffff80;color:var(--white-opacity);text-decoration:none}.edit-input__link:after{border-bottom:1px dashed #ffffff80;border-bottom:1px dashed var(--white-opacity);bottom:-.1em;content:"";display:block;height:1px;position:absolute;width:100%}.edit-input .input-button{bottom:0;position:absolute;right:0}.edit-input--success .input-button{background-color:#00d241;background-color:var(--bright-green)}.edit-menu{position:relative}.edit-menu .popup-menu{z-index:10}.edit-menu__menu .popup-menu{bottom:2em;left:-11.7em;position:absolute}.edit-menu [hidden]{display:none}.edit-menu--bottomLeft .edit-menu__menu .popup-menu{bottom:2em;left:-11.7em}@media screen and (min-width:46em){.edit-menu--bottomLeft .edit-menu__menu .popup-menu{bottom:2em;left:-1.7em}}.edit-menu--topLeft .edit-menu__menu .popup-menu{bottom:auto;left:-1.7em;top:2em}.edit-menu--topRight .edit-menu__menu .popup-menu{bottom:auto;right:-1.7em;top:2em}.edit-textarea{--edit-background:var(--gray-180);--text-color:var(--white);--edit-text-color:var(--gray-750);display:block;flex-grow:9999;line-height:1}.edit-textarea label{color:var(--edit-text-color);display:block;font-size:1em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;margin-bottom:1rem;text-transform:uppercase}.edit-textarea__text{-moz-appearance:none;-webkit-appearance:none;background:var(--edit-background);border:none;border:.3rem solid var(--edit-background);border-radius:3px;color:#fff;color:var(--text-color);display:block;font-size:1em;height:18rem;line-height:1.5;overflow:auto;padding:.95rem;resize:none;width:100%}@media(min-width:46em){.edit-textarea__text{font-size:.875em;line-height:1.857}}.edit-textarea__text--large-font{font-size:1.625em}.edit-textarea__text--normal-font{font-size:1em}.edit-textarea__text--slim{height:12rem}.edit-textarea__text--gap{margin-bottom:1em}.edit-textarea__text--slider{height:calc(14.3125rem + 2px);width:100%}.edit-textarea__text--slim-padding{padding:.4375em}.edit-textarea__text:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.3rem}.edit-textarea__text::-moz-focus-inner{border:0}.edit-textarea__predefined-text{color:#fff;color:var(--text-color);display:block;font-size:1.625em;font-style:inherit;font-weight:400;padding:1.25rem;text-transform:inherit}.edit-textarea__predefined-text+.input-state>.edit-textarea__text{overflow:hidden}.edit-textarea__wrapper{background:var(--edit-background);border:.3rem solid var(--edit-background);border-radius:3px;color:#fff;color:var(--text-color);overflow-x:hidden;overflow-y:auto;position:relative}.edit-textarea__wrapper--focused{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.3rem}.edit-textarea__wrapper .edit-textarea__predefined-text{padding:.95rem .95rem 0}.edit-textarea__wrapper .edit-textarea__text{border:0;overflow:hidden;padding:.4em .95rem .95rem}.edit-textarea__wrapper .edit-textarea__text:focus{outline:none}.edit-textarea__wrapper .edit-textarea__text:focus+.edit-textarea__outline{visibility:visible}.edit-textarea__text,.edit-textarea__wrapper{--scrollbarBG:var(--gray-180);--thumbBG:var(--gray-110);scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}.edit-textarea__text::-webkit-scrollbar,.edit-textarea__wrapper::-webkit-scrollbar{height:11px;width:11px}.edit-textarea__text::-webkit-scrollbar-corner,.edit-textarea__wrapper::-webkit-scrollbar-corner{background:var(--scrollbarBG)}.edit-textarea__text::-webkit-scrollbar-track,.edit-textarea__wrapper::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}.edit-textarea__text::-webkit-scrollbar-thumb,.edit-textarea__wrapper::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}.faq-page-card{cursor:pointer;display:flex;flex-direction:column;height:100%}.faq-page-card__image-container img{aspect-ratio:16/9;border-radius:.625em .625em 0 0;height:auto;width:100%}.faq-page-card__body{background:#222536;background:var(--gray-600);border-radius:0 0 .625em .625em;color:#fff;color:var(--white);height:100%;padding:1.25em}.faq-page-card__headline{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.trix-content * div{line-height:1.5em}.trix-content>h1{font-size:1em;line-height:1.5}.faq_detail__subheadline,.trix-content>h1{font-style:italic;font-weight:800;text-transform:uppercase}.faq_detail__subheadline{font-size:1.625em;line-height:1.25;margin-bottom:1.5em;margin-bottom:var(--gap-S);margin-top:-1.5em}.faq_detail__header_logo{align-items:center;align-self:center;background:#181920;background:var(--background-first);border-radius:.625em;color:#fff;color:var(--text-color);display:flex;height:4.5em;justify-content:center;margin-right:1.25em;margin-right:var(--gap-XS);min-width:4.5em;z-index:10}.faq_detail__header_logo:before{background:#fd2d55;background:var(--highlight);content:"";display:none;height:1.625em;left:-1em;position:absolute;top:.4375em;width:3px}.faq_detail__header_logo svg{font-size:1.5em}.faq-page__icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.faq-page__icon-wrapper>svg{height:1.8em;min-height:1.8em;min-width:1.8em;width:1.8em}.faq-page__comments-count{font-size:.8em;left:50%;line-height:1.8em;padding-bottom:2px;position:absolute;top:50%;transform:translate(-50%,-50%)}.file-preview{--preview-background:var(--gray-250);--preview-text:var(--white-opacity);background:var(--preview-background);border-radius:.714em;font-size:.875em;height:calc(16.357em + 2px);line-height:1.857;line-height:1;max-width:calc(19.857em + 2px);position:relative;width:100%}.file-preview__image{border-radius:.714em;display:block;left:0;object-fit:cover;position:absolute;top:0}.file-preview .company-logo,.file-preview__image{height:100%;width:100%}.file-preview .destroy-button{opacity:1;position:absolute;right:-.8em;top:-.8em;transition:all .2s;visibility:visible;z-index:10}.file-preview:hover .destroy-button{opacity:1;transition:none;visibility:visible}@media screen and (min-width:60em){.file-preview .destroy-button{opacity:0;visibility:hidden}}.file-preview--small{height:calc(6em + 2px);width:calc(6em + 2px)}.file-preview--medium{height:12rem;max-width:12rem;width:12rem}.file-preview--clickable,.file-upload{cursor:pointer}.file-upload{--upload-background:var(--gray-180);align-items:center;background:var(--upload-background);border-radius:.625rem;color:#ffffff80;color:var(--white-opacity);display:flex;font-size:.875em;height:6em;justify-content:center;line-height:1.857;line-height:1;min-width:6em;transition:.2s;transition:var(--hover-transition)}.file-upload .icon{font-size:2em}.file-upload:hover{color:#fff;color:var(--white);transition:ease-in-out}.file-upload:focus{box-shadow:0 0 2px #ffffff80;box-shadow:0 0 2px var(--white-opacity);color:#fff;color:var(--white);outline:none;transition:none}.fire-detail-screen__container{background-color:#31324a;background-color:var(--gray-250);border-radius:1rem;display:flex;font-size:1.25em;gap:1rem;margin:1rem 0 2rem;padding:1.25rem 1.5rem}.fire-detail-screen__project-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}.fire-detail-screen__project-name{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.fire-detail-screen__clamped-text{display:-webkit-box;margin:.5rem 0 .5rem .5rem;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#bebebe;color:var(--text-color-secondary);cursor:pointer;max-inline-size:100%;overflow:hidden;text-overflow:ellipsis}.fire-detail-screen__toggle input:checked+.fire-detail-screen__clamped-text{-webkit-line-clamp:unset;overflow:visible}.fire-detail-screen__type{align-items:center;background-color:#31324a;background-color:var(--gray-250);border-radius:2rem;display:flex;font-size:.875em;font-style:italic;font-weight:800;gap:.5em;line-height:1.5;margin:auto;padding:.8em;text-transform:uppercase;width:-webkit-max-content;width:max-content}.fire-detail-screen__type-icon{height:1.5em;width:1.5em}.fire-detail-screen__user-icon{height:2.8em;margin-top:.5rem;width:2.8em}.fire-detail-screen__actions{display:flex;gap:1rem;justify-content:flex-end}.fire-detail-screen__actions-item{align-items:center;color:#bebebe;color:var(--text-color-secondary);display:flex;font-size:.875em;gap:.5rem;line-height:1.857}.fire-detail-screen__actions-item:hover{color:#fff;color:var(--white)}.fire-detail-screen__title{font-size:1em;font-style:italic;font-style:inherit;font-weight:800;font-weight:300;line-height:1.5;margin-bottom:1rem;text-transform:uppercase;text-transform:inherit}.fire-detail-screen__ai-loading{align-items:center;background-color:#31324a;background-color:var(--gray-250);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:1rem auto;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fire-detail-screen__tablist-button-title{align-items:center;display:flex;font-size:.875em;gap:.5rem;line-height:1.857}.fire-detail-screen__add-cluster-button{display:flex;justify-content:center;margin-bottom:1rem}.fire-header-component{align-items:center;display:flex;justify-content:space-between}.fire-header-component__button{align-items:center;display:flex;height:3.5em;justify-content:flex-start}.fire-header-component__button button{-moz-appearance:none;-webkit-appearance:none;aspect-ratio:1;background-color:#31324a;background-color:var(--gray-250);border-radius:50%;color:var(--button-text);cursor:pointer;height:100%}.fire-header-component__new{align-items:center;display:flex;height:3.5em;justify-content:flex-start}.fire-header-component__new a,.fire-header-component__new button{height:100%}.fire-header-component__settings{display:flex;gap:1rem;height:3.5em;justify-content:flex-end}.fire-intro-header{padding:0 2em}@media screen and (min-width:76.5em){.fire-intro-header{margin:0 auto;max-width:64em}}.fire-intro-header__title{align-items:center;display:flex;font-size:1em;font-size:1.75em;font-style:italic;font-weight:800;gap:1rem;justify-content:center;line-height:1.5;margin-bottom:2rem;text-transform:uppercase}.fire-intro-header__description{font-size:1.625em;margin:0 0 2rem}.fire-progress-component{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0;width:60%}.fire-progress-component__item{color:#e5e7eb;font-size:.875rem;line-height:1.75;padding-bottom:1.5rem;padding-left:2.5rem;position:relative}.fire-progress-component__item:last-child{padding-bottom:0}.fire-progress-component__vertical-line{background-color:#31324a;background-color:var(--gray-250);bottom:0;height:calc(100% - 2.5rem);left:.625rem;position:absolute;top:2rem;width:.1rem}.fire-progress-component__circle{align-items:center;border-radius:9999px;color:#31324a;color:var(--gray-250);display:flex;height:1.5rem;justify-content:center;left:0;position:absolute;top:0;width:1.5rem}.fire-progress-component__circle svg{color:#fff;color:var(--white);height:1rem;width:1rem}.fire-progress-component__circle--running{background-color:#31324a;background-color:var(--gray-250)}.fire-progress-component__circle--failed{background-color:#fd2d55;background-color:var(--bright-pink)}.fire-progress-component__circle--done{background-color:#34bfd2;background-color:var(--aqua-marine)}.fire-progress-component__circle--pending{background-color:#31324a;background-color:var(--gray-250)}.fire-progress-component__text{display:block}.fire-progress-component__retry-button{--button-border:var(--text-color-secondary);--button-disabled:var(--gray-650);align-items:center;-moz-appearance:none;-webkit-appearance:none;background:#31324a;background:var(--gray-250);border:1px solid #0000;border-radius:2rem;color:var(--button-color);cursor:pointer;display:flex;font-size:.875em;font-style:italic;font-weight:800;justify-content:center;line-height:1.5;overflow:hidden;padding:.8rem;position:relative;text-decoration:none;text-transform:uppercase;width:-webkit-max-content;width:max-content}.fire-progress-component__retry-button:hover{background:linear-gradient(153deg,#34bfd2,#5154f1 35%,#c66cd7);background:var(--gradient-primary);background-position:-1px -1px;background-size:calc(100% + 2px) calc(100% + 2px)}.fire-progress-component__retry-button:focus{outline:1px dashed #fff;outline:1px dashed var(--white);outline-offset:-.45em}.fire-sidebar{background:#101014;background:var(--gray-70);height:100vh;overflow-y:auto;padding:2em 1.875rem 2rem 2.375rem;position:-webkit-sticky;position:sticky;top:0;-ms-overflow-style:none;scrollbar-width:none}.fire-sidebar::-webkit-scrollbar{display:none}.fire-sidebar .sidebar-teaser{margin-top:2rem}.fire-sidebar .sidebar-teaser__decoration{margin-top:1rem}.flash-message{background:linear-gradient(153deg,#34bfd2,#5154f1 35%,#c66cd7);background:var(--gradient-primary);border-radius:.714em;box-shadow:0 0 11px 0 #00000029;left:50%;max-width:25em;padding:1em 2em;position:fixed;text-align:center;top:4em;transform:translateX(-50%);width:75vw;z-index:900}.flash-message--error,.flash-message--warning{background:#fd2d55;background:var(--highlight)}.float-button{--button-background:var(--highlight);--button-text:var(--white);-webkit-appearance:none;appearance:none;background-color:#0000;cursor:pointer;display:block;height:3.375em;line-height:1;width:3.375em}.float-button,.float-button .icon{transition:.2s;transition:var(--hover-transition)}.float-button .icon{font-size:1.5em;transform:rotate(0deg)}.float-button--colored{background:var(--button-background);border-radius:50%;color:var(--button-text)}.float-button--colored:focus,.float-button--colored:hover{background:#d62145;background:var(--highlight-dark)}.float-button--colored:focus{outline:none}.float-button--add .icon{transform:rotate(45deg)}.float-button__menu{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:26px;justify-content:center;margin:auto;position:relative;width:30px}.float-button__menu span,.float-button__menu:after,.float-button__menu:before{background:#fff;background:var(--white);border-radius:2px;display:block;height:2.5px;opacity:1;position:absolute;width:80%}.float-button__menu:after,.float-button__menu:before{content:"";transition:top .35s cubic-bezier(.23,1,.32,1),transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1);-webkit-transition:top .35s cubic-bezier(.23,1,.32,1),-webkit-transform .35s cubic-bezier(.23,1,.32,1),opacity .35s cubic-bezier(.23,1,.32,1),background-color 1.15s cubic-bezier(.86,0,.07,1)}.float-button__menu:before{top:5px}.float-button__menu span{top:13px}.float-button__menu:after{top:21px}.float-button__menu.cross span{opacity:0}.float-button__menu.cross:after,.float-button__menu.cross:before{top:50%}.float-button__menu.cross:before{transform:rotate(45deg)}.float-button__menu.cross:after{transform:rotate(-45deg)}.float-button__menu:focus{outline:none}.float-button:disabled{color:var(--text-color-opacity);cursor:not-allowed}.floating-search-button{margin-bottom:.5em;position:relative}.floating-search-button__form{max-width:50vw;max-width:calc(100vw - 4em);position:absolute;right:0;top:0;transition:width .1s;width:600px;z-index:-1}.floating-search-button__form--shrink{width:3.375em}@media screen and (min-width:70.5em){.floating-search-button{display:none}}.form__fieldset{border:none;margin:0;padding:0}.form--space{margin-top:3.5em}.grid-card{background:#31324a;background:var(--card-background,var(--gray-250));border-radius:.625em;display:flex;flex-direction:column;padding:1em .5em}.grid-card p{max-width:50ch}.grid-card__footer{margin-top:auto;padding-top:1rem}.grid-card--gradient{--card-background:var(--gradient-primary)}@media screen and (min-width:46em){.grid-card{padding:1.5em;padding:var(--gap-S)}}@media screen and (min-width:75em){.grid-card__phone{transform:translateY(-3rem)}}.hashtags-list{display:block;margin:0;max-height:3em;overflow:hidden;padding:0}.hashtags-list__item{color:#ffffff80;color:var(--white-opacity);display:inline-block;margin-right:1em;text-overflow:ellipsis;white-space:nowrap}.hashtags-list__item:before{content:"#"}.icon{display:inline-block;height:1em;opacity:1;transition:opacity .1s;vertical-align:bottom;width:1em}.icon--hidden{opacity:0}.icon__medium{height:1.2em;min-height:1.2em;min-width:1.2em;width:1.2em}.icon__large{height:1.5em;min-height:1.5em;min-width:1.5em;width:1.5em}.icon__large+.edit-input{margin-left:-1rem}.icon+.icon--hidden,.icon--hidden+.icon{margin-left:-1em}.icon-counter{align-items:center;-moz-appearance:none;-webkit-appearance:none;background:none;border:none;border-radius:5px;color:#fff;color:var(--text-color);display:inline-flex;font-size:.875em;line-height:1.857;line-height:1;padding:0;transition:.2s;transition:var(--hover-transition)}.icon-counter svg.icon{color:inherit;font-size:1em;margin-right:.5em}.icon-counter--clickable{cursor:pointer}.icon-counter--clickable:focus,.icon-counter--clickable:hover{background:#ffffff1a;background:var(--white-focus);box-shadow:0 0 0 .4em #ffffff1a;box-shadow:0 0 0 .4em var(--white-focus)}.icon-counter--clickable:focus{outline:none}.info-bubble{align-items:center;background:#fd2d55;background:var(--bright-pink);border-radius:50%;color:#fff;color:var(--white);cursor:help;display:inline-flex;font-size:1em;font-size:.8em;font-style:italic;font-weight:800;height:.9rem;justify-content:center;line-height:1.5;line-height:1;margin:0 .5rem;position:relative;text-transform:uppercase;width:.9rem}.info-bubble:hover .info-bubble__text{display:block}.info-bubble__text{background:#252439;background:var(--gray-650);border-radius:5px;bottom:120%;display:none;height:10rem;left:0;padding:1rem;position:absolute;width:10rem}.inspiration-item{align-items:center;display:flex;flex-direction:column;text-align:center}.inspiration-item>*+*{margin-top:.25rem}.inspiration-item>h4{font-size:.75em;font-style:italic;font-weight:800;line-height:1.5;opacity:.5;text-transform:uppercase}.auto-grid>.inspiration-item{align-self:end}.input-button{background:#fd2d55;background:var(--bright-pink);color:#fff;color:var(--white);font-size:1em;font-style:italic;font-weight:800;height:100%;line-height:1.5;max-height:4.2em;outline:none;text-transform:uppercase;width:15em}.input-button:disabled{background:#d62145;background:var(--bright-pink-2);cursor:not-allowed}.input-button:focus{outline:1px dashed #fff;outline:1px dashed var(--white);outline-offset:-.25em}.input-state{height:100%;position:relative}.input-state__error{background:#fd2d55;background:var(--highlight)}.input-state__error,.input-state__sucess{display:flex;padding:1em 1.1em;position:relative;z-index:2}.input-state__sucess{background:#00d241;background:var(--bright-green);color:#262634;color:var(--gray-180)}.integrated-fire-input{background-color:#262634;background-color:var(--gray-180);border-radius:.625em;width:100%}.integrated-fire-input__container{background:var(--background-color);border:1px solid var(--border-color);position:relative}.integrated-fire-input__textarea{background:#0000;border:none;color:#fff;color:var(--text-color);font-size:1.125em;line-height:1.5;min-height:100px;padding:16px;resize:vertical;resize:none;width:100%}.integrated-fire-input__textarea:focus{outline:none}.integrated-fire-input__controls{align-items:center;background:var(--background-color-light);border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:12px 16px}.integrated-fire-input__selects{border-radius:2rem;display:flex;flex:1 1;gap:1rem}.integrated-fire-input__selects select{max-width:200px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:auto}.invite-members__item{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.invite-members__top{align-items:flex-start;display:grid;grid-template-columns:1.2em 1fr;margin-bottom:.75rem;width:100%}.invite-members__top .invite-members__name{grid-column:1/3;grid-row:1/1;margin-bottom:0;padding:0 1.5em}.invite-members__top .invite-members__icon{grid-column:1/1;grid-row:1}.invite-members__name{font-size:1.3em;margin-bottom:.75rem;text-align:center}.invite-members__checkable{margin-top:1.5em;margin-top:var(--gap-S)}.image-prompt-card{--text-color:var(--white);align-items:center;display:flex}.image-prompt-card__button{align-items:center;-moz-appearance:none;-webkit-appearance:none;background:none;border-radius:50%;color:#fff;display:flex;height:2em;justify-content:center;margin:0;padding:.4em;transition:.2s;transition:var(--hover-transition);width:2em}.image-prompt-card__title{font-size:1.625em;font-style:italic;font-weight:800;line-height:1.25;overflow-wrap:break-word;text-transform:uppercase;word-wrap:break-word;color:#ffffff80;color:var(--white-opacity);font-size:1.125em;font-style:inherit;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1;text-transform:inherit;-ms-word-break:break-word;word-break:break-word}.labeled-icon{--background:var(--icon--background,var(--text-color));--color:var(--icon-color,var(--background-third));--size:var(--icon-size,2.5em);--opacity:var(--icon-opacity);--radius:var(--icon-radius,0.625em);align-items:center;display:flex;flex-direction:column;opacity:var(--opacity)}.labeled-icon__icon{align-items:center;background:var(--background);border-radius:var(--radius);color:var(--color);display:flex;height:var(--size);justify-content:center;width:var(--size)}.labeled-icon__icon svg{font-size:1.5em}.labeled-icon__label{font-size:.6875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1.18em;margin-top:.5em;text-transform:uppercase}html.fslightbox-open{overflow:visible;overflow:initial}.fslightbox-slide-btn-container .fslightbox-slide-btn{background:#fd2d55;background:var(--highlight);border-radius:50%;margin:0 1em;padding:.5em}.fslightbox-slide-btn-container .fslightbox-slide-btn svg{display:none}.fslightbox-slide-btn-next-container .fslightbox-slide-btn:after{align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g id="chevron-right" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><polygon id="Path" fill="%23fff" fill-rule="nonzero" points="9.098 2 7.001 4.356 12.32 10.333 13.747 12 12.319 13.667 7 19.643 9.098 22 18 12"/></g></svg>');background-position:50%;background-size:cover;content:"";display:flex;height:1em;justify-content:center;width:1em}.fslightbox-slide-btn-previous-container .fslightbox-slide-btn:after{align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g id="chevron-left" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><polygon id="Path" fill="%23fff" fill-rule="nonzero" points="14.902 2 16.999 4.356 11.68 10.333 10.253 12 11.681 13.667 17 19.643 14.902 22 6 12"/></g></svg>');background-position:50%;background-size:cover;content:"";display:flex;height:1em;justify-content:center;width:1em}.fslightbox-toolbar{right:1em!important;top:1em!important}.fslightbox-toolbar-button{background:#fd2d55;background:var(--highlight);border-radius:50%;height:2em!important;margin:0 .5em;width:2em!important}.fslightbox-toolbar-button:first-child,.fslightbox-toolbar-button:last-child svg{display:none}.fslightbox-toolbar-button:last-child:after{align-items:center;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g id="cross" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><polygon id="Path" fill="%23fff" points="22 4 14 12 22 20 20 22 12 14 4 22 2 20 10 12 2 4 4 2 12 10 20 2"/></g></svg>');background-position:50%;background-size:cover;content:"";display:flex;height:1em;justify-content:center;width:1em}.fslightbox-slide-number-container{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.link-row{flex-direction:row;font-size:.875em}.link-row,.link-row__link{display:flex;justify-content:center}.link-row__link{align-items:center;background-color:#0000;border:1px solid #fd2d55;border:1px solid var(--highlight);border-radius:.714em;color:#bebebe;color:var(--text-color-secondary);min-width:0;overflow:hidden;padding:.6rem 2rem;position:relative;text-decoration:none}.link-row__link--active{background:#fd2d55;background:var(--highlight);color:#fff;color:var(--text-color)}.link-row__link:not(:first-child){border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}.link-row__link:not(:last-child){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.list-menu{position:relative}.list-menu__menu .popup-menu{bottom:4.5em;left:-11.5em;position:absolute;width:15.25em}.list-menu [hidden]{display:none}.list-menu--bottomLeft .list-menu__menu .popup-menu{bottom:4.5em;left:-.4em}.list-menu--topLeft .list-menu__menu .popup-menu{bottom:auto;left:-1.7em;top:2em}.list-menu--topRight .list-menu__menu .popup-menu{bottom:auto;right:-1.7em;top:2em}.loading{align-items:center;cursor:wait;display:flex;justify-content:center}.loading--absolute{height:100%;left:0;position:absolute;top:0;width:100%}.loading__icon{overflow:visible;width:3em}.loading__path{stroke-dasharray:.6 .4;animation:loading-stroke 1.5s linear infinite reverse;stroke:#bebebe;stroke:var(--text-color-secondary)}.loading__text--background{background:#00000080;border-radius:.625em;height:6em;margin:0 1em;padding:1em}@keyframes loading-stroke{0%{stroke-dashoffset:0}to{stroke-dashoffset:1}}.logo-with-thumbnail{padding:.5rem .5rem 0;position:relative}.logo-with-thumbnail__logo{left:0;position:absolute;top:0;width:2.25rem}.logo-with-thumbnail__logo>*{height:2.25rem;min-height:2.25rem;min-width:2.25rem;width:2.25rem}.logo-with-thumbnail__logo-large{left:-.5rem;position:absolute;top:-.75rem;width:4.5rem}.logo-with-thumbnail__logo-large>*{height:4.5rem;min-height:4.5rem;min-width:4.5rem;width:4.5rem}.logo-with-thumbnail .destroy-button{opacity:0;position:absolute;right:-.5rem;top:-.5rem;visibility:hidden}.logo-with-thumbnail:hover .destroy-button{opacity:1;visibility:visible}.main-button{--button-primary:var(--highlight);--button-secondary:#0000;--button-color:var(--text-color);--button-border:var(--text-color-secondary);--button-disabled:var(--gray-650);align-items:center;-moz-appearance:none;-webkit-appearance:none;background:var(--button-primary);border:1px solid #0000;border-radius:.714em;color:var(--button-color);cursor:pointer;display:flex;font-size:.875em;font-style:italic;font-weight:800;justify-content:center;line-height:1.5;min-height:calc(1em + 2.2rem + 2px);min-width:11.875rem;overflow:hidden;padding:1.1rem;position:relative;text-decoration:none;text-transform:uppercase;width:auto}.main-button:hover{background:linear-gradient(153deg,#34bfd2,#5154f1 35%,#c66cd7);background:var(--gradient-primary);background-position:-1px -1px;background-size:calc(100% + 2px) calc(100% + 2px)}.main-button:focus{outline:1px dashed #fff;outline:1px dashed var(--white);outline-offset:-.45em}.main-button--secondary{background:var(--button-secondary);border-color:var(--button-border)}.main-button--secondary:hover{border-color:#0000}.main-button--progress{background:linear-gradient(90deg,var(--button-primary) 100%,0,#fd2d5599);background:linear-gradient(90deg,var(--button-primary) var(--button-progress,100%),0,#fd2d5599);background-position:-2px;background-size:calc(100% + 4px) 100%}.main-button:disabled{background:var(--button-disabled);cursor:not-allowed}.main-button--small{min-width:-webkit-max-content;min-width:max-content;padding:1.1rem 1.5rem}.main-button--rounded{border-radius:2rem}.main-nav{--icon-background:var(--text-color);--icon-color:var(--background-third);--icon-active:var(--highlight);background:#000;background:var(--background-third);display:flex;min-height:100vh;padding:1em;top:0;width:5.5em}@media screen and (min-width:46em){.main-nav{position:fixed}}.main-nav__list{display:flex;flex-direction:column;margin:0;padding:0}.main-nav__item{margin-bottom:1.5em;margin-bottom:var(--gap-S)}.main-nav__item:last-child{margin-bottom:0;margin-top:auto}.main-nav .avatar{margin-bottom:.5em;max-width:3.5em}.main-nav__anchor,.main-nav__link{text-decoration:none}.main-nav__link{align-items:center;color:inherit;display:flex;flex-direction:column;opacity:.5;position:relative;text-align:center;transition:.2s;transition:var(--hover-transition)}.main-nav__link:hover{opacity:1}.main-nav__link:focus{opacity:1;outline:none;transition:none}.main-nav__link--active{opacity:1}.main-nav__link--active .main-nav__icon{background:var(--icon-active);color:var(--icon-background)}.main-nav__link--active .main-nav__icon:before{display:block}.main-nav__icon{align-items:center;background:var(--icon-background);border-radius:.625em;color:var(--icon-color);display:flex;height:2.5em;justify-content:center;width:2.5em}.main-nav__icon:before{background:var(--icon-active);content:"";display:none;height:1.625em;left:-1em;position:absolute;top:.4375em;width:3px}.main-nav__icon svg{font-size:1.5em}.main-nav__label{font-size:.6875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1.18;margin-top:.5em;text-transform:uppercase}.main-nav__avatar{margin-bottom:1.5em;margin-bottom:var(--gap-S)}.main-nav__avatar--active:before{background:var(--icon-active);content:"";display:block;height:1.625em;left:0;position:absolute;top:1.7375em;width:3px}.member-table__row{display:flex;flex-direction:column;margin-bottom:2em}@media screen and (min-width:46em){.member-table__row{flex-direction:row;margin-bottom:1em}}.member-table__delete,.member-table__email,.member-table__name{align-items:center;background:#31324a;background:var(--gray-250);display:inline-flex}.member-table__delete .edit-button,.member-table__email .edit-button,.member-table__name .edit-button{height:2em;margin-left:auto;margin-right:.7em;width:2em}@media screen and (min-width:46em){.member-table__delete,.member-table__email,.member-table__name{background:none}.member-table__delete .edit-button,.member-table__email .edit-button,.member-table__name .edit-button{margin-left:.5em}}.member-table__name{flex-grow:1;min-width:-webkit-max-content;min-width:max-content;padding:1em 0 .5em 1em}@media screen and (min-width:46em){.member-table__name{padding:1em 1em 1em 0}}.member-table__email{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:.5em 0 1em 1em}@media screen and (min-width:46em){.member-table__email{padding:1em}.member-table__access{margin-left:auto;min-width:-webkit-max-content;min-width:max-content}}.member-table__access .edit-input__select-wrapper:after{top:1.3em}.member-table__delete{padding:.5em 0 1em 1em}@media screen and (min-width:46em){.member-table__delete{padding:1em}}.member-table--higher-z-index{z-index:1}.menu-button{--text-color:var(--white);--text-color-opacity:var(--white-opacity);align-items:flex-start;-moz-appearance:none;-webkit-appearance:none;background:#0000;color:#fff;color:var(--text-color);cursor:pointer;display:flex;font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1.25;margin:0;overflow:hidden;padding:0;text-transform:uppercase;width:100%}.menu-button__icon{display:flex}.menu-button__content{align-items:flex-start;display:flex;flex-direction:column;max-width:15em;text-align:left}.menu-button__description{color:var(--text-color-opacity);font-style:normal;font-weight:400;line-height:1.4;text-align:left;text-transform:none}.menu-button:disabled{color:var(--text-color-opacity);cursor:not-allowed}.menu-button .icon{height:1.2em;margin-right:.75rem;width:1.2em}.menu-button:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.5em}.mobile-preview{--mobile-background:var(--gray-180);background:var(--mobile-background);height:30em;max-width:13.875em;pointer-events:none;position:relative;width:100%}.mobile-preview *{pointer-events:auto}.mobile-preview figure{background:var(--mobile-background);border-radius:1.25em;box-shadow:0 8px 45px #0000001a;height:100%;margin-left:.1875em;margin-right:.0625em;overflow:hidden}.mobile-preview:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:-.4375em;content:"";left:-.75em;position:absolute;right:-.75em;top:-.8125em}.mobile-preview--overflow{margin-bottom:12.875em}.mobile-preview--overflow figure{height:42.875em}.mobile-preview--overflow:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path d="M211.613 8.7868C205.987 3.16071 198.356 0 190.4 0H31.5C23.5435 0 15.9129 3.16071 10.2868 8.7868C4.66071 14.4129 1.5 22.0435 1.5 30V58.8C0.7 58.8 0 59.4 0 60.3V73.8C0 74.6 0.6 75.3 1.4 75.3H1.5V97.5C0.7 97.5 0 98.1 0 99V128C0 128.8 0.6 129.5 1.4 129.5H1.5V138.4C0.7 138.4 0 139 0 139.9V168.9C0 169.7 0.6 170.4 1.4 170.4H1.5V418C1.5 425.956 4.66071 433.587 10.2868 439.213C11.1464 440.073 12.0528 440.875 13 441.617V417.005C13 417.003 13 417.001 13 417V31.7C13.0788 26.4478 15.2207 21.4375 18.9629 17.7514C22.7051 14.0653 27.7472 11.9994 33 12H53C55 12 57.5 12.5 59 13.5C60.5 14.5 61 16.5 61 17V17.2C61.0519 18.7564 61.7069 20.2316 62.8265 21.3139C63.9462 22.3963 65.4428 23.0009 67 23H156C157.591 23 159.117 22.3679 160.243 21.2426C161.368 20.1174 162 18.5913 162 17V16.9C162 16.3 162.6 14.5 164 13.5C165.5 12.5 168 12 170 12H189.3C194.552 12.0788 199.563 14.2207 203.249 17.9629C206.935 21.7051 209.001 26.7472 209 32V417V417.3V441.617C209.947 440.875 210.854 440.073 211.713 439.213C217.339 433.587 220.5 425.956 220.5 418V129.5C221.3 129.5 222 128.8 222 128V101C222 100.2 221.3 99.5 220.5 99.5H220.4V30C220.4 22.0435 217.239 14.4129 211.613 8.7868Z" fill="%23313142"/><path d="M127 11C127.394 11 127.784 11.0776 128.148 11.2284C128.512 11.3791 128.843 11.6001 129.121 11.8787C129.4 12.1573 129.621 12.488 129.772 12.8519C129.922 13.2159 130 13.606 130 14C130 14.394 129.922 14.7841 129.772 15.1481C129.621 15.512 129.4 15.8427 129.121 16.1213C128.843 16.3999 128.512 16.6209 128.148 16.7716C127.784 16.9224 127.394 17 127 17C126.204 17 125.441 16.6839 124.879 16.1213C124.316 15.5587 124 14.7956 124 14C124 13.2044 124.316 12.4413 124.879 11.8787C125.441 11.3161 126.204 11 127 11V11ZM115 13C115.265 13 115.52 13.1054 115.707 13.2929C115.895 13.4804 116 13.7348 116 14C116 14.2652 115.895 14.5196 115.707 14.7071C115.52 14.8946 115.265 15 115 15H94C93.7348 15 93.4804 14.8946 93.2929 14.7071C93.1054 14.5196 93 14.2652 93 14C93 13.7348 93.1054 13.4804 93.2929 13.2929C93.4804 13.1054 93.7348 13 94 13H115Z" fill="%23D8D8D8"/></g></svg>')}.mobile-preview figure>img{object-fit:cover;object-position:center top;width:100%}.mobile-preview .destroy-button{opacity:1;position:absolute;right:-1.4em;top:-1.5em;transition:all .2s;visibility:visible;z-index:10}.mobile-preview:hover .destroy-button{opacity:1;visibility:visible}@media screen and (min-width:60em){.mobile-preview .destroy-button{opacity:0;visibility:hidden}}.mobile-preview video{overflow:hidden;width:100%}.mobile-upload{--mobile-background:var(--gray-180);border-radius:1.5em;color:#ffffff80;color:var(--white-opacity);cursor:pointer;height:30em;max-width:13.875em;position:relative;transition:.2s;transition:var(--hover-transition);width:100%}.mobile-upload:focus,.mobile-upload:hover{color:#fff;color:var(--white)}.mobile-upload:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:.9em;transition:none}.mobile-upload__content-wrapper{background:var(--mobile-background);border-radius:1.25em;box-shadow:0 8px 45px #0000001a;display:flex;height:100%;justify-content:center;margin-left:.125em;position:relative;width:100%}.mobile-upload:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:-.4375em;content:"";left:-.75em;position:absolute;right:-.75em;top:-.8125em}.mobile-upload--overflow{margin-bottom:12.875em}.mobile-upload--overflow .mobile-upload__content-wrapper{height:42.875em}.mobile-upload--overflow:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path d="M211.613 8.7868C205.987 3.16071 198.356 0 190.4 0H31.5C23.5435 0 15.9129 3.16071 10.2868 8.7868C4.66071 14.4129 1.5 22.0435 1.5 30V58.8C0.7 58.8 0 59.4 0 60.3V73.8C0 74.6 0.6 75.3 1.4 75.3H1.5V97.5C0.7 97.5 0 98.1 0 99V128C0 128.8 0.6 129.5 1.4 129.5H1.5V138.4C0.7 138.4 0 139 0 139.9V168.9C0 169.7 0.6 170.4 1.4 170.4H1.5V418C1.5 425.956 4.66071 433.587 10.2868 439.213C11.1464 440.073 12.0528 440.875 13 441.617V417.005C13 417.003 13 417.001 13 417V31.7C13.0788 26.4478 15.2207 21.4375 18.9629 17.7514C22.7051 14.0653 27.7472 11.9994 33 12H53C55 12 57.5 12.5 59 13.5C60.5 14.5 61 16.5 61 17V17.2C61.0519 18.7564 61.7069 20.2316 62.8265 21.3139C63.9462 22.3963 65.4428 23.0009 67 23H156C157.591 23 159.117 22.3679 160.243 21.2426C161.368 20.1174 162 18.5913 162 17V16.9C162 16.3 162.6 14.5 164 13.5C165.5 12.5 168 12 170 12H189.3C194.552 12.0788 199.563 14.2207 203.249 17.9629C206.935 21.7051 209.001 26.7472 209 32V417V417.3V441.617C209.947 440.875 210.854 440.073 211.713 439.213C217.339 433.587 220.5 425.956 220.5 418V129.5C221.3 129.5 222 128.8 222 128V101C222 100.2 221.3 99.5 220.5 99.5H220.4V30C220.4 22.0435 217.239 14.4129 211.613 8.7868Z" fill="%23313142"/><path d="M127 11C127.394 11 127.784 11.0776 128.148 11.2284C128.512 11.3791 128.843 11.6001 129.121 11.8787C129.4 12.1573 129.621 12.488 129.772 12.8519C129.922 13.2159 130 13.606 130 14C130 14.394 129.922 14.7841 129.772 15.1481C129.621 15.512 129.4 15.8427 129.121 16.1213C128.843 16.3999 128.512 16.6209 128.148 16.7716C127.784 16.9224 127.394 17 127 17C126.204 17 125.441 16.6839 124.879 16.1213C124.316 15.5587 124 14.7956 124 14C124 13.2044 124.316 12.4413 124.879 11.8787C125.441 11.3161 126.204 11 127 11V11ZM115 13C115.265 13 115.52 13.1054 115.707 13.2929C115.895 13.4804 116 13.7348 116 14C116 14.2652 115.895 14.5196 115.707 14.7071C115.52 14.8946 115.265 15 115 15H94C93.7348 15 93.4804 14.8946 93.2929 14.7071C93.1054 14.5196 93 14.2652 93 14C93 13.7348 93.1054 13.4804 93.2929 13.2929C93.4804 13.1054 93.7348 13 94 13H115Z" fill="%23D8D8D8"/></g></svg>')}.mobile-upload--overflow:focus{outline:none}.mobile-upload__content{align-items:center;display:flex;flex-direction:column;height:30em;justify-content:center;max-width:70%;text-align:center}.mobile-upload__content .icon{font-size:2em;margin-bottom:.3125em}.move-buttons{bottom:-1.1em;display:flex;left:50%;position:absolute;transform:translateX(-50%);z-index:20}.move-buttons .move-buttons{box-shadow:0 -2px 5px 0 #00000029}.move-buttons--multiple{justify-content:space-between;width:50%}.move-button{--button-background:var(--bright-blue);--button-text:var(--white);-moz-appearance:none;-webkit-appearance:none;background:var(--button-background);border-radius:50%;color:var(--button-text);cursor:pointer;display:block;font-size:.875em;height:2.5em;line-height:1.857;line-height:1;overflow:hidden;width:2.5em;z-index:10}.move-button:focus{box-shadow:0 0 5px #fff;box-shadow:0 0 5px var(--white);outline:none}.naked-button{background:none;border:none;color:#ffffff80;color:var(--white-opacity);margin:0;padding:0}.naked-button:hover{color:var(--link-color-hover)}.naked-list{margin:0;padding:0}a{color:inherit;font-weight:inherit;text-decoration:none}.nav-bubble{background:#9013fee6;border-radius:99rem;color:#fff;display:grid;font-size:.75rem;font-style:italic;font-weight:800;min-width:5ch;padding:.1em;place-items:center;position:absolute;right:0;top:-1.25em}.nav-bubble:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%239013FE' fill-opacity='.9' fill-rule='evenodd' d='M0 0c1 2 3 5 3 10L13 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:100% 100%;bottom:-1em;content:"";height:1em;position:absolute;right:1em;width:1em}.network-company-slider--spacing{margin-bottom:6em}.network-company-slider__slide{background:#262634;background:var(--gray-180);border-radius:.625em;display:grid;height:100%;overflow:hidden;width:100%;grid-gap:.75em;grid-gap:calc(var(--gap-S)/2);grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,1fr);padding:.75em;padding:calc(var(--gap-S)/2)}@media(min-width:43.0625em){.network-company-slider__slide{padding:1.5em;padding:var(--gap-S);grid-gap:1.5em;grid-gap:var(--gap-S);grid-template-columns:repeat(2,1fr)}}@media(min-width:58.8125em){.network-company-slider__slide{grid-template-columns:repeat(3,1fr)}}.network-company-slider__slide a{text-decoration:none}.network-company-slider__entry{align-items:center;display:flex;height:100%;width:100%}.network-company-slider__entry .company-logo{align-self:center;margin-right:.75em;margin-right:calc(var(--gap-S)/2)}.network-company-slider__entry-inner{display:flex;flex-direction:column;flex-grow:9999;justify-content:center}.network-company-slider__entry-title{color:#fff;color:var(--text-color);font-size:1.625em;font-size:1em;font-style:italic;font-weight:800;line-height:1.25;text-transform:uppercase}.network-company-slider__entry-subtitle{color:#ffffff80;color:var(--white-opacity);font-size:1em;font-size:.75em;font-style:italic;font-style:normal;font-weight:800;font-weight:400;line-height:1.5;line-height:1;margin-top:.5em;text-transform:uppercase;text-transform:inherit;transition:.2s;transition:var(--hover-transition)}.network-company-slider__entry:hover .network-company-slider__entry-subtitle{color:#fff;color:var(--white)}@media(min-width:26.3125em){.network-company-slider__entry-title{font-size:1.125em}.network-company-slider__entry-subtitle{font-size:1em}.network-company-slider__entry .company-logo{margin-right:1.5em;margin-right:var(--gap-S)}}.page-header{align-items:center;background:linear-gradient(90deg,#304e9d 0,#e84c88);background:var(--gradient-secondary);display:flex;min-height:11em;overflow:hidden;padding:1em 1em 3.5em;position:relative}@media screen and (min-width:46em){.page-header{padding:2em}}.page-header--center,.page-header--reduced{padding:1em}.page-header--reduced .page-header__content{margin:0;max-width:64em;padding:0 1em}@media screen and (min-width:76.5em){.page-header--reduced .page-header__content{margin:0 auto;padding:0 2em}}.page-header--edit:hover{cursor:pointer}.page-header--edit:hover .page-header__edit{opacity:1}.page-header--bold .page-header__headline{font-size:2.125em;font-style:italic;font-weight:800;line-height:1;text-transform:uppercase}.page-header__title{height:100%;left:0;opacity:.056;position:absolute;top:0;width:100%}.page-header__title svg{display:block;height:100%;width:100%}.page-header__content{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:54em;width:100%}.page-header--wide .page-header__content{max-width:74em}.page-header__avatar{flex-basis:0}.page-header__avatar .avatar{margin-right:1.5em;margin-right:var(--gap-S);width:4.375em}.page-header__inner{flex-basis:0;flex-grow:9999}.page-header__edit{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;color:#fff;color:var(--white);display:inline-block;line-height:1;opacity:0;padding:0 .5em;transition:.2s;transition:var(--hover-transition)}.page-header__edit:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.2em;transition:none}.page-header__headline{display:block;font-size:1.625em;font-weight:300;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-wrap:break-word}.page-header__subline{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;padding-top:.2em;text-transform:uppercase}.page-header__company{padding:0 1.5em 0 0}.page-header__mail{text-transform:none}.page-header__accounts{flex-basis:0;flex-grow:1;padding:1.5em 0;padding:var(--gap-S) 0}.page-header__accounts .avatar-stack{margin-left:1.5em;margin-left:var(--gap-S)}.page-logoEdit{align-items:center;display:flex;width:100%}.page-logoEdit__inner{display:flex;flex-direction:column;flex-grow:9999;justify-content:center}.page-logoEdit__title{font-size:2.125em;line-height:1}.page-logoEdit__subtitle,.page-logoEdit__title{font-style:italic;font-weight:800;text-transform:uppercase}.page-logoEdit__subtitle{font-size:1em;line-height:1.5;line-height:1;margin-top:.5em}.page-logoEdit .file-preview,.page-logoEdit .file-upload{align-self:center;margin-right:1.5em;margin-right:var(--gap-S)}.page-logoHeader{display:flex;width:100%}.page-logoHeader--list .page-logoHeader__title{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.page-logoHeader--list .page-logoHeader__subtitle{font-size:1.625em;font-style:inherit;font-weight:300;-webkit-hyphens:auto;hyphens:auto;line-height:1.46;margin-top:0;text-transform:inherit}.page-logoHeader--big .page-logoHeader__title{font-size:2.925em;font-style:italic;font-weight:800;line-height:1;text-transform:uppercase}.page-logoHeader--extraPadding{padding-bottom:2em}.page-logoHeader--edit:hover{cursor:pointer}.page-logoHeader--edit:hover .page-logoHeader__edit{opacity:1}.page-logoHeader__edit{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;color:#fff;color:var(--white);display:none;height:1em;opacity:0;padding:0 .5em;transition:.2s;transition:var(--hover-transition);width:1em}.page-logoHeader__edit:focus{outline:none}@media screen and (min-width:46em){.page-logoHeader__edit{display:inline-block}}.page-logoHeader__strategy{font-style:italic;text-transform:uppercase}.page-logoHeader__inner{display:flex;flex-direction:column;justify-content:center;position:relative}.page-logoHeader__title{display:block;font-size:2.125em;line-height:1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.page-logoHeader__subtitle,.page-logoHeader__title{font-style:italic;font-weight:800;text-transform:uppercase}.page-logoHeader__subtitle{font-size:1em;line-height:1.5;line-height:1;margin-top:.5em}.page-logoHeader .company-logo{align-self:center;margin-right:1.5em;margin-right:var(--gap-S)}.page-switch{display:flex;justify-content:space-between;pointer-events:none;position:absolute;top:24em;width:100%;z-index:10}.page-switch__control{background:#101014;background:var(--gray-70);color:#fff;color:var(--white);height:12em;opacity:.4;pointer-events:auto;transition:.2s;transition:var(--hover-transition);width:3em}.page-switch__control--hidden{background:#0000}.page-switch__control .icon{font-size:2.2em}.page-switch__control:hover{opacity:1}.page-switch__control:focus{transition:none}.phone-thumbnail{background:#fff;background:var(--white);border-radius:.625rem;height:4.625rem;overflow:hidden;position:relative;width:4.625rem}.phone-thumbnail>img{border:2px solid #222536;border-color:var(--gray-600);border-radius:.5rem .5rem 0 0;box-shadow:0 0 .5rem #0003;height:auto;left:.9375rem;min-height:4.125rem;object-fit:cover;position:absolute;top:.625rem;width:2.75rem}.phone-thumbnail:after{background:#222536;background:var(--gray-600);border-radius:0 0 2px 2px;content:"";height:.25rem;left:1.375rem;position:absolute;top:.625rem;width:1.75rem}.phone-thumbnail-empty{background:#fff;background:var(--white);border-radius:.625rem;height:4.625rem;overflow:hidden;position:relative;width:4.625rem}.point-navigation{align-items:center;bottom:0;display:flex;padding:0;position:fixed;right:24.5rem;top:0;width:.75rem}.point-navigation ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.point-navigation a{align-items:center;display:flex;height:1.75rem;justify-content:center;width:1.75rem}.point-navigation a:before{background:#5154f1;background:var(--bright-blue);border-radius:50%;content:"";height:.5rem;opacity:.5;transition:.3s ease-out;transition-property:transform,opacity,box-shadow;width:.5rem}.point-navigation a.active:before,.point-navigation a:hover:before{opacity:1;transform:scale(1.5)}.point-navigation a:focus{outline:none}.point-navigation a:focus:before{background:#fd2d55;background:var(--bright-pink)}.point-navigation a:focus:not(:focus-visible):before{background:#5154f1;background:var(--bright-blue)}.point-navigation a:focus-visible:before{background:#5154f1;background:var(--bright-blue);box-shadow:0 0 0 4px #fd2d55;box-shadow:0 0 0 4px var(--bright-pink);opacity:1}.popup-menu{--menu-background:var(--gray-650);--hover-background:var(--gray-180);background:var(--menu-background);border-radius:.714em;box-shadow:0 0 11px 0 #00000029;padding:1.3125em;position:relative;width:14.25em}.popup-menu .menu-button{margin-bottom:1.5625em}.popup-menu .menu-button:last-child{margin-bottom:0}.popup-menu:after{border-left:10px solid #0000;border-right:10px solid #0000;border-top:15px solid var(--menu-background);content:"";height:0;position:absolute;width:0}.popup-menu--bottomLeft:after,.popup-menu:after{bottom:-.75em;left:auto;right:1.5em}@media screen and (min-width:46em){.popup-menu--bottomLeft:after{bottom:-.75em;left:1.5em;right:auto}}.popup-menu--topLeft:after{left:1.5em;right:auto;top:-.75em;transform:rotate(180deg)}.popup-menu--topRight:after{left:auto;right:1.5em;top:-.75em;transform:rotate(180deg)}.project-card-small{--text-color:var(--white);--card-background-primary:var(--gray-250);display:flex;flex-direction:column;position:relative;width:100%}@media screen and (min-width:46em){.project-card-small{--image-height:25.25em;flex-direction:row-reverse;max-width:18.6875rem}}.project-card-small__icon{position:absolute;right:.75rem;top:.75rem;width:3rem}.project-card-small__footer{align-items:flex-end;display:flex;justify-content:space-between;margin-top:auto}.project-card-small__left-footer .icon-counter{margin-right:.5em}.project-card-small__left-footer .icon-counter .icon{margin-left:-2px;margin-right:.2em}.project-card-small__right-footer{padding-left:1em}.project-card-small a{color:#fff;color:var(--text-color);text-decoration:none}.project-card-small__card-header{margin-bottom:1.0625em}.project-card-small__headline{color:#fff;color:var(--white);font-size:18px;font-stretch:normal;font-style:italic;font-weight:800;letter-spacing:normal;line-height:1.44;padding-bottom:1rem;padding-top:1rem;width:calc(100% - 3rem)}.project-card-small__headline:hover{color:#ffffff80;color:var(--white-opacity)}.project-card-small__body{background:var(--card-background-primary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;padding:1.5em;padding:var(--gap-S);position:relative}.project-card-small__body a:focus{outline:none}.project-card-small__body a:focus .project-card-small__headline{color:#ffffff80;color:var(--white-opacity)}.project-card-small__private-badge{background:#fff;background:var(--white);color:#fff;color:var(--white);font-size:.75em;font-weight:800;left:1.65rem;line-height:1em;padding:0 .2em;position:absolute;top:1.65rem;transform:skewX(-8deg)}.project-card-small__private-label{color:#000;color:var(--black);font-size:.75em;font-weight:800;text-transform:uppercase}.project-card-small .card-checkbox{display:block;position:absolute;right:0;top:0;z-index:2}@media screen and (min-width:46em){.project-card-small .card-checkbox{right:0;top:0}}.project-card-small .card-checkbox label{align-items:center;cursor:pointer;display:flex;height:5em;justify-content:flex-end;padding-right:1.5em;padding-right:var(--gap-S);width:5em}.project-card-small .card-checkbox input{align-items:center;-moz-appearance:none;-webkit-appearance:none;border:1px solid #fff;border:1px solid var(--white);border-radius:50%;cursor:pointer;display:flex;height:1.8em;justify-content:center;margin:0;opacity:.5;transition:.2s;transition:var(--hover-transition);width:1.8em}.project-card-small .card-checkbox input:after{color:#fff;color:var(--white);content:"✓";display:none;text-align:center}.project-card-small .card-checkbox input:hover{opacity:1}.project-card-small .card-checkbox input:hover:after{display:block}.project-card-small .card-checkbox input:checked{background:#00d241;background:var(--bright-green);opacity:1}.project-card-small .card-checkbox input:checked:after{display:block}.project-card-small .card-checkbox input:focus{opacity:1;outline:none;transition:none}.project-item{--subtitle-color:var(--white-opacity);--text-color:var(--white);align-items:center;-moz-appearance:none;-webkit-appearance:none;background:none;color:#fff;color:var(--text-color);cursor:pointer;display:flex;height:calc(3.375rem + 1.25em);justify-content:center;padding:.625em 0;position:relative;transition:.2s;transition:var(--hover-transition);width:100%}.project-item .company-logo{margin-right:.75em}.project-item__body{align-items:center;display:flex;flex-direction:column;justify-content:center}.project-item__subtitle,.project-item__title{font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;text-transform:uppercase}.project-item__subtitle{font-style:normal;font-weight:400;margin-top:.4em;text-transform:inherit}.project-item__arrow{position:absolute;right:1em}.project-item:focus,.project-item:hover{background:#fd2d55;background:var(--highlight)}.project-item:focus{outline:none;transition:none}.project-item--selected{background:#fd2d55;background:var(--highlight)}.project-item--disabled,.project-item--disabled:focus,.project-item--disabled:hover,.search-project-input{background:#181920;background:var(--background-first)}.search-project-input{border:none;border-bottom:1px solid #fd2d55;border-bottom:1px solid var(--highlight);color:#fff;color:var(--white);padding:0 .5em 1em}.search-project-input:focus{outline:none}.project-list{--item-background:var(--gray-250);display:grid;grid-auto-rows:minmax(9.9375em,-webkit-max-content);grid-auto-rows:minmax(9.9375em,max-content);grid-template-columns:repeat(auto-fit,minmax(-webkit-min-content,18.6875rem));grid-template-columns:repeat(auto-fit,minmax(min-content,18.6875rem));grid-gap:.6875rem;gap:.6875rem}.card-wrapper+.project-list{margin-top:2rem}.project-type{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.project-type .project-type-card{border-radius:15px;height:100%;line-height:30px;margin:0;padding:0 0 1rem;width:14rem}.project-type .project-type-card label{cursor:pointer}.project-type .project-type-card.selected,.project-type .project-type-card:hover{background-color:#404162;background-color:var(--gray-300)}.project-type .project-type-body{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;width:80%}.project-type .project-type-body__title{font-style:italic;font-weight:700;text-align:center}.project-type .project-type-body__description{font-size:smaller;text-align:center}.project-type input[type=radio]{-webkit-appearance:none;appearance:none;border-radius:50%;float:right;height:28px;margin:1rem;position:relative;transition:all .2s linear;width:28px}.project-type input[type=radio]:checked{background-color:#00d241;background-color:var(--bright-green);border:1px solid #bebebe;border:1px solid var(--gray-750)}.project-type input[type=radio]:checked+.project-type-card{background-color:#bebebe;background-color:var(--gray-750)}.project-type input[type=radio]:after{color:var(--checkmark-color);content:"";font-size:20px;left:50%;line-height:28px;opacity:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .2s linear}.project-type input[type=radio]:checked:after{content:"✓";opacity:1}.project-type img{height:7rem;margin:-1rem .7rem .7rem;width:7rem}.progress{--progress-indicator:0;right:0}.progress,.progress:before{height:.5rem;left:0;position:absolute;top:0}.progress:before{background:#5154f1;background:var(--bright-blue);content:"";width:calc(var(--progress-indicator)*1%)}.rainbow-card{--text-color:var(--white);--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);--image-height:15.5rem;display:flex;flex-direction:column;min-height:20.625rem;position:relative}.rainbow-card--for-sidebar .rainbow-card__image{margin-right:-.75em;margin-top:-2em}.rainbow-card--for-sidebar .rainbow-card__image--second,.rainbow-card--for-sidebar .rainbow-card__image--third{display:block;margin-right:0;position:absolute}.rainbow-card--for-sidebar .rainbow-card__image--second{right:-2.25em}.rainbow-card--for-sidebar .rainbow-card__image--third{right:-3.75em}.rainbow-card--for-sidebar .rainbow-card__multiple-images{margin-right:4.5em}.rainbow-card--for-sidebar .rainbow-card__phone{width:90%}@media screen and (min-width:56em){.rainbow-card:not(.rainbow-card--unresponsive){--image-height:22.625rem;flex-direction:row-reverse}.rainbow-card:not(.rainbow-card--unresponsive).rainbow-card--draft .rainbow-card__body{border-bottom-right-radius:.625em;border-top-left-radius:0}.rainbow-card:not(.rainbow-card--unresponsive).rainbow-card--draft .rainbow-card__link{border-bottom-left-radius:0;border-bottom-right-radius:.625em;border-top-left-radius:0}.rainbow-card:not(.rainbow-card--unresponsive).rainbow-card--with-image .rainbow-card__body{margin-right:-18em;padding-right:20em}.rainbow-card:not(.rainbow-card--unresponsive).rainbow-card--with-multiple-image .rainbow-card__body{margin-right:-22em;padding-right:24em}.rainbow-card:not(.rainbow-card--unresponsive).rainbow-card--with-top{padding-top:6em}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__image{margin-right:5.75em;margin-top:-2em}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__image--second,.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__image--third{display:block;margin-right:0;position:absolute}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__image--second{right:3.5em}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__image--third{right:1.5em}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__multiple-images{margin-right:4em}.rainbow-card:not(.rainbow-card--unresponsive) .rainbow-card__draft{border-bottom-left-radius:.625rem;border-bottom-right-radius:0;border-top-left-radius:.625rem;padding:0 3px;writing-mode:vertical-lr}}.rainbow-card--draft .rainbow-card__body{border-top-left-radius:.625em;opacity:.8}.rainbow-card--draft .rainbow-card__body,.rainbow-card--draft .rainbow-card__link:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.rainbow-card--shrink{flex-direction:column;min-height:auto}.rainbow-card--shrink .rainbow-card__body{flex-grow:0;width:100%}.rainbow-card--pointer{cursor:pointer}.rainbow-card--gray .rainbow-card__body{background:var(--card-background-secondary)}.rainbow-card--with-image{min-height:23.625rem;padding-top:3em}.rainbow-card--with-multiple-image{padding-top:3em}.rainbow-card--with-top{padding-top:1em}.rainbow-card a{color:#fff;color:var(--text-color);text-decoration:none}.rainbow-card .card-header{margin-bottom:.4rem}.rainbow-card__body{background:var(--card-background-primary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;padding:1.5em;padding:var(--gap-S);position:relative}.rainbow-card__text-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.rainbow-card__text{font-size:.875em;line-height:1.857;padding:0 0 1.214em}.rainbow-card__image,.rainbow-card__multiple-images{display:flex;position:relative}.rainbow-card__image{align-items:flex-end;flex-basis:12.25em;flex-shrink:0;margin:0 auto;pointer-events:none;width:12.25em;z-index:5}.rainbow-card__image--second,.rainbow-card__image--third{bottom:0;display:none;position:relative}.rainbow-card__image--second{flex-basis:10.25em;width:10.25em;z-index:3}.rainbow-card__image--second .rainbow-card__phone,.rainbow-card__image--second .rainbow-card__phone img{max-height:calc(var(--image-height) - 1.5em)}.rainbow-card__image--third{flex-basis:9.25em;width:9.25em;z-index:2}.rainbow-card__image--third .rainbow-card__phone,.rainbow-card__image--third .rainbow-card__phone img{max-height:calc(var(--image-height) - 3em)}.rainbow-card__phone{max-height:var(--image-height);position:relative;width:100%}.rainbow-card__phone img{border-radius:2px;max-height:var(--image-height);object-fit:cover;object-position:center top;width:100%}.rainbow-card__phone:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:0;box-shadow:0 .5em 2.8125em #0000001a,inset 0 0 1em #0000001a;content:"";left:-.65em;position:absolute;right:-.65em;top:-.5em}.rainbow-card__link{border-radius:.625em;bottom:0;left:0;position:absolute;right:0;top:0;transition:box-shadow .2s ease-out;z-index:1}.rainbow-card__link:hover{box-shadow:inset 0 0 0 .375em #ffffff80;box-shadow:0 0 0 .375em var(--white-opacity) inset}.rainbow-card__link:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.rainbow-card .card-menu{margin-top:auto;padding-top:1.5em;position:relative;z-index:5}.rainbow-card .card-checkbox{display:block;position:absolute;right:0;top:0;z-index:2}.rainbow-card .card-checkbox label{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5em;justify-content:flex-end;padding-right:1.5em;padding-right:var(--gap-S);width:5em}.rainbow-card .card-checkbox input{align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #fff;border:1px solid var(--white);border-radius:50%;cursor:pointer;display:flex;height:1.8em;justify-content:center;margin:0;opacity:.5;transition:.2s;transition:var(--hover-transition);width:1.8em}.rainbow-card .card-checkbox input:after{color:#fff;color:var(--white);content:"✓";display:none;text-align:center}.rainbow-card .card-checkbox input:hover{opacity:1}.rainbow-card .card-checkbox input:hover:after{display:block}.rainbow-card .card-checkbox input:checked{background:#00d241;background:var(--bright-green);opacity:1}.rainbow-card .card-checkbox input:checked:after{display:block}.rainbow-card .card-checkbox input:focus{opacity:1;outline:none;transition:none}.rainbow-card__draft{align-items:center;background:var(--card-background-secondary);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;display:flex;font-size:.875em;justify-content:center;line-height:1.857;padding:3px 0}.rainbow-card .destroy-button{opacity:1;position:absolute;right:-.7em;top:-.7em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:60em){.rainbow-card .destroy-button{opacity:0;visibility:hidden}}.rainbow-card:hover .destroy-button{opacity:1;visibility:visible}.card-slider__item>.rainbow-card--with-top .rainbow-card__body{min-height:20.6em}.rainbow-card--clickable .card-checkbox{bottom:0;left:0}.rainbow-card--clickable .card-checkbox label{align-items:flex-start;height:100%;padding-top:1.5em;padding-top:var(--gap-S);width:100%}.rainbow-card-small{--text-color:var(--white);--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);--image-height:17.5em;display:flex;flex-direction:column;height:14.3125rem;max-width:18.6875rem;position:relative;width:100%}@media screen and (min-width:46em){.rainbow-card-small{--image-height:25.25em;flex-direction:row-reverse}}.rainbow-card-small--draft .rainbow-card-small__body{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:.625em;opacity:.8}@media screen and (min-width:46em){.rainbow-card-small--draft .rainbow-card-small__body{border-bottom-right-radius:.625em;border-top-left-radius:0}}.rainbow-card-small--draft .rainbow-card-small__link{cursor:pointer}.rainbow-card-small--draft .rainbow-card-small__link:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width:46em){.rainbow-card-small--draft .rainbow-card-small__link:hover{border-bottom-left-radius:0;border-bottom-right-radius:.625em;border-top-left-radius:0}}.rainbow-card-small--gray .rainbow-card-small__body{background:var(--card-background-secondary)}@media screen and (min-width:46em){.rainbow-card-small--with-image .rainbow-card-small__body{margin-right:-18em;padding-right:20em}}.rainbow-card-small--shrink{height:auto}.rainbow-card-small a{color:#fff;color:var(--text-color);text-decoration:none}.rainbow-card-small .card-header{margin-bottom:.75em}.rainbow-card-small__body{background:var(--card-background-primary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;padding:1.25em 1.25em 1em;padding:var(--gap-XS) var(--gap-XS) 1em;position:relative}.rainbow-card-small__inner{display:flex;flex-direction:column;flex-grow:999;max-height:10em}.rainbow-card-small__text-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.rainbow-card-small__text{font-size:.875em;line-height:1.857;padding:0 0 1.214em}.rainbow-card-small__image{align-items:flex-end;display:flex;flex-basis:12.25em;flex-shrink:0;margin:0 auto;pointer-events:none;position:relative;width:12.25em;z-index:2}@media screen and (min-width:46em){.rainbow-card-small__image{margin-right:5.75em;margin-top:-2em}}.rainbow-card-small__phone{max-height:var(--image-height);position:relative;width:100%}.rainbow-card-small__phone img{max-height:var(--image-height);object-fit:cover;object-position:center top;width:100%}.rainbow-card-small__phone:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:0;box-shadow:0 .5em 2.8125em #0000001a,inset 0 0 1em #0000001a;content:"";left:-.75em;position:absolute;right:-.75em;top:-.625em}.rainbow-card-small__link{border-radius:.625em;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:box-shadow .2s ease-out;z-index:1}.rainbow-card-small__link:hover{box-shadow:inset 0 0 0 .375em #ffffff80;box-shadow:0 0 0 .375em var(--white-opacity) inset}.rainbow-card-small__link:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.rainbow-card-small .card-menu{margin-top:auto;position:relative;z-index:5}.rainbow-card-small .card-checkbox{display:block;position:absolute;right:0;top:0;z-index:2}@media screen and (min-width:46em){.rainbow-card-small .card-checkbox{right:0;top:0}}.rainbow-card-small .card-checkbox label{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:3.7rem;justify-content:flex-end;padding-right:1.5em;padding-right:var(--gap-S);width:5em}.rainbow-card-small .card-checkbox input{align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #fff;border:1px solid var(--white);border-radius:50%;cursor:pointer;display:flex;height:1.8em;justify-content:center;margin:0;opacity:.5;transition:.2s;transition:var(--hover-transition);width:1.8em}.rainbow-card-small .card-checkbox input:after{color:#fff;color:var(--white);content:"✓";display:none;text-align:center}.rainbow-card-small .card-checkbox input:hover{opacity:1}.rainbow-card-small .card-checkbox input:hover:after{display:block}.rainbow-card-small .card-checkbox input:checked{background:#00d241;background:var(--bright-green);opacity:1}.rainbow-card-small .card-checkbox input:checked:after{display:block}.rainbow-card-small .card-checkbox input:focus{opacity:1;outline:none;transition:none}.rainbow-card-small__draft{align-items:center;background:var(--card-background-secondary);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;display:flex;font-size:.875em;justify-content:center;line-height:1.857;padding:3px 0}@media screen and (min-width:46em){.rainbow-card-small__draft{border-bottom-left-radius:.625rem;border-bottom-right-radius:0;border-top-left-radius:.625rem;padding:0 3px;writing-mode:vertical-lr}}.rainbow-card-small .destroy-button{opacity:1;position:absolute;right:-.7em;top:-.7em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:65em){.rainbow-card-small .destroy-button{opacity:0;visibility:hidden}}.rainbow-card-small .typography{display:-webkit-box;line-height:1.625em;margin:0;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-height:8.25em;text-overflow:ellipsis}.rainbow-card-small:hover .destroy-button{opacity:1;visibility:visible}.rainbow-card-compact{--text-color:var(--white);--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);--image-height:17.5em;display:flex;flex-direction:column;height:14.3125rem;max-width:18.6875rem;position:relative;width:100%}@media screen and (min-width:46em){.rainbow-card-compact{--image-height:4.25em}}.rainbow-card-compact--simple .rainbow-card-compact__body{justify-content:center}.rainbow-card-compact--simple .rainbow-card-compact__body .company-logo{left:6.5em;top:3.2em}.rainbow-card-compact--draft .rainbow-card-compact__body{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:.625em;opacity:.8}@media screen and (min-width:46em){.rainbow-card-compact--draft .rainbow-card-compact__body{border-bottom-right-radius:.625em;border-top-left-radius:0}}.rainbow-card-compact--draft .rainbow-card-compact__link:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width:46em){.rainbow-card-compact--draft .rainbow-card-compact__link:hover{border-bottom-left-radius:0;border-bottom-right-radius:.625em;border-top-left-radius:0}}.rainbow-card-compact--company .rainbow-card-compact__body{padding:3em 1.5em 1.5em;padding:3em var(--gap-S) var(--gap-S)}.rainbow-card-compact--gray .rainbow-card-compact__body{background:var(--card-background-secondary)}.rainbow-card-compact--with-image .card-header{display:none}.rainbow-card-compact a{color:#fff;color:var(--text-color);text-decoration:none}.rainbow-card-compact .card-header{margin-bottom:1.0625em}.rainbow-card-compact .company-logo{height:3em;left:6em;min-width:3em;position:absolute;top:1.2em;width:3em;z-index:5}.rainbow-card-compact__body{background:var(--card-background-primary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;padding:1.5em;padding:var(--gap-S);position:relative}.rainbow-card-compact__text-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.rainbow-card-compact__text{font-size:.875em;line-height:1.857;padding:0 0 1.214em}.rainbow-card-compact__company,.rainbow-card-compact__title{color:#fff;color:var(--white);font-size:1em;font-style:italic;font-weight:800;line-height:1.5;overflow:hidden;padding-top:1em;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.rainbow-card-compact__company{display:inline-block;left:50%;max-width:10em;padding:0 0 1em;position:absolute;top:1.5em;transform:translateX(-50%)}.rainbow-card-compact__image-wrapper{align-self:center;background:#fff;background:var(--white);border-radius:.625em;display:flex;flex-direction:column;height:5.25em;justify-content:flex-end;overflow:hidden;width:5.25em}.rainbow-card-compact__image{align-items:flex-end;align-self:center;display:flex;flex-shrink:0;justify-self:flex-end;pointer-events:none;position:relative;width:2.6875em;z-index:2}.rainbow-card-compact__phone{max-height:var(--image-height);position:relative;width:100%}.rainbow-card-compact__phone img{max-height:var(--image-height);object-fit:cover;object-position:center top;width:100%}.rainbow-card-compact__phone:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:0;box-shadow:0 .5em 2.8125em #0000001a,inset 0 0 1em #0000001a;content:"";left:-.15em;position:absolute;right:-.15em;top:-.135em}.rainbow-card-compact__link{border-radius:.625em;bottom:0;left:0;position:absolute;right:0;top:0;transition:box-shadow .2s ease-out;z-index:1}.rainbow-card-compact__link:hover{box-shadow:inset 0 0 0 .375em #ffffff80;box-shadow:0 0 0 .375em var(--white-opacity) inset}.rainbow-card-compact__link:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}.rainbow-card-compact .hashtags-list{align-self:center;flex-wrap:wrap;justify-content:center;max-height:2.5em;max-width:15em;overflow:hidden;padding-top:1em;text-align:center}.rainbow-card-compact .card-menu{margin-top:auto;padding-top:.5em;position:relative;z-index:5}.rainbow-card-compact .card-checkbox{display:block;position:absolute;right:0;top:0;z-index:2}@media screen and (min-width:46em){.rainbow-card-compact .card-checkbox{right:0;top:0}}.rainbow-card-compact .card-checkbox label{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:4.5em;justify-content:flex-end;padding-right:1.5em;padding-right:var(--gap-S);width:4.5em}.rainbow-card-compact .card-checkbox input{align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #fff;border:1px solid var(--white);border-radius:50%;cursor:pointer;display:flex;height:1.8em;justify-content:center;margin:0;opacity:.5;transition:.2s;transition:var(--hover-transition);width:1.8em}.rainbow-card-compact .card-checkbox input:after{color:#fff;color:var(--white);content:"✓";display:none;text-align:center}.rainbow-card-compact .card-checkbox input:hover{opacity:1}.rainbow-card-compact .card-checkbox input:hover:after{display:block}.rainbow-card-compact .card-checkbox input:checked{background:#00d241;background:var(--bright-green);opacity:1}.rainbow-card-compact .card-checkbox input:checked:after{display:block}.rainbow-card-compact .card-checkbox input:focus{opacity:1;outline:none;transition:none}.rainbow-card-compact__draft{align-items:center;background:var(--card-background-secondary);border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem;display:flex;font-size:.875em;justify-content:center;line-height:1.857;padding:3px 0}@media screen and (min-width:46em){.rainbow-card-compact__draft{border-bottom-left-radius:.625rem;border-bottom-right-radius:0;border-top-left-radius:.625rem;padding:0 3px;writing-mode:vertical-lr}}.rainbow-card-compact .destroy-button{opacity:1;position:absolute;right:-.7em;top:-.7em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:65em){.rainbow-card-compact .destroy-button{left:auto;opacity:0;right:-.7em;visibility:hidden}}.rainbow-card-compact:hover .destroy-button{opacity:1;visibility:visible}.raised-hand{left:-1em;padding:0;position:absolute;top:-1em;z-index:5}.raised-hand>img{height:2.75rem;width:2.75rem}.raised-hand__label{color:#000;color:var(--black);display:block;font-size:.8rem;left:.8rem;position:absolute;text-align:center;top:1.3rem;width:1.5rem}.raised-hand__name{background:#000;background:var(--background-third);border-radius:1em;bottom:-2.5em;color:#fff;color:var(--white);font-size:.6875em;font-style:italic;font-weight:800;left:50%;line-height:1.5;line-height:1;opacity:0;padding:.5em 1em;pointer-events:none;position:absolute;text-transform:uppercase;transform:translate(-50%,1em);transition:opacity .2s ease-out,transform .4s ease-out;white-space:nowrap;z-index:2}.raised-hand:hover .raised-hand__name{opacity:1;transform:translate(-50%)}.rating-slider{align-items:center;color:#ffffff80;color:var(--white-opacity);display:flex;height:auto;margin:1em 0;position:relative;width:10em}.rating-slider__title{font-size:.6875em;font-style:italic;font-weight:800;line-height:1.5;position:absolute;text-transform:uppercase;top:-1.7em}.rating-slider:before{background:#ffffff80;background:var(--white-opacity);z-index:1}.rating-slider:after,.rating-slider:before{border-radius:.375em;content:"";height:.75em;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.rating-slider:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 5"><g stroke="%23FFF"><line x1="2" x2="2" y1="0" y2="5" vector-effect="non-scaling-stroke" /><line x1="4" x2="4" y1="0" y2="5" vector-effect="non-scaling-stroke" /><line x1="6" x2="6" y1="0" y2="5" vector-effect="non-scaling-stroke" /></g></svg>');background-size:100%;z-index:3}.rating-slider__meter{background:linear-gradient(153deg,#34bfd2,#5154f1 35%,#c66cd7);background:var(--gradient-primary);border-radius:.375em;height:.75em;left:0;position:absolute;top:50%;transform:translateY(-50%);width:50%;z-index:2}.rating-slider__handle{-webkit-appearance:none;-moz-appearance:none;background:#0000;border:0;height:.75em;outline:none;position:relative;width:100%;z-index:4}.rating-slider__handle::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:none;border-radius:.125em;cursor:pointer;height:1.5em;opacity:0;outline:none;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;width:1.5em}.rating-slider__handle::-moz-range-thumb{background:#fff;border:none;border-radius:.125em;cursor:pointer;height:1.5em;opacity:0;outline:none;-moz-transition:opacity .3s ease-out;transition:opacity .3s ease-out;width:1.5em}.search-and-counter-bar{align-items:center;align-items:flex-start;background:#101014;background:var(--background-second);display:grid;grid-template-columns:285px 1fr 285px;height:45px;padding-top:5px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.search-and-counter-bar hr{margin:.75rem 0}.search-and-counter-bar:after{background-color:#0000;border-top-left-radius:.625em;box-shadow:0 -.625em 0 0 #101014;box-shadow:0 -.625em 0 0 var(--background-second);content:"";height:50px;position:fixed;top:45px;width:25px;z-index:99}.search-and-counter-bar--dark{background:#000;background:var(--background-third)}.search-and-counter-bar--dark:after{box-shadow:0 -.625em 0 0 #000;box-shadow:0 -.625em 0 0 var(--background-third)}@media screen and (max-width:65em){.search-and-counter-bar{display:none}}.search-and-counter-bar__aiButton{display:flex;grid-column:3/4;justify-content:flex-end;padding-right:20px}.search-and-counter-bar .search-screen__search-form{display:flex;grid-column:2/3;height:33px;justify-content:center;margin-top:0;width:100%;z-index:100}@media screen and (max-width:1300px){.search-and-counter-bar .search-screen__search-form{grid-column:1/3;justify-content:flex-end}}.search-and-counter-bar .search-form__fieldset{border-radius:6px;font-size:small;height:33px;height:auto;max-width:35rem}.search-and-counter-bar .response-counter{color:#fff;color:var(--text-color);display:flex;flex-direction:column;font-size:14px;font-style:italic;font-weight:800;justify-content:center;padding-right:.5rem;text-transform:uppercase}.search-and-counter-bar .request-hover ::-webkit-details-marker{display:none}.search-and-counter-bar .request-hover summary{cursor:pointer;list-style:none}.search-and-counter-bar .request-status-heading{margin-bottom:.25rem}.search-and-counter-bar details[open]{padding:6px 0 1rem}.search-and-counter-bar details[open]>summary:after{top:2px;transform:rotate(-180deg)}.search-and-counter-bar summary:after{content:url('data:image/svg+xml;utf8,<svg width="10" height="7" viewBox="0 0 8 5" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="white"/></svg>');display:inline-block;font-style:normal;margin-left:.85ch;position:relative;top:-2px;transition:.2s}.search-and-counter-bar .list-item{font-style:normal;font-weight:400;text-transform:none}.search-and-counter-bar .list-item.done{cursor:pointer;display:flex;justify-content:space-between}.search-and-counter-bar .list-item.done .icon{margin-right:.2rem;margin-top:.2rem}.search-and-counter-bar .done:hover{background-color:#101014;background-color:var(--background-second)}.search-form{--button-background:var(--highlight);--button-text:var(--white);height:100%;width:100%}.search-form__fieldset{background-color:#252439;border:0;border-radius:3.375em;box-shadow:0 0 11px 0 #00000029;display:flex;flex-direction:row;gap:.875em;height:3.375em;max-width:100%;overflow:hidden;padding:0;width:100%}.search-form__input{background-color:#0000;border:none;color:#fff;flex-shrink:1;min-width:0;outline:none;padding-right:8px;width:100%}.search-form__input:last-child{padding-right:2.375em}.search-form__close-button,.search-form__input-icon{align-items:center;border-radius:3.375em;display:flex;flex-shrink:0;justify-content:center;width:3.375em}.search-form__select{-webkit-appearance:none;appearance:none;background-color:#404162;background-color:var(--gray-300);border:none;border-radius:0;border-right:.875em solid #404162;border-right:.875em solid var(--gray-300);color:#fff;height:100%;outline:none;padding-left:1.375em;width:auto}.search-form__select:active,.search-form__select:focus{box-shadow:none;outline:none}.search-form__afterWrapper{align-items:center;display:flex;height:100%;position:relative}.search-form__afterWrapper:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="%23ffffff80" d="M12.663238,16.6944813 C12.2957425,17.0994487 11.7042795,17.1042235 11.3324915,16.6944813 L3.20134064,7.7332584 C2.83388506,7.32829097 2.98514121,7 3.52683095,7 L20.4698523,7 C21.0170712,7 21.1670988,7.32351619 20.7952704,7.7332584 L12.663238,16.6944813 Z"/></g></svg>');background-size:cover;content:"";display:block;height:1em;pointer-events:none;translate:-1.75rem;width:1em;z-index:10}.search-form__close-button{background:var(--button-background);color:var(--button-text)}.search-form__input-icon{display:flex}.search-form__search-bar .search-form__fieldset{background-color:#31324a;background-color:var(--gray-250)}.search-screen__search-form{margin-top:-5.5em;z-index:2}@media screen and (min-width:46em){.search-screen__search-form{margin-top:-6.5em}}.select-counter{--counter-background:var(--bright-green);align-items:center;background:var(--counter-background);border-radius:50%;display:flex;font-size:1em;font-style:italic;font-weight:800;font-weight:500;height:2em;justify-content:center;line-height:1.5;text-align:center;text-transform:uppercase;width:2em}.section-headline{display:flex;flex-wrap:wrap;line-height:1;margin:0;padding:5em 0 1.875em}.section-headline--small{padding:5em 0 0}.section-headline--single{padding:3em 0 0}.section-headline--noPadding{padding:0 0 1.875em}.section-headline--lessPaddingTop{padding-top:2em}.section-headline>h2{margin-right:auto}.section-headline--big>h2,.section-headline>h2{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.section-headline--big>h2{font-size:1.5em;line-height:2}.section-headline__counter{flex-grow:1;font-size:1em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;margin-left:.3em;text-transform:uppercase}.section-headline__caption{display:block;padding:.2em .5em 0 0;width:100%}.section-headline__caption .typography{line-height:1.5;margin:0}.section-headline__anchor{line-height:1.5;padding:0}.section-headline__anchor a{color:#ffffff80;color:var(--white-opacity);transition:.2s;transition:var(--hover-transition)}.section-headline__anchor a:hover{color:#fff;color:var(--white)}.section-headline__anchor a:focus{color:#fff;color:var(--white);outline:none}.section-headline--center{margin:0 auto}:root{--space-0:0;--space-s:0.5rem;--space-m:1rem;--space-l:2rem}.stack-0>*+*,.stack-base-xx,.stack-l>*+*,.stack-m>*+*,.stack-s>*+*{margin-top:1em;margin-top:var(--stack-space,1em)}.stack-0>*{--stack-space:var(--space-0)}.stack-s>*{--stack-space:var(--space-s)}.stack-m>*{--stack-space:var(--space-m)}.stack-l>*{--stack-space:var(--space-l)}.my-stack-space-0{--stack-space:var(--space-0)}.my-stack-space-s{--stack-space:var(--space-s)}.my-stack-space-m{--stack-space:var(--space-m)}.my-stack-space-l{--stack-space:var(--space-l)}.select-menu--wrapper{grid-row-gap:1.25em;display:grid;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr;grid-template-rows:1fr auto;max-width:44em;position:relative;row-gap:1.25em;width:auto}.select-menu--wrapper [state]{display:flex;grid-area:1/1/2/4;justify-content:center}.select-menu--wrapper [state] .flash-message{left:auto;position:relative;top:auto;transform:none}.select-menu{--menu-background:var(--gray-250);background:var(--menu-background);border-radius:.714em;box-shadow:0 0 11px 0 #00000029;display:grid;grid-column:1/4;grid-row:2/3;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr;position:relative}.select-menu .select-counter{left:-.8em;padding:0;position:absolute;top:-.8em;z-index:10}.select-menu__buttons{background:var(--menu-background);border-radius:.714em;display:grid;gap:1rem;grid-area:2/1/3/4;grid-template-columns:subgrid;margin-top:-1.5rem;padding:1rem;padding:var(--space-m);z-index:2;grid-gap:1rem;grid-gap:var(--space-m);gap:var(--space-m)}.select-menu .destroy-button{padding:0;position:absolute;right:-.8em;top:-.8em;z-index:10}.select-menu .destroy-button:focus{outline:none}.select-menu--fourColumns{grid-template-columns:1fr -webkit-max-content 1fr 1fr;grid-template-columns:1fr max-content 1fr 1fr}.select-menu--fourColumns .select-menu__buttons,.select-menu--fourColumns .select-top{grid-column-end:5}.select-menu--fiveColumns{grid-template-columns:1fr -webkit-max-content 1fr 1fr 1fr;grid-template-columns:1fr max-content 1fr 1fr 1fr}.select-menu--fiveColumns .select-menu__buttons,.select-menu--fiveColumns .select-top{grid-column-end:6}.select-menu--twoColumns{grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content}.select-menu--twoColumns .select-menu__buttons,.select-menu--twoColumns .select-top{grid-column-end:3}.select-top{background:#fd2d55;background:var(--bright-pink);border:none;grid-area:1/1/2/5;padding:.5em 2em 2em;position:relative;width:100%;z-index:0}.select-top,.select-top__title{align-items:center;border-radius:.714em;display:flex}.select-top__title{background:#ffffff40;cursor:pointer;gap:1.125em;padding:0 .75em}.select-top>.destroy-button,.select-top>.icon-button{background:#31324a;background:var(--gray-250);padding:0;position:absolute;right:1em;top:.5em;z-index:10}.select-top>.destroy-button:focus,.select-top>.icon-button:focus{outline:none}.select-top>.icon-button{right:3.5em}.session{background:#181920;background:var(--gray-110);display:flex;flex-direction:column;justify-content:space-between;max-height:100vh;min-height:min(50rem,100vh);overflow:auto;padding:3.875rem 6.125rem 2rem;position:relative}.session--min-height-zero{min-height:min(0rem,100vh)}.session--no-padding{padding:0}.session__fixed{position:absolute;position:fixed;right:0;right:23rem;top:2.5rem;z-index:80}.session__fixed-bottom{background:#31324a;background:var(--gray-250);border-radius:1rem;bottom:1rem;left:6.5rem;padding:1rem 5.625rem 1rem 5.5rem;position:fixed;right:23.1875rem;z-index:2}.session--extra-bottom-space:after{content:"";display:block;flex-shrink:0;height:7rem}.session__top{max-width:46.25rem}.session__top .avatar,.session__top .session-icon{margin-bottom:.5rem;margin-left:-1rem}.session__bottom{align-self:flex-end;margin-top:2rem;max-width:40.625rem;width:100%}.session__actions{margin-top:1rem}.session-icon{flex-shrink:0;width:var(--session-icon-width)}.session-sidebar{background:#101014;background:var(--gray-70);height:100vh;position:-webkit-sticky;position:sticky;top:0}.session-sidebar__scroll-container{height:100vh;overflow:auto;padding:0 1.875rem 2rem 2.375rem}.session-sidebar__scroll-container>:last-child{margin-bottom:2rem}.session-sidebar__scroll-container::-webkit-scrollbar{height:.5rem;width:.5rem}.session-sidebar__scroll-container::-webkit-scrollbar-track{background-color:#181920;background-color:var(--gray-110);border:1px solid #262634;border:1px solid var(--gray-180);border-radius:.25rem}.session-sidebar__scroll-container::-webkit-scrollbar-thumb{background-color:#62687b;background-color:var(--gray-400);border-radius:.25rem;margin:.25rem}.session-sidebar__header{background:#101014;background:var(--gray-70);padding:2rem 0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.settings-table__title{color:#bebebe;color:var(--gray-750);font-size:1em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;text-transform:uppercase}.share-popup{--text-color:var(--gray-750);--card-background:var(--gray-250);--edit-background:var(--gray-180);--body-background:var(--gray-180);--scrollbarBG:var(--gray-400);--thumbBG:var(--gray-180);--border-radius:0.625em;--tab-underline-width:0.375em;background:var(--card-background);border-radius:var(--border-radius);box-shadow:0 0 1em 0 #00000029;display:flex;flex-direction:column;margin-bottom:1.8em;max-width:23.5em;padding:1.5em;padding:var(--gap-S);padding-bottom:2em;position:relative;width:100vw;z-index:200}@media screen and (min-width:46em){.share-popup{max-width:42.6875em}}.share-popup__header{background:linear-gradient(90deg,#304e9d 0,#e84c88);background:var(--gradient-secondary);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);margin:-1.5em;margin:calc(var(--gap-S)*-1);margin-bottom:1px;margin-bottom:var(--gap-NONE);padding:1.5em;padding:var(--gap-S);padding-bottom:0}.share-popup__headline{font-size:1.625em;font-style:italic;font-weight:800;line-height:1.25;line-height:1;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.share-popup__body{max-height:80vh;min-height:0;min-height:var(--min-height,0);overflow:auto;padding:.5em 0;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}.share-popup__body--centered{align-items:center;display:flex;flex-direction:column;justify-content:center}.share-popup__body--evenly{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}.share-popup__body::-webkit-scrollbar{width:11px}.share-popup__body::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:0}.share-popup__body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:3px solid var(--scrollbarBG)}.share-popup__body .l-row-wrapper--separator{margin-bottom:.5em}.share-popup__tabs{display:flex;margin-bottom:0}.share-popup__tabs>*+*{margin-left:2em}.share-popup__tab-link{background-color:#0000;border:0 solid #0000;border-bottom:var(--tab-underline-width) solid #0000;color:#fff;margin-bottom:calc(var(--tab-underline-width)*-1);padding:0 .5em}.share-popup__tab-link--active{border-bottom-color:#fd2d55;border-bottom-color:var(--highlight)}.share-popup__description{color:#fff;color:var(--text-color);font-size:1em;font-style:italic;font-weight:800;line-height:1.5;padding:.5em 0;text-transform:uppercase}.share-popup__description--centered{text-align:center}.share-popup__icon img{margin:0 auto;max-width:7em}.share-popup__info{color:#fff;color:var(--text-color);font-style:italic;font-weight:800;margin-bottom:.5em;margin-top:.5m}.share-popup__info--space-before{margin-top:3em}.share-popup__warning{color:#fd2d55;color:var(--highlight);font-size:.8em;font-style:italic;font-weight:800}.share-popup .edit-input__input{font-size:1em}.share-popup .destroy-button{position:absolute;right:-.6em;top:-.7em}.share-popup .input-button{width:8em}.share-popup .main-button,.share-popup .main-button--secondary{--text-color:var(--white);bottom:-1.8em;left:50%;position:absolute;transform:translateX(-50%)}.sidebar-teaser{cursor:pointer}.sidebar-teaser--static{pointer-events:none}.sidebar-teaser__body{align-items:flex-start;display:flex}.sidebar-teaser__body .session-icon{margin-right:.75rem}.sidebar-teaser__body .typography{line-height:1.5}.sidebar-teaser__decoration{color:#fff;color:var(--white);display:grid;margin-top:.5rem;max-width:17.5rem;place-items:center;width:100%}.sidebar-teaser__decoration>*{grid-column:1;grid-row:1;max-width:17.5rem}.sidebar-teaser__large-decoration,.sidebar-teaser__large-decoration>*{max-width:20rem}.sidebar-teaser__image{border-radius:.625rem;display:block;max-height:14.375rem;object-fit:cover;width:100%}.sidebar-teaser__icon{background:#fd2d55;background:var(--bright-pink);border-radius:50%;display:grid;height:3.75rem;width:3.75rem}.sidebar-teaser__icon>.icon{height:2rem;margin:auto;width:2rem}.simple-popup{--accent-body-background:var(--gray-180);--scrollbarBG:--accent-body-background;--thumbBG:var(--gray-400)}.simple-popup:focus{outline:0}.simple-popup__headline{font-size:1.625em;line-height:1.25;margin-bottom:1.5rem}.simple-popup__headline,.simple-popup__subheadline{font-style:italic;font-weight:800;text-align:center;text-transform:uppercase}.simple-popup__subheadline{font-size:.875em;line-height:1.5;margin-bottom:.6875em}.simple-popup__children .page-logoEdit{flex-direction:column}.simple-popup__children .page-logoEdit .file-preview{margin:0 0 1em}@media screen and (min-width:46em){.simple-popup__children .page-logoEdit{flex-direction:row}.simple-popup__children .page-logoEdit .file-preview{margin:0 1em 0 0}}.simple-popup__accent-body{background-color:var(--accent-body-background);border-radius:.625em;margin:1.5em 0;margin:var(--gap-S) 0;padding:1.5em;padding:var(--gap-S)}.simple-popup__scrollable-body{max-height:20em;overflow:auto;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}.simple-popup__scrollable-body::-webkit-scrollbar-track{background-color:var(--scrollbarBG)}.simple-popup__scrollable-body::-webkit-scrollbar-thumb{background-color:var(--thumbBG)}@media screen and (min-width:46em){.simple-popup__columns{display:flex}.simple-popup__column{flex:1 1;margin-right:1em}}.simple-popup__list{margin:0;padding:0}.simple-popup__submit-wrapper{display:flex;flex-wrap:wrap;justify-content:center;margin:1.5rem -.5rem calc(-1.75rem + -1.5em);margin-bottom:calc(-1.75rem + var(--gap-S)*-1)}.simple-popup__submit-wrapper>*{margin:.5rem}.simple-popup .select-counter{left:-.8em;padding:0;position:absolute;top:-.8em;z-index:10}.simple-popup--maxHeight .simple-popup__children{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2rem;margin-inline:-1.5em;max-height:calc(92vh - 10em);overflow-y:auto;padding-inline:12px;scrollbar-gutter:stable}.simple-popup--maxHeight .simple-popup__children::-webkit-scrollbar{width:8px}.simple-popup--maxHeight .simple-popup__children::-webkit-scrollbar-track{background:#0000}.simple-popup--maxHeight .simple-popup__children::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.simple-popup--maxHeight .simple-popup__submit-wrapper{bottom:0;left:0;position:absolute;right:0;transform:translateY(-25%)}.simple-popup--physicalMouse .simple-popup__children{padding-inline:0;padding-inline-start:12px}.sub-nav{--hover-background:var(--background-first);background:#101014;background:var(--background-second);color:#bebebe;color:var(--text-color-secondary);padding:1.1em 1.875em 1.875em;top:0}@media screen and (min-width:46em){.sub-nav{position:fixed;width:14em;width:calc(var(--nav-width) - 6em)}}.sub-nav__list{display:flex;flex-direction:column;flex-grow:1;margin:0 0 2.5em;margin:0 0 var(--gap-L);padding:0}.sub-nav__headline,.sub-nav__project{color:#fff;color:var(--text-color);font-size:.875em;font-style:italic;font-weight:800;line-height:1.5;margin-left:.875em;opacity:.5;text-transform:uppercase}.sub-nav__project{margin:0 0 .5em .875em}.sub-nav__item{display:block;margin:.25em 0}.sub-nav__link{align-items:center;color:inherit;cursor:pointer;display:flex;padding:.5em .375em .5em .75em;position:relative;text-decoration:none;transition:.2s;transition:var(--hover-transition)}.sub-nav__link:hover{background:var(--hover-background);color:#fff;color:var(--white)}.sub-nav__link:focus{color:#fff;color:var(--white);outline:none;transition:none}.sub-nav__link--active{background:var(--hover-background)}.sub-nav__link--active,.sub-nav__link--active:focus,.sub-nav__link--active:hover{color:#fd2d55;color:var(--highlight)}.sub-nav__link--header{padding:0 .75em}.sub-nav__link--inactive,.sub-nav__link--inactive:hover{background:none;color:inherit;opacity:.2}.sub-nav__icon{align-items:center;color:inherit;display:flex;height:1.25em;justify-content:center;margin-right:1.125em;width:1.25em}.sub-nav__icon svg{font-size:1.5em}.sub-nav svg{color:#bebebe;color:var(--text-color-secondary)}.sub-nav__back{align-items:center;color:#ffffff80;color:var(--white-opacity);display:inline-flex;font-size:.9em;margin-bottom:2.5em;margin-bottom:var(--gap-L);margin-left:.875em;text-decoration:none;transition:.2s;transition:var(--hover-transition)}.sub-nav__back .icon{font-size:1.2rem;margin-right:.3em}.sub-nav__back:hover{color:#fff;color:var(--white)}.sub-nav__label{font-size:.875em;line-height:1.857;line-height:1.2;white-space:nowrap}.sub-nav__number{opacity:.6}.sub-nav__progress{left:.25rem;position:absolute;width:2.25rem}.suggested-search{background:#fff;background:var(--white);border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;flex-direction:column;margin:0;padding:1em .5em;position:absolute;text-decoration:none;top:90%;width:100%;z-index:-1}.suggested-search__item{color:#222536;color:var(--gray-600);font-size:.875em;line-height:1.857}.suggested-search__button{-webkit-appearance:none;appearance:none;-moz-appearance:none;background:none;border:1px solid #0000;display:block;height:calc(100% + 2px);outline:none;padding:.3em .5em;text-align:left;width:100%}.suggested-search__button:focus{border:1px dashed #222536;border:1px dashed var(--gray-600)}.suggested-search__button--active{color:#fd2d55;color:var(--bright-pink)}.sticky-benchmark-bar{background:#31324a;background:var(--gray-250);border-radius:.635em;bottom:10px;display:flex;gap:5%;justify-content:center;margin:5% auto;padding:.75rem;position:-webkit-sticky;position:sticky;width:39em;z-index:99}.sticky-benchmark-bar .icon{font-size:1.5rem;left:20px;margin-right:.5rem;position:absolute;top:18px}.sticky-benchmark-bar .text{margin-left:15%}.sticky-benchmark-bar .main-button{width:35%}.table{border-spacing:0;width:100%}.table thead{font-size:.875em;line-height:1.857;text-align:center}.table__column-header{white-space:nowrap}.table__row-data{padding:.5em 1em;text-align:center;width:7em}.table__row-data .toggle-switch__label{margin:auto}.table__row-description{font-size:1em;font-style:italic;font-weight:800;line-height:1.5;padding:.5em 1em;text-align:left;text-transform:uppercase}@media screen and (min-width:46em){.table__row-description{padding:.5em 2em}}.table tbody tr:nth-child(odd){background-color:#222536;background-color:var(--gray-600)}.tablist{--scrollbarBG:var(--gray-250);--thumbBG:var(--gray-110);display:flex;margin-bottom:4em;max-width:90vw;overflow-x:auto;overflow-y:hidden;padding-bottom:1em;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin;width:100%}.tablist::-webkit-scrollbar{width:11px}.tablist::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:4px}.tablist::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}.tablist--small{margin-bottom:2em}.tablist--extra-small{margin-bottom:1.5em}.tablist--border{overflow-y:hidden;padding-bottom:0;position:relative}.tablist--border:after{background:#bebebe;background:var(--gray-750);bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:0}.tablist--search{justify-content:left;transform:translateY(-1em)}@media screen and (min-width:46em){.tablist--search{justify-content:center}}.tablist>*{margin-right:2em}.tablist>:last-child{margin-right:0}.tablist--project-list{cursor:pointer;margin-bottom:0;margin-right:1rem}.tablist--project-list>*{margin-right:1rem}.tablist--project-list>:last-child{margin-right:0}.tablist__button{border-bottom:1px solid #0000;color:#bebebe;color:var(--text-color-secondary);cursor:pointer;padding:0 .5em .8em;position:relative;text-decoration:none;transition:.2s;transition:var(--hover-transition);z-index:1}.tablist__button:hover{color:#fff;color:var(--white)}.tablist__button--active,.tablist__button:focus{border-bottom-color:#fd2d55;border-bottom-color:var(--highlight);color:#fff;color:var(--white);outline:none}.tab-container__button-container{display:flex;flex-direction:row;padding:5em 0 0}.tab-container .section-headline{display:none}.tab-container__button{background:#0000;color:#bebebe;color:var(--text-color-secondary);cursor:pointer;font-size:1em;font-style:italic;font-weight:800;line-height:1.5;line-height:1;margin-right:0;padding:1em;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:46em){.tab-container__button{margin-right:1em}}.tab-container__button--active{border-bottom:1px solid #fd2d55;border-bottom:1px solid var(--highlight)}.tab-container__button--active,.tab-container__button:focus,.tab-container__button:hover{color:#fff;color:var(--text-color)}.tab-container__button:focus{outline:none}.tag-list{--scrollbarBG:var(--gray-110);--thumbBG:var(--gray-180);display:flex;display:grid;grid-auto-columns:minmax(-webkit-min-content,13em);grid-auto-columns:minmax(min-content,13em);grid-auto-flow:column;height:5.5em;justify-content:flex-start;margin:0;max-width:100vw;overflow-x:auto;padding:1em 0;grid-gap:.6em;scrollbar-color:var(--thumbBG) var(--scrollbarBG);scrollbar-width:thin}@media screen and (min-width:46em){.tag-list{height:auto;grid-gap:1.5em;grid-gap:var(--gap-S)}}.tag-list::-webkit-scrollbar{width:11px}.tag-list::-webkit-scrollbar-track{background:var(--scrollbarBG);border-radius:4px}.tag-list::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:4px solid var(--scrollbarBG);border-radius:6px}.tag-list__list-item{position:relative}.tag-list__list-item .destroy-button{opacity:1;position:absolute;right:-.5em;top:-.5em;transition:all .2s;visibility:visible;z-index:10}.tag-list__list-item:hover .destroy-button{opacity:1;transition:none;visibility:visible}@media screen and (min-width:60em){.tag-list__list-item .destroy-button{opacity:0;visibility:hidden}}.tag-list__select-wrapper{position:relative}.tag-list__select-wrapper:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><path fill="%23ffffff80" d="M12.663238,16.6944813 C12.2957425,17.0994487 11.7042795,17.1042235 11.3324915,16.6944813 L3.20134064,7.7332584 C2.83388506,7.32829097 2.98514121,7 3.52683095,7 L20.4698523,7 C21.0170712,7 21.1670988,7.32351619 20.7952704,7.7332584 L12.663238,16.6944813 Z"/></g></svg>');background-size:cover;content:"";display:block;height:1em;pointer-events:none;position:absolute;right:1em;top:1.2em;width:1em;z-index:10}.tag-list__tag{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#31324a;background:var(--gray-250);border:1px solid #0000;border-radius:.714em;color:#bebebe;color:var(--text-color-secondary);cursor:text;display:block;flex-grow:1;font-size:1em;height:calc(3.214em + 2px);line-height:1.714;min-width:10em;overflow:hidden;padding:.5em;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;z-index:10}.tag-list__tag .icon{vertical-align:-.143em}.tag-list__tag:focus{color:#fff;color:var(--text-color);outline:none}.tag-list__tag::-moz-focus-inner{border:0}@media screen and (min-width:46em){.tag-list__tag{font-size:.875em;height:calc(3.714em + 2px);line-height:1.857;padding:1em}.tag-list__tag:focus{outline:1px dashed #ffffff80;outline:1px dashed var(--white-opacity);outline-offset:-.5em}}.tag-list__tag--add{background-clip:initial;border:1px dashed #bebebe;border:1px dashed var(--text-color-secondary);cursor:pointer;opacity:.8;transition:.2s;transition:var(--hover-transition)}.tag-list__tag--add:focus,.tag-list__tag--add:hover{color:#fff;color:var(--text-color);opacity:1}.tag-list__tag--add:focus{outline:none;transition:none}.tag-list__tag--input{min-width:10em}.tag-list__tag--select{cursor:pointer;padding-right:3.5em;text-align:left}@media screen and (min-width:46em){.tag-list__tag--select{padding-right:1.5em}}.timer{align-items:center;background:#31324a;background:var(--gray-250);border-radius:10rem;color:#fff;color:var(--white);display:flex;height:3.375em;min-width:8.875rem;padding-left:1rem;padding-right:1.375rem}.timer .icon{height:2rem;margin-right:1rem;width:2rem}.timer__body{font-size:.75rem;font-style:italic;font-weight:700;line-height:1.333}.timer--running .timer__body{font-size:1.25rem}.timer--highlight{background:#00d241;background:var(--bright-green)}.timer--highlight .timer__body{text-align:center;width:100%}.toggle-switch{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.toggle-switch__label{border:1px solid #fff;border:1px solid var(--white);border-radius:100px;cursor:pointer;display:block;height:1.25rem;position:relative;text-indent:-9999px;width:2.875rem}.toggle-switch__label:after{background:#fff;border-radius:50%;content:"";height:.875rem;left:3px;position:absolute;top:2px;transition:.3s;width:.875rem}.toggle-switch__label--disabled{border:1px solid #ffffff80;border:1px solid var(--white-opacity)}.toggle-switch__label--disabled:after{background:#ffffff80;background:var(--white-opacity)}.toggle-switch:checked+label{background:linear-gradient(90deg,#304e9d 0,#e84c88);background:var(--gradient-secondary)}.toggle-switch:checked+label:after{left:calc(100% - 3px);transform:translateX(-100%)}.or-seperator{align-items:center;align-self:center;display:flex;margin:.5rem 0;text-align:center;text-transform:uppercase;width:100%}.or-seperator:after,.or-seperator:before{border-top:1px solid #ccc;content:"";flex:1 1;margin:0 1rem}.or-seperator--small{margin:0 auto;width:50%}.user-flow-card{--text-color:var(--white);--card-background-primary:var(--gradient-primary);--card-background-secondary:var(--gray-250);--image-height:17.5em;display:flex;flex-direction:column;font-weight:700;height:11.125rem;max-width:18.125rem;position:relative;width:100%;-webkit-font-smoothing:antialiased;font-style:italic}@media screen and (min-width:46em){.user-flow-card{--image-height:25.25em;flex-direction:row-reverse}.user-flow-card--with-image .user-flow-card__body{margin-right:-18em;padding-right:20em}}.user-flow-card .card-header{color:#a8a8a8;color:var(--gray-900);font-style:italic;font-weight:700;margin-bottom:1em;-webkit-font-smoothing:antialiased}.user-flow-card .card-header .card-header__title{font-weight:700;text-transform:uppercase;white-space:nowrap}.user-flow-card .card-header .card-header__title--simple{color:#a8a8a8;color:var(--gray-900)}.user-flow-card__body{background:var(--card-background-secondary);border-radius:.625em;display:flex;flex-direction:column;flex-grow:1;padding:1.5em 1.5em 1em;padding:var(--gap-S) var(--gap-S) 1em;position:relative}.user-flow-card__inner{display:flex;flex-direction:column;flex-grow:999;max-height:10em}.user-flow-card__text-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.user-flow-card__text{font-size:.875em;line-height:1.857;padding:0 0 1.214em}.user-flow-card__image{align-items:flex-end;display:flex;flex-basis:12.25em;flex-shrink:0;margin:0 auto;pointer-events:none;position:relative;width:12.25em;z-index:2}@media screen and (min-width:46em){.user-flow-card__image{margin-right:5.75em;margin-top:-2em}}.user-flow-card__headline{align-items:center;display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr 3rem;justify-items:center;position:absolute;top:0;width:100%;grid-row-gap:.125rem;row-gap:.125rem}.user-flow-card__headline>:first-child{display:flex;grid-column:1/3;grid-row:1/1;justify-content:center;text-align:center;text-transform:uppercase}.user-flow-card__headline>:nth-child(2){background:#0000;color:#fff;display:flex;grid-column:2/2;grid-row:1/1}.user-flow-card__headline>:nth-child(3){align-self:flex-start;display:flex;grid-column:1/3;grid-row:2/2;height:100%;justify-content:center;width:100%}.user-flow-card__headline>:nth-child(3)>*{height:100%}.user-flow-card__phone{max-height:var(--image-height);position:relative;width:100%}.user-flow-card__phone img{max-height:var(--image-height);object-fit:cover;object-position:center top;width:100%}.user-flow-card__phone:after{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 448"><g fill="none" fill-rule="evenodd"><path fill="%23313142" d="M190.4 0a30 30 0 0130 30v69.5h.1c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5V418a30 30 0 01-30 30h-159a30 30 0 01-30-30V170.4h-.1c-.8 0-1.4-.7-1.4-1.5v-29c0-.9.7-1.5 1.5-1.5v-8.9h-.1c-.8 0-1.4-.7-1.4-1.5V99c0-.9.7-1.5 1.5-1.5V75.3h-.1c-.8 0-1.4-.7-1.4-1.5V60.3c0-.9.7-1.5 1.5-1.5V30a30 30 0 0130-30h159zM33 12a20 20 0 00-20 19.7V417a20 20 0 0019.7 20H189a20 20 0 0020-19.7V32a20 20 0 00-19.7-20h-19.5.2c-2 0-4.5.5-6 1.5-1.4 1-2 2.8-2 3.4v.1a6 6 0 01-6 6H67a6 6 0 01-6-5.8V17c0-.5-.5-2.5-2-3.5S55 12 53 12h.2H33z"/><path fill="%23D8D8D8" d="M127 11a3 3 0 110 6 3 3 0 010-6zm-12 2a1 1 0 110 2H94a1 1 0 010-2h21z"/></g></svg>');background-size:cover;bottom:0;box-shadow:0 .5em 2.8125em #0000001a,inset 0 0 1em #0000001a;content:"";left:-.75em;position:absolute;right:-.75em;top:-.625em}.user-flow-card .destroy-button{opacity:1;position:absolute;right:-.7em;top:-.7em;transition:all .2s;visibility:visible;z-index:10}@media screen and (min-width:65em){.user-flow-card .destroy-button{opacity:0;visibility:hidden}}.user-flow-card textarea{background:#262634;background:var(--gray-180);border:0;color:#a8a8a8;color:var(--gray-900);font-style:italic;font-weight:700;height:7.071em;padding:.5rem .75rem;width:100%;-webkit-font-smoothing:antialiased}.user-flow-card textarea:disabled{background:#0000;color:#fff;color:var(--white);resize:none}.user-flow-card:hover .destroy-button{opacity:1;visibility:visible}.video-container{height:0;padding-top:56.25%;position:relative;width:100%}.video-container>*{height:100%;left:0;position:absolute;top:0;width:100%}.settings-container{display:flex;flex-direction:column;gap:2rem;padding:1rem}.settings-section{border-bottom:1px solid #e94e77;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}.settings-section:last-child{border-bottom:none}.settings-title{color:#fff;color:var(--white);font-size:1em;font-weight:400;margin:0}.settings-counter{align-items:center;display:flex;gap:1rem;justify-content:space-between}.settings-counter-label{color:#ffffff80;color:var(--white-opacity)}.settings-counter-controls{align-items:center;display:flex;margin-left:auto}.settings-counter-input{background:#0000;border:none;color:#fff;font-size:1em;text-align:center;width:3rem}.settings-selector{display:flex;flex-wrap:wrap;gap:.5rem}.settings-button{background:#0000;border:1px solid #fff;border-radius:2rem;color:#fff;cursor:pointer;font-size:.9rem;padding:.2rem .75rem;transition:all .2s}.settings-button:hover{background:#ffffff1a}.settings-button.active{background:#e94e77;border-color:#e94e77}.settings-divider{align-items:center;color:#fff;display:flex;gap:1rem;justify-content:center;margin:.5rem 0;position:relative;text-align:center}.settings-divider:after,.settings-divider:before{background:#ffffff4d;content:"";height:1px;width:10%}.display-inline-flex{display:inline-flex}.margin-auto-h{margin-right:auto}.margin-auto-h,.margin-auto-l{margin-left:auto}.margin-v{margin-bottom:1em;margin-bottom:var(--margin-v,1em);margin-top:1em;margin-top:var(--margin-v,1em)}.max-width-50{max-width:50%}.text-center{text-align:center}.opaque{opacity:.5}.styleguide{padding:2em}.styleguide>h1{font-size:1.625em;font-style:italic;font-weight:800;line-height:1.25;margin-bottom:1em;text-transform:uppercase}.styleguide>h2{font-size:1em;margin-bottom:1.5em}.styleguide>h2,.styleguide>h3{font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.styleguide>h3{font-size:.875em}.styleguide>a{display:inline-block;font-size:.75em;font-style:italic;font-weight:800;line-height:1.5;text-transform:uppercase}.styleguide hr{border:none;border-top:1px solid #fd2d55;border-top:1px solid var(--highlight);margin:2em 0}
/*# sourceMappingURL=main.14f85b80.css.map*/