@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=IBM+Plex+Mono:wght@400;600&display=swap";body{--custom-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;--custom-bg-color: var(--color-bg, #101010);--custom-panel-color: var(--color-surface, #222);--custom-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .8);--custom-color: var(--color-text, #fff);--custom-color-brand: var(--color-primary, #24b47e);--custom-color-secondary: var(--color-text-secondary, #666);--custom-border: 1px solid var(--color-border, #333);--custom-border-radius: 5px;--custom-spacing: 5px;padding:0;margin:0;font-family:var(--custom-font-family);background-color:var(--custom-bg-color)}*{color:var(--custom-color);font-family:var(--custom-font-family);box-sizing:border-box}html,body,#__next{height:100vh;width:100vw;overflow-x:hidden}.app-root{width:100%;min-height:100vh}.container{width:90%;margin-left:auto;margin-right:auto}.row{position:relative;width:100%}.row [class^=col]{float:left;margin:.5rem 2%;min-height:.125rem}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:96%}.col-1-sm{width:4.33%}.col-2-sm{width:12.66%}.col-3-sm{width:21%}.col-4-sm{width:29.33%}.col-5-sm{width:37.66%}.col-6-sm{width:46%}.col-7-sm{width:54.33%}.col-8-sm{width:62.66%}.col-9-sm{width:71%}.col-10-sm{width:79.33%}.col-11-sm{width:87.66%}.col-12-sm{width:96%}.row:after{content:"";display:table;clear:both}.hidden-sm{display:none}@media only screen and (min-width: 33.75em){.container{width:80%}}@media only screen and (min-width: 45em){.col-1{width:4.33%}.col-2{width:12.66%}.col-3{width:21%}.col-4{width:29.33%}.col-5{width:37.66%}.col-6{width:46%}.col-7{width:54.33%}.col-8{width:62.66%}.col-9{width:71%}.col-10{width:79.33%}.col-11{width:87.66%}.col-12{width:96%}.hidden-sm{display:block}}@media only screen and (min-width: 60em){.container{width:75%;max-width:60rem}}label{display:block;margin:5px 0;color:var(--custom-color-secondary);font-size:.8rem;text-transform:uppercase}input{width:100%;border-radius:5px;border:var(--custom-border);padding:8px;font-size:.9rem;background-color:var(--custom-bg-color);color:var(--custom-color)}input[disabled]{color:var(--custom-color-secondary)}.block{display:block;width:100%}.inline-block{display:inline-block;width:100%}.flex{display:flex}.flex.column{flex-direction:column}.flex.row{flex-direction:row}.flex.flex-1{flex:1 1 0}.flex-end{justify-content:flex-end}.flex-center{justify-content:center}.items-center{align-items:center}.text-sm{font-size:.8rem;font-weight:300}.text-right{text-align:right}.font-light{font-weight:300}.opacity-half{opacity:50%}button,.button{color:var(--custom-color);border:var(--custom-border);background-color:var(--custom-bg-color);display:inline-block;border-radius:var(--custom-border-radius);padding:.5rem 1rem;cursor:pointer;text-align:center;font-size:.9rem;text-transform:none}button.primary,.button.primary{background-color:var(--custom-color-brand);border:1px solid var(--custom-color-brand)}.card{width:100%;display:block;border:var(--custom-border);border-radius:var(--custom-border-radius);padding:var(--custom-spacing)}.avatar{border-radius:var(--custom-border-radius);overflow:hidden;max-width:100%}.avatar.image{object-fit:cover}.avatar.no-image{background-color:#333;border:1px solid rgb(200,200,200);border-radius:5px}.footer{position:absolute;max-width:100%;bottom:0;left:0;right:0;display:flex;flex-flow:row;border-top:var(--custom-border);background-color:var(--custom-bg-color)}.footer div{padding:var(--custom-spacing);display:flex;align-items:center;width:100%}.footer div>img{height:20px;margin-left:10px}.footer>div:first-child{display:none}.footer>div:nth-child(2){justify-content:left}@media only screen and (min-width: 60em){.footer>div:first-child{display:flex}.footer>div:nth-child(2){justify-content:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mainHeader{width:100%;font-size:1.3rem;margin-bottom:20px}.avatarPlaceholder{border:var(--custom-border);border-radius:var(--custom-border-radius);width:35px;height:35px;background-color:#fff3;display:flex;align-items:center;justify-content:center}.form-widget{display:flex;flex-direction:column;gap:20px}.form-widget>.button{display:flex;align-items:center;justify-content:center;border:none;background-color:#444;text-transform:none!important;transition:all .2s ease}.form-widget .button:hover{background-color:#2a2a2a}.form-widget .button>.loader{width:17px;animation:spin 1s linear infinite;filter:invert(1)}.form-widget .error{color:#ff3131;font-size:.8rem;font-weight:300}.form-widget .fail{background-color:#ff2d2d30;border:1px solid #9c0000}.form-widget .success{background-color:#2dff8430;border:1px solid var(--custom-color-brand);padding:20px}:root{--color-bg: var(--theme-bg, #f7f7fb);--color-surface: var(--theme-surface, #ffffff);--color-text: var(--theme-text, #0f172a);--color-text-secondary: var(--theme-text-secondary, #475569);--color-primary: var(--theme-primary, #24b47e);--color-secondary: var(--theme-secondary, #667eea);--color-border: var(--theme-border, #e2e8f0);--space-xs: var(--theme-space-xs, .25rem);--space-sm: var(--theme-space-sm, .5rem);--space-md: var(--theme-space-md, 1rem);--space-lg: var(--theme-space-lg, 1.5rem);--space-xl: var(--theme-space-xl, 2rem);--radius-sm: var(--theme-radius-sm, 6px);--radius-md: var(--theme-radius-md, 8px);--radius-lg: var(--theme-radius-lg, 12px)}@media (prefers-color-scheme: dark){:root{--color-bg: var(--theme-bg, #101010);--color-surface: var(--theme-surface, #222);--color-text: var(--theme-text, #fff);--color-text-secondary: var(--theme-text-secondary, #a1a1aa);--color-border: var(--theme-border, #333)}}[data-design-variant=brand],body[data-design-variant=brand]{--brand-geometry-dot-size: 8px;--brand-geometry-dot-color: var(--brand-focus-black, #000000);--brand-geometry-stroke-impulse-width: 24px;--brand-geometry-stroke-impulse-height: 8px;--brand-geometry-stroke-impulse-radius: 50%;--brand-geometry-stroke-impulse-color: var(--brand-focus-black, #000000);--brand-geometry-stroke-growth-width: 48px;--brand-geometry-stroke-growth-height: 8px;--brand-geometry-stroke-growth-radius: 50%;--brand-geometry-stroke-growth-color: var(--brand-focus-black, #000000);--brand-geometry-path-focus-width: 32px;--brand-geometry-path-focus-height: 8px;--brand-geometry-path-focus-radius: 50%;--brand-geometry-path-focus-color: var(--brand-focus-black, #000000);--brand-geometry-path-focus-dot-size: 8px;--brand-geometry-path-focus-dot-color: var(--brand-focus-white, #ffffff);--brand-geometry-path-focus-dot-position: right;--brand-color-spark: #7b15ed;--brand-color-drive: #ff931e;--brand-color-insight: #fff65c;--brand-color-growth: #66de47;--brand-color-creative: #e530b2;--brand-focus-black: #000000;--brand-focus-white: #ffffff;--brand-axis-grey: #c9c9c9;--brand-gradient-clarity-fade: linear-gradient(180deg, #fff65c 0%, #7b15ed 100%);--brand-gradient-spark-flow: linear-gradient(180deg, #7b15ed 0%, #ff931e 100%);--brand-gradient-creative-shift: linear-gradient(180deg, #e530b2 0%, #66de47 100%);--brand-gradient-growth-light: linear-gradient(180deg, #66de47 0%, #fff65c 100%);--brand-gradient-deep-blend: linear-gradient(180deg, #66de47 0%, #7b15ed 100%);--brand-typography-human-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand-typography-human-weight-light: 300;--brand-typography-human-weight-semibold: 600;--brand-typography-technical-family: "IBM Plex Mono", "Courier New", monospace;--brand-typography-technical-weight: 400;--custom-font-family: var(--brand-typography-human-family);--custom-font-family-support: var(--brand-typography-technical-family);--brand-primary: var( --brand-color-spark, #7b15ed ) !important;--brand-secondary: var( --brand-color-drive, #ff931e ) !important;--brand-contrast: var(--brand-focus-white, #ffffff);--theme-primary: var(--brand-primary);--color-primary: var(--brand-primary);--accent-success: var(--brand-color-growth, #66de47);--cta-primary: var(--brand-primary, #7b15ed);--cta-primary-hover: color-mix(in srgb, var(--brand-primary, #7b15ed) 88%, white);--cta-primary-text: var(--brand-contrast);--cta-primary-outline: var(--brand-primary);--cta-soft-bg: var(--brand-focus-black, #0a0a0a);--cta-soft-bg-hover: color-mix(in srgb, var(--brand-focus-black, #0a0a0a) 85%, white);--cta-soft-text: var(--brand-contrast);--cta-soft-border: transparent;--cta-ghost-bg: transparent;--cta-ghost-bg-hover: color-mix(in srgb, var(--theme-text) 8%, transparent);--cta-ghost-text: var(--theme-text-secondary);--cta-ghost-border: color-mix(in srgb, var(--theme-text) 20%, transparent);--cta-radius: var(--border-radius-full);--accent-primary: var(--brand-primary);--fab-bg: var(--cta-primary);--fab-color: var(--cta-primary-text);--switcher-bg: color-mix(in srgb, var(--theme-text) 6%, transparent);--switcher-border: color-mix(in srgb, var(--theme-text) 12%, transparent);--switcher-text: var(--theme-text);--switcher-text-secondary: var(--theme-text-secondary);--switcher-radius: var(--border-radius-md)}[data-design-variant=brand] small,body[data-design-variant=brand] small,[data-design-variant=mot] small,body[data-design-variant=mot] small,[data-design-variant=brand] .support-text,body[data-design-variant=brand] .support-text,[data-design-variant=mot] .support-text,body[data-design-variant=mot] .support-text,[data-design-variant=brand] .text-support,body[data-design-variant=brand] .text-support,[data-design-variant=mot] .text-support,body[data-design-variant=mot] .text-support,[data-design-variant=brand] .caption,body[data-design-variant=brand] .caption,[data-design-variant=mot] .caption,body[data-design-variant=mot] .caption,[data-design-variant=brand] .meta,body[data-design-variant=brand] .meta,[data-design-variant=mot] .meta,body[data-design-variant=mot] .meta{font-family:var(--custom-font-family-support)}body[data-design-variant=brand] .btn{border-radius:var(--cta-radius)}body[data-design-variant=brand] .btn-primary{background:var(--cta-primary);color:var(--cta-primary-text);border:none}body[data-design-variant=brand] .btn-primary:focus-visible{outline:2px solid var(--cta-primary-outline);outline-offset:2px}body[data-design-variant=brand] .btn-secondary{background:var(--cta-ghost-bg);color:var(--cta-ghost-text);border:1px solid var(--cta-ghost-border)}body[data-design-variant=brand] .btn-secondary:hover:not(:disabled){background:var(--cta-ghost-bg-hover);border-color:var(--cta-ghost-border)}body[data-design-variant=brand] .btn-secondary:focus-visible{outline:2px solid var(--cta-ghost-border);outline-offset:2px}body[data-design-variant=brand] .modal-container:focus-visible{outline-color:var(--cta-primary-outline)}body[data-design-variant=brand] .project-card__cta.cta-soft{background:var(--cta-ghost-bg);color:var(--cta-ghost-text);border:1px solid var(--cta-ghost-border)}body[data-design-variant=brand] .project-card__cta.cta-soft:hover{background:var(--cta-ghost-bg-hover);border-color:var(--cta-ghost-border)}body[data-design-variant=brand] .project-card__cta.cta-soft:focus-visible{outline-color:var(--cta-ghost-border)}body[data-design-variant=brand][data-brand-theme=morado-naranja],body[data-design-variant=brand][data-brand-theme=amarillo-morado],body[data-design-variant=brand][data-brand-theme=rosa-verde],body[data-design-variant=brand][data-brand-theme=verde-morado],body[data-design-variant=brand][data-brand-theme],body[data-design-variant=brand]{--brand-primary: var(--brand-color-spark, #7b15ed) !important;--brand-secondary: var(--brand-color-drive, #ff931e) !important;--theme-primary: var(--brand-primary);--color-primary: var(--brand-primary);--accent-success: var(--brand-color-growth, #66de47)}:root:has(body[data-design-variant=brand]){--brand-primary: var(--brand-color-spark, #7b15ed) !important;--brand-secondary: var(--brand-color-drive, #ff931e) !important;--theme-primary: var(--brand-primary);--color-primary: var(--brand-primary);--accent-success: var(--brand-color-growth, #66de47)}[data-design-variant=brand]{--brand-primary: var(--brand-color-spark, #7b15ed) !important;--brand-secondary: var(--brand-color-drive, #ff931e) !important}body[data-brand-gradient=spark-flow],:root:has(body[data-brand-gradient=spark-flow]){--brand-primary: #7b15ed !important;--brand-secondary: #ff931e !important}body[data-brand-gradient=clarity-fade],:root:has(body[data-brand-gradient=clarity-fade]){--brand-primary: #fff65c !important;--brand-secondary: #7b15ed !important}body[data-brand-gradient=creative-shift],:root:has(body[data-brand-gradient=creative-shift]){--brand-primary: #e530b2 !important;--brand-secondary: #66de47 !important}body[data-brand-gradient=growth-light],:root:has(body[data-brand-gradient=growth-light]){--brand-primary: #66de47 !important;--brand-secondary: #fff65c !important}body[data-brand-gradient=deep-blend],:root:has(body[data-brand-gradient=deep-blend]){--brand-primary: #66de47 !important;--brand-secondary: #7b15ed !important}.app-root.fluid-pre-dashboard-atmosphere{--dashboard-fluid-primary: #b8cdfd;--dashboard-fluid-secondary: #d5c0fb;min-height:100dvh;background:linear-gradient(135deg,color-mix(in srgb,var(--dashboard-fluid-primary) 18%,var(--theme-surface)),color-mix(in srgb,var(--dashboard-fluid-secondary) 16%,var(--theme-surface)))}body[data-design-variant=mot],[data-design-variant=mot]{--mot-neutral-blanco: #ffffff;--mot-neutral-grey-01: #f2f2f2;--mot-neutral-grey-02-light: #e5e5e5;--mot-neutral-grey-03: #cccccc;--mot-neutral-grey-04-regular: #b2b2b2;--mot-neutral-grey-05: #999999;--mot-neutral-grey-06-medium: #808080;--mot-neutral-grey-07: #666666;--mot-neutral-grey-08: #4d4d4d;--mot-neutral-grey-09: #333333;--mot-neutral-grey-10-text: #111111;--mot-neutral-negro: #000000;--mot-accent-growth: #66de47;--mot-accent-spark: #7b15ed;--mot-accent-drive: #ff931e;--theme-text: var(--mot-neutral-grey-10-text);--theme-text-secondary: var(--mot-neutral-grey-07);--theme-bg: var(--mot-neutral-blanco);--theme-surface: var(--mot-neutral-grey-01);--theme-border: var(--mot-neutral-grey-02-light);--layout-surface: var(--mot-neutral-blanco);--layout-border-color: var(--mot-neutral-grey-02-light);--layout-page-bg: var(--mot-neutral-grey-01);--cta-primary: var(--mot-neutral-negro);--cta-primary-text: var(--mot-neutral-blanco);--cta-primary-hover: var(--mot-neutral-grey-09);--cta-primary-outline: var(--mot-neutral-grey-08);--dashboard-fluid-primary: var(--mot-neutral-negro);--dashboard-fluid-secondary: var(--mot-neutral-grey-09);--mot-font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mot-font-mono: "IBM Plex Mono", "Courier New", monospace;--mot-type-heading-xl-size: 70px;--mot-type-heading-xl-line: 76px;--mot-type-heading-xl-tracking: -2.1px;--mot-type-heading-xl-weight: 500;--mot-type-heading-lg-size: 40px;--mot-type-heading-lg-line: 44px;--mot-type-heading-lg-tracking: -.8px;--mot-type-heading-lg-weight: 500;--mot-type-heading-md-size: 30px;--mot-type-heading-md-line: 32px;--mot-type-heading-md-tracking: -.45px;--mot-type-heading-md-weight: 400;--mot-type-body-md-size: 18px;--mot-type-body-md-line: 1.26;--mot-type-body-md-tracking: -.18px;--mot-type-body-sm-size: 16px;--mot-type-body-sm-line: 1.26;--mot-type-body-sm-tracking: -.16px;--mot-type-label-mono-size: 14px;--mot-type-label-mono-line: 1;--mot-type-label-mono-tracking: 0;font-family:var(--mot-font-sans)}body[data-design-variant=mot][data-theme=dark],html[data-theme=dark] body[data-design-variant=mot],body[data-design-variant=mot].theme-dark{--theme-text: var(--mot-neutral-blanco);--theme-text-secondary: var(--mot-neutral-grey-04-regular);--theme-bg: var(--mot-neutral-negro);--theme-surface: var(--mot-neutral-grey-10-text);--theme-border: var(--mot-neutral-grey-08);--layout-surface: var(--mot-neutral-grey-10-text);--layout-border-color: var(--mot-neutral-grey-08);--layout-page-bg: var(--mot-neutral-negro);--cta-primary: var(--mot-neutral-blanco);--cta-primary-text: var(--mot-neutral-negro);--cta-primary-hover: var(--mot-neutral-grey-02-light);--dashboard-fluid-primary: var(--mot-neutral-blanco);--dashboard-fluid-secondary: var(--mot-neutral-grey-02-light)}body[data-design-variant=mot] .mot-type-heading-xl{font-family:var(--mot-font-sans);font-size:var(--mot-type-heading-xl-size);line-height:var(--mot-type-heading-xl-line);letter-spacing:var(--mot-type-heading-xl-tracking);font-weight:var(--mot-type-heading-xl-weight)}body[data-design-variant=mot] .mot-type-heading-lg{font-family:var(--mot-font-sans);font-size:var(--mot-type-heading-lg-size);line-height:var(--mot-type-heading-lg-line);letter-spacing:var(--mot-type-heading-lg-tracking);font-weight:var(--mot-type-heading-lg-weight)}body[data-design-variant=mot] .mot-type-heading-md{font-family:var(--mot-font-sans);font-size:var(--mot-type-heading-md-size);line-height:var(--mot-type-heading-md-line);letter-spacing:var(--mot-type-heading-md-tracking);font-weight:var(--mot-type-heading-md-weight)}body[data-design-variant=mot] .mot-type-body-md{font-family:var(--mot-font-sans);font-size:var(--mot-type-body-md-size);line-height:var(--mot-type-body-md-line);letter-spacing:var(--mot-type-body-md-tracking);font-weight:400}body[data-design-variant=mot] .mot-type-body-sm{font-family:var(--mot-font-sans);font-size:var(--mot-type-body-sm-size);line-height:var(--mot-type-body-sm-line);letter-spacing:var(--mot-type-body-sm-tracking);font-weight:400}body[data-design-variant=mot] .mot-type-label-mono{font-family:var(--mot-font-mono);font-size:var(--mot-type-label-mono-size);line-height:var(--mot-type-label-mono-line);letter-spacing:var(--mot-type-label-mono-tracking);font-weight:400;text-transform:uppercase}.app-root.svelte-12qhfyh:not(.app-root--visible){visibility:hidden;pointer-events:none}
