@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap";.CodeVector,.DesignVector,.SupportVector{display:block;max-width:100%;height:auto;object-fit:contain}.c-typography{font-family:"DM Sans",var(--font-sans),system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:var(--line-height-base);margin:0}.c-typography--heading{font-size:2.185rem;font-weight:500;line-height:1.2}.c-typography--link{font-size:1.125rem;font-weight:400;text-decoration:none;cursor:pointer}.c-typography--link:hover,.c-typography--link:focus{text-decoration:underline}.c-typography--content{font-size:1.5rem;font-weight:400}.triple-section-container{width:98%;max-width:1400px;margin:0 auto;padding:8px}.triple-section{display:flex;flex-direction:column;gap:25px;height:auto;justify-content:space-between}@media (min-width: 768px){.triple-section{flex-direction:row;align-items:stretch;flex:1}}.triple-section-child{display:flex;align-items:stretch;justify-content:center;width:100%;font-size:1rem}@media (min-width: 768px){.triple-section-child{min-height:480px}}.c-card{width:100%;max-width:100%;min-height:470px;padding:44px 80px 40px;border-radius:5px;background:linear-gradient(180deg,#6b6792,#5f5b85 55%,#58537d);box-shadow:0 18px 34px #00000038;display:flex;flex-direction:column;justify-content:center}.c-card--light{background:#fff}.c-card--light .c-typography{color:#5d5a88}.c-card--center{text-align:center;align-items:center}.c-card--left{text-align:left;align-items:flex-start}.c-card_title{margin-bottom:16px}.comoTeAjudaremos :global(.c-card){display:flex;align-items:center;height:100%;width:100%;box-sizing:border-box}.comoTeAjudaremos :global(.c-card>.c-typography:last-child){flex:1}.comoTeAjudaremos{width:100%;padding:4rem 2rem;box-sizing:border-box;overflow:hidden}.comoTeAjudaremos_header{width:98%;max-width:1400px;margin:0 auto 2rem;padding:0 8px;display:flex;justify-content:center}.comoTeAjudaremos_title{text-align:center}.comoTeAjudaremos_cardContent{display:grid;grid-template-rows:150px auto 1fr;justify-items:center;align-items:start;height:100%;text-align:center}.comoTeAjudaremos_cards{width:100%}.comoTeAjudaremos_icon{display:grid;place-items:center}.comoTeAjudaremos_icon svg,.comoTeAjudaremos_icon img{width:150px;height:auto;filter:drop-shadow(0 3px 3px rgba(0,0,0,.18))}@media (max-width: 767px){.comoTeAjudaremos{padding:2.5rem 1.25rem}.comoTeAjudaremos_header{margin-bottom:1.5rem}.comoTeAjudaremos :global(.triple-section-child){height:auto}.comoTeAjudaremos :global(.c-card){min-height:380px;max-width:340px;width:100%;margin-inline:auto}.comoTeAjudaremos :global(.c-card_content){font-size:1rem;line-height:1.5}}@media (max-width: 480px){.comoTeAjudaremos :global(.c-card){min-height:auto;padding:32px 20px 28px;max-width:100%}.comoTeAjudaremos_icon svg,.comoTeAjudaremos_icon img{width:120px}}.animatedLogoBackground{position:relative;width:100%;min-height:480px;overflow:hidden;background-color:#5e5a8f}.backgroundLayers{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-evenly;z-index:1;opacity:.35}.logoRow{width:100%;overflow:hidden}.logoTrack{display:flex;width:max-content;animation:scrollLeft 80s linear infinite;will-change:transform}.logoTrack img{height:80px;margin-right:48px;flex-shrink:0}.rowBackward .logoTrack{animation-duration:100s;animation-name:scrollRight}.content{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;box-sizing:border-box}@media (max-width: 767px){.animatedLogoBackground{min-height:0}.content{padding:2.5rem 1.25rem}.logoTrack img{height:56px;margin-right:32px}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.double-section-container{width:98%;max-width:1400px;margin:0 auto;padding:8px}.double-section{display:flex;flex-direction:column;gap:24px}.double-section-child{display:flex;align-items:center;justify-content:center;width:100%}.double-section-child.align-start{justify-content:flex-start}.double-section-child.align-center{justify-content:center}.double-section-child.align-end{justify-content:flex-end}@media (min-width: 768px){.double-section{flex-direction:row;gap:32px;align-items:stretch}.double-section-child{flex:0 0 var(--basis, 50%);min-height:480px}}.stackVerticalCenter{width:98%;max-width:1400px;margin:0 auto;padding:8px;display:flex;flex-direction:column;gap:25px;align-items:center;justify-content:center}.highlight-btn{--hb-bg: color-mix(in srgb, var(--color-primary-500) 90%, white 10%);--hb-bg-hover: var(--color-primary-500);--hb-text: #fff;font:inherit;line-height:1;color:var(--hb-text);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:10px 24px;border:0;border-radius:var(--radius-pill);background:var(--hb-bg);box-shadow:var(--shadow-md);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .16s ease,box-shadow .16s ease,transform .12s ease,filter .16s ease}.highlight-btn:focus{outline:none}.highlight-btn:focus-visible{box-shadow:0 0 0 3px #ffffffd9,0 0 0 6px var(--color-secondary-500),var(--shadow-md)}@media (hover: hover) and (pointer: fine){.highlight-btn:hover:not(:disabled){background-color:var(--hb-bg-hover);filter:brightness(1.04);transform:translateY(-1px);box-shadow:var(--shadow-elevation-btn-hover)}}.highlight-btn:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-md);filter:none}.highlight-btn:disabled{opacity:.5;cursor:not-allowed}.highlight-btn_label{display:inline-flex;align-items:center;gap:12px;font:inherit;color:inherit;white-space:nowrap}.highlight-btn_label img,.highlight-btn_label svg{width:auto;height:auto;flex-shrink:0;display:block}.highlight-btn .c-typography{color:inherit;display:inline-flex;align-items:center;line-height:1}.highlight-btn--primary{--hb-bg: color-mix(in srgb, var(--color-primary-500) 90%, white 10%);--hb-bg-hover: var(--color-primary-500);--hb-text: #fff}.highlight-btn--white{--hb-bg: #ffffff;--hb-bg-hover: #f4f3ff;--hb-text: #5d5a88;box-shadow:0 10px 26px #0000002e}.highlight-btn--white:focus-visible{box-shadow:0 0 0 3px #5d5a8840,0 0 0 6px var(--color-secondary-500),var(--shadow-md)}.stackVerticalStartCenter{width:98%;max-width:1400px;margin:0 auto;padding:8px;gap:25px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.m-header{display:flex;flex-direction:column;gap:.75rem;width:100%}.m-form-header_title{color:#5d5a88;margin-bottom:24px}.m-form-header_description{opacity:.9}.m-form-header_divder{width:100%;height:1px;background:currentColor;opacity:.35}.c-input{width:100%;min-height:52px;padding:14px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.2);background-color:#fff;font-family:inherit;font-size:1rem;line-height:24px;color:#5d5a88;transition:border-color .16s ease,border-width .12s ease,box-shadow .16s ease}.c-input::placeholder{color:#8e8e93;font-size:1rem;line-height:1.3}.c-input:focus{outline:none;border-color:#5d5a88;border-width:2px}.c-input:disabled{background-color:#f4f4f5;cursor:not-allowed;opacity:.7}.m-labeled-input{display:flex;flex-direction:column;gap:8px;width:100%}.m-labeled-input_label-wrapper{display:inline-block}.m-labeled-input_label{font-size:1.5rem;line-height:1.3;font-weight:400}.m-labeled-input_input{width:100%;margin-bottom:20px}.m-labeled-input_textarea{resize:vertical;min-height:120px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{width:100%;padding:24px}.o-form-card{width:100%;max-width:900px}.o-form-card__content{display:flex;flex-direction:column;gap:24px;width:100%;align-items:stretch}.o-form-card__footer{margin-top:32px;display:flex;justify-content:center}.o-form-card{position:relative}.o-form-card__close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:20px;cursor:pointer;color:#5d5a88}.o-form-card__close:hover{opacity:.7}.ctalogos-cta-buttons{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (max-width: 767px){.ctalogos-cta-buttons{align-items:center}.ctalogos-cta-buttons :global(.highlight-btn){width:100%;justify-content:center}}.logoImage{display:block;max-width:100%;height:auto;object-fit:contain}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-container .logo-text{display:block}@media (max-width: 768px){.logo-container .logo-text{display:none}}.m-social-media{display:flex;align-items:center;justify-content:flex-end}.m-social-media__list{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.m-social-media__btn{width:40px;height:40px;border-radius:10px;background-color:#f2f1fa;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;color:#8d8aa6;flex-shrink:0;transition:background-color .15s ease,color .15s ease,transform .12s ease}.m-social-media__btn:hover,.m-social-media__btn:focus-visible{background-color:#5d5a88;color:#fff;transform:translateY(-1px)}.m-social-media__btn:focus-visible{outline:2px solid var(--color-secondary-500);outline-offset:2px}.c-facebook-icon,.c-whatsapp-icon,.c-instagram-icon,.c-linkedin-icon{display:inline-block;background-color:currentColor}.o-footer{width:100%;background-color:var(--color-surface, #ffffff);padding-top:2.5rem;padding-bottom:1.75rem}.o-footer__top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.o-footer__logo-link{display:flex;align-items:center;text-decoration:none}.o-footer__social{display:flex;align-items:center;justify-content:flex-end}.o-footer__divider{width:100%;border:none;border-top:1px solid var(--color-neutral-100, #e3e3e8)}.o-footer__copyright{color:var(--color-neutral-400, #8d8aa6);text-align:center}@media (max-width: 600px){.o-footer__top{flex-direction:column;align-items:center;gap:1rem}.o-footer__social{justify-content:center}}.BusinessVector{display:block;max-width:100%;height:auto;object-fit:contain}.hero{width:100%;padding:4rem 2rem;box-sizing:border-box;overflow:hidden}.hero__visual{display:flex;justify-content:center;align-items:center}.hero__content{align-items:center}.hero__text--bold{font-weight:700;font-size:45px;line-height:1.2}.hero__text--regular{font-weight:400;font-size:24px;line-height:1.4}@media (max-width: 767px){.hero{padding:2.5rem 1.25rem}.hero__text--bold{font-size:clamp(22px,6vw,28px);line-height:1.3;text-align:center}.hero__text--regular{font-size:clamp(15px,4vw,17px);line-height:1.6;text-align:center}.hero__visual{margin-top:2rem;order:1}.hero__visual svg,.hero__visual img{width:min(260px,70vw);height:auto}}@media (max-width: 380px){.hero__text--bold{font-size:20px}.hero__text--regular{font-size:14px}.hero__visual svg,.hero__visual img{width:min(200px,80vw)}}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{position:relative;background:var(--color-surface, #ffffff);max-width:560px;width:90%;max-height:90dvh;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 12px 48px #00000040;animation:modalFadeIn .35s ease;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}@media (max-width: 480px){.modal-container{width:94%;max-height:88dvh;padding:2.5rem 1.25rem 1.5rem;border-radius:14px;gap:.75rem}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.25rem;cursor:pointer;line-height:1;color:var(--color-text-secondary, #666);transition:color .2s ease,transform .2s ease}.modal-close:hover{color:var(--color-text-primary, #000);transform:scale(1.1)}.modal-title{margin-bottom:.5rem}.modal-call{font-weight:600;margin-top:.5rem}.modal-cta{margin-top:1.5rem;align-self:center}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.muralProjetos{width:100%;padding:6rem 2rem;box-sizing:border-box;overflow:hidden}.muralProjetos_title{text-align:center}.muralProjetos_carrossel{width:100%;margin:0 auto;display:grid;gap:30px}.muralProjetos_viewport{position:relative;width:100%;height:600px;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.muralProjetos_track{position:relative;width:100%;height:100%}.muralProjetos_slot{position:absolute;top:50%;transform-origin:center;cursor:pointer;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .36s ease}.muralProjetos_slot--active{left:50%;transform:translate(-50%,-50%) scale(1.08);z-index:3;cursor:default}.muralProjetos_slot--left{left:50%;transform:translate(calc(-50% - 580px),-50%) scale(.88);opacity:.65;z-index:2}.muralProjetos_slot--right{left:50%;transform:translate(calc(-50% + 580px),-50%) scale(.88);opacity:.65;z-index:2}.muralProjetos_card{width:460px;min-height:460px;padding:40px 48px;gap:40px;pointer-events:auto}.muralProjetos_slot--active .muralProjetos_card{width:580px;min-height:520px}.muralProjetos :global(.muralProjetos_card .c-typography){color:#fff}.muralProjetos :global(.muralProjetos_card .highlight-btn--white .c-typography){color:#5d5a88}.muralProjetos_controls{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:6px}.muralProjetos_ctrlBtn{width:44px;height:44px;border-radius:999px;border:1px solid color-mix(in srgb,#5d5a88 30%,transparent);background:#fff;color:#5d5a88;font-size:1.8rem;line-height:1;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.muralProjetos_ctrlBtn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0000001f}.muralProjetos_ctrlBtn:active{transform:translateY(0);box-shadow:none}.muralProjetos_counter{color:#5d5a88;font-size:1.1rem}.muralProjetos_slot--mobile{position:static;width:100%;display:flex;justify-content:center}@media (max-width: 1100px){.muralProjetos_slot--left{transform:translate(calc(-50% - 440px),-50%) scale(.82);opacity:.5}.muralProjetos_slot--right{transform:translate(calc(-50% + 440px),-50%) scale(.82);opacity:.5}.muralProjetos_card{width:380px;min-height:420px;padding:32px 36px}.muralProjetos_slot--active .muralProjetos_card{width:460px;min-height:480px}.muralProjetos_viewport{height:540px}}@media (max-width: 767px){.muralProjetos{padding:4rem 1.25rem}.muralProjetos_viewport{height:auto;overflow:visible;-webkit-mask-image:none;mask-image:none}.muralProjetos_track{position:static;width:100%;height:auto;display:flex;justify-content:center}.muralProjetos_slot{position:static;top:auto;left:auto;transform:none;opacity:1}.muralProjetos_card{width:100%;max-width:480px;min-height:auto;padding:28px 24px}.muralProjetos_slot--active .muralProjetos_card{width:100%;min-height:auto}.muralProjetos_controls{display:flex}}.c-link{cursor:pointer;text-decoration:none;font-weight:400;transition:font-weight .2s ease,text-decoration-color .2s ease}.c-link--default,.c-link--underline-hover,.c-link--emphasis{text-decoration:none}.c-link--default:hover,.c-link--underline-hover:hover,.c-link--emphasis:hover{font-weight:700;text-decoration:none}.c-link--default:active,.c-link--default:focus-visible,.c-link--default.is-active,.c-link--underline-hover:active,.c-link--underline-hover:focus-visible,.c-link--underline-hover.is-active,.c-link--emphasis:active,.c-link--emphasis:focus-visible,.c-link--emphasis.is-active{font-weight:700;text-decoration:underline}.c-link--emphasis{font-weight:600}.c-link--emphasis:focus-visible{outline:none;color:var(--color-accent, #ff3c3c)}.lang-switcher{display:inline-flex;align-items:center;gap:4px;background:transparent;border:1px solid color-mix(in srgb,var(--color-primary-500) 35%,transparent);border-radius:var(--radius-pill, 9999px);padding:4px 10px;cursor:pointer;font:inherit;font-size:.8rem;font-weight:500;letter-spacing:.04em;color:var(--color-primary-500, #5d5a88);transition:border-color .16s ease,background-color .16s ease}.lang-switcher:hover{border-color:var(--color-primary-500);background-color:color-mix(in srgb,var(--color-primary-500) 6%,transparent)}.lang-switcher:focus-visible{outline:2px solid var(--color-secondary-500);outline-offset:2px}.lang-switcher__option{opacity:.45;transition:opacity .16s ease}.lang-switcher__option--active{opacity:1;font-weight:700}.lang-switcher__divider{opacity:.3;-webkit-user-select:none;user-select:none}.o-navbar{width:100%;background-color:var(--color-surface, #ffffff);border-bottom:1px solid var(--color-neutral-100, #e3e3e8);position:sticky;top:0;z-index:1000}.o-navbar_inner{max-width:1200px;height:80px;margin:0 auto;padding-inline:2.5rem;display:flex;align-items:center;justify-content:space-between}.o-navbar_nav{display:flex;align-items:center;gap:2.5rem}.o-navbar_nav .c-link{color:var(--color-neutral-500, #5d5a88);text-decoration:none}.o-navbar_menu-btn{display:none;border:none;background-color:transparent;cursor:pointer;padding:0}.o-navbar_menu-icon{display:block;width:24px;height:2px;background-color:var(--color-neutral-700, #333);position:relative}.o-navbar_menu-icon:before,.o-navbar_menu-icon:after{content:"";position:absolute;left:0;width:24px;height:2px;background-color:inherit}.o-navbar_menu-icon:before{top:-6px}.o-navbar_menu-icon:after{top:6px}@media (max-width: 800px){.o-navbar_inner{height:64px;position:relative}.o-navbar_menu-btn{display:inline-flex}.o-navbar_nav{position:absolute;top:calc(100% + 8px);right:2.5rem;left:auto;display:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 2.5rem;background-color:var(--color-surface, #ffffff);box-shadow:0 4px 12px #00000014;width:max-content}.o-navbar_nav .c-link{width:100%}.o-navbar_nav--open{display:flex}}.GoalsVector{display:block;max-width:100%;height:auto;object-fit:contain}.stackVerticalEndCenter{width:98%;max-width:1400px;margin:0 auto;padding:8px;gap:25px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right}.quemSomos{width:100%;padding:4rem 2rem;box-sizing:border-box;overflow:hidden}.quemSomos__visual{display:flex;justify-content:center;align-items:center}.quemSomos__content{align-items:center}.quemSomos__text--regular{font-weight:400;font-size:24px;line-height:1.4}.quemSomos_header{width:98%;max-width:1400px;margin:0 auto 2rem;padding:0 8px;display:flex;justify-content:center}.quemSomos_title{text-align:center}@media (max-width: 767px){.quemSomos{padding:2.5rem 1.25rem}.quemSomos__text--regular{font-size:clamp(15px,4vw,17px);line-height:1.6;text-align:center}.quemSomos__visual{margin-top:2rem}.quemSomos__visual svg,.quemSomos__visual img{width:min(260px,70vw);height:auto}}@media (max-width: 380px){.quemSomos__text--regular{font-size:14px}.quemSomos__visual svg,.quemSomos__visual img{width:min(200px,80vw)}}.responsive-grid-container{width:98%;max-width:1400px;margin:0 auto;padding:8px}.responsive-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:38px;width:100%}@media (max-width: 900px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.responsive-grid{grid-template-columns:1fr}}.Badge{display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .2s ease}.Badge:hover{transform:scale(1.05)}.Badge img{width:100%;height:auto;display:block}.Badge-name{font-size:.8rem;text-align:center;color:#333}.BadgeVector{display:block;max-width:100%;height:auto;object-fit:contain}.o-badges-block{width:98%;max-width:1200px;margin:0 auto 24px;padding:40px 48px;border:1px solid #e2dff2;border-radius:20px;background-color:#fff;box-shadow:0 2px 16px #5d5a8812;display:flex;flex-direction:column;gap:28px}.o-badges-block_header{display:flex;align-items:center;justify-content:space-between}.o-badges-block_title{color:#3d3a6b;font-size:1.25rem;font-weight:700}.o-badges-block_list{display:flex;flex-direction:column;gap:20px}.o-badges-block :global(.responsive-grid-container){padding:0;width:100%}.o-badges-block :global(.responsive-grid){justify-items:center}@media (max-width: 767px){.o-badges-block{padding:24px 20px;border-radius:14px}}.AvatarVector{display:block;border-radius:50%;overflow:hidden;border:3px solid #e2dff2;box-shadow:0 2px 12px #5d5a8826;background-color:#f0eef9;flex-shrink:0}.AvatarVector img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.m-profile-header{display:flex;flex-direction:column;gap:16px;width:100%}.m-profile-header_top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.m-profile-header_name{color:#3d3a6b;font-size:1.75rem;font-weight:700;line-height:1.2}.m-profile-header_info{display:flex;flex-direction:column;gap:2px}.m-profile-header_info .c-typography{color:#7a77a0;font-size:.95rem}.m-profile-header_info-row{display:flex;align-items:center;gap:6px;color:#7a77a0;font-size:.95rem}.m-profile-header_info-dot{color:#c0bdd8;font-size:.5rem}.m-profile-header_bio{display:flex;flex-direction:column;gap:6px;padding-top:4px;border-top:1px solid #ebe8f8}.m-profile-header_bio-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#a09dc0}.m-profile-header_bio-text{color:#6b6899;font-size:.95rem;line-height:1.6}@media (max-width: 600px){.m-profile-header_top{flex-direction:column;align-items:flex-start}.m-profile-header_name{font-size:1.4rem}}.featured-badges{display:flex;flex-direction:column;gap:16px;width:100%}.featured-badges-title{color:#3d3a6b;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.featured-badges :global(.responsive-grid){justify-items:center}.featured-badges :global(.responsive-grid-container){padding:0;width:100%}.m-profile-social-media{display:flex;align-items:center;justify-content:center}.m-profile-social-media__list{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.m-profile-social-media_btn{width:44px;height:44px;border-radius:12px;background-color:#f2f1fa;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;color:#8d8aa6;flex-shrink:0;transition:background-color .15s ease,color .15s ease,transform .12s ease}.m-profile-social-media_btn:hover,.m-profile-social-media_btn:focus-visible{background-color:#5d5a88;color:#fff;transform:translateY(-1px)}.m-profile-social-media_btn:focus-visible{outline:2px solid var(--color-secondary-500);outline-offset:2px}.m-social-section{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;width:100%;padding:24px 20px;background-color:#faf9ff;border:1px solid #e8e6f4;border-radius:14px}.m-social-section :global(.c-typography--heading){color:#3d3a6b;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.m-social-section_icons{display:flex;justify-content:center}.m-social-section_action{display:flex;justify-content:center;width:100%}.m-social-section_action :global(.highlight-btn){width:100%;justify-content:center}@media (max-width: 767px){.m-social-section{padding:20px 16px}}.profile-info-block{width:98%;max-width:1200px;margin:32px auto;padding:40px 48px;border:1px solid #e2dff2;border-radius:20px;background-color:#fff;box-shadow:0 2px 16px #5d5a8812;display:flex;flex-direction:column;gap:32px}.profile-info-block__top{display:flex;align-items:flex-start;gap:40px}.profile-info-block__avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-info-block__header{flex:1;min-width:0}.profile-info-block__divider{border:none;border-top:1px solid #ebe8f8;margin:0}.profile-info-block__bottom{display:flex;align-items:flex-start;gap:40px}.profile-info-block__badges{flex:1;min-width:0}.profile-info-block__social{flex-shrink:0;width:220px;display:flex;justify-content:center}@media (max-width: 767px){.profile-info-block{padding:24px 20px;margin:16px auto;gap:24px;border-radius:14px}.profile-info-block__top{flex-direction:column;align-items:center;gap:20px}.profile-info-block__header{width:100%}.profile-info-block__bottom{flex-direction:column;align-items:center;gap:28px}.profile-info-block__social{width:100%}}.m-project-card{width:100%;border:1px solid #d8d4ea;border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 1px 4px #5d5a880f;transition:box-shadow .16s ease}.m-project-card:hover{box-shadow:0 4px 16px #5d5a881f}.m-project-card_header{width:100%;border:none;background-color:#f5f4fb;color:#5d5a88;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;text-align:left;cursor:pointer;font:inherit;transition:background-color .14s ease}.m-project-card_header:hover{background-color:#eeedf8}.m-project-card_header-left{display:flex;flex-direction:column;gap:3px;min-width:0}.m-project-card_header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.m-project-card_title{color:#5d5a88;font-size:1.05rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-project-card_meta{font-size:.78rem;color:#a09dc0;font-weight:400}.m-project-card_status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}.m-project-card_status--done{background-color:#e6f9f0;color:#1e8a52}.m-project-card_status--wip{background-color:#fff4e0;color:#b07000}.m-project-card_icon{flex-shrink:0;font-size:.9rem;color:#a09dc0;transition:transform .2s ease}.m-project-card_icon.is-open{transform:rotate(180deg)}.m-project-card_content{padding:20px 24px 24px;border-top:1px solid #e8e6f4;display:flex;flex-direction:column;gap:20px}.m-project-card_section{display:flex;flex-direction:column;gap:8px}.m-project-card_section-title{color:#5d5a88;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.m-project-card_list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.m-project-card_item{color:#5d5a88}.m-project-card_task{color:#6b6899;font-size:.95rem;line-height:1.5}@media (max-width: 600px){.m-project-card_header{padding:14px 16px;flex-wrap:wrap}.m-project-card_status{display:none}.m-project-card_content{padding:16px}}.o-projects-block{width:98%;max-width:1200px;margin:0 auto 32px;padding:40px 48px;border:1px solid #e2dff2;border-radius:20px;background-color:#fff;box-shadow:0 2px 16px #5d5a8812;display:flex;flex-direction:column;gap:28px}.o-projects-block_header{display:flex;align-items:center;justify-content:space-between}.o-projects-block_title{color:#3d3a6b;font-size:1.25rem;font-weight:700}.o-projects-block_list{display:flex;flex-direction:column;gap:12px}@media (max-width: 767px){.o-projects-block{padding:24px 20px;border-radius:14px;gap:20px}}.mock-banner{width:100%;background-color:#fffbe6;border-bottom:1px solid #f0d060;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;box-sizing:border-box}.mock-banner__icon{font-size:1rem;flex-shrink:0}.mock-banner__text{font-size:.875rem;font-weight:500;color:#7a5c00;text-align:center;line-height:1.4}:root{--color-primary-500: #5d5a88;--color-primary-600: #4a4978;--color-secondary-500: #f4b942;--color-bg: #ffffff;--color-fg: #5d5a88;--color-success: #2ecc71;--color-warning: #f39c12;--color-danger: #e74c3c;--color-info: #3498db}:root{--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem}:root{--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .15);--shadow-xl: 0 12px 24px rgba(0, 0, 0, .22);--shadow-elevation-btn-hover: 0 6px 14px rgba(0, 0, 0, .22), 0 12px 24px rgba(0, 0, 0, .18)}:root{--font-sans: "IBM Plex Sans", sans-serif;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--line-height-base: 1.5}:root{--z-nav: 100;--z-overlay: 200;--z-modal: 300;--z-toast: 400}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;background:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:var(--font-size-xl)}h2{font-size:var(--font-size-lg)}h3{font-size:var(--font-size-base)}p{font-size:var(--font-size-base);margin-bottom:var(--space-4)}a{color:var(--color-primary-500);text-decoration:none}a:hover{text-decoration:underline}.u-text-center{text-align:center!important}.u-text-right{text-align:right!important}.u-text-left{text-align:left!important}.u-bold{font-weight:700!important}.u-italic{font-style:italic!important}.u-uppercase{text-transform:uppercase!important}.u-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
