@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._search_1mldc_1{max-width:520px}@media(max-width:992px){._search_1mldc_1{max-width:100%;width:100%}}._wrapper_1rplw_1{width:100%}._banner_1rplw_5{width:100%;-webkit-box-shadow:0px 0px 12px 0px rgba(0,0,0,.415);-moz-box-shadow:0px 0px 12px 0px rgba(0,0,0,.415);box-shadow:0 0 12px #0000006a}@media(max-width:992px){._banner_1rplw_5{display:none}}._bannerMobile_1rplw_17{display:none}@media(max-width:992px){._bannerMobile_1rplw_17{display:inline;width:100%;-webkit-box-shadow:0px 0px 12px 0px rgba(0,0,0,.415);-moz-box-shadow:0px 0px 12px 0px rgba(0,0,0,.415);box-shadow:0 0 12px #0000006a}}._loaderWrapper_69l0o_14{height:60vh;width:100%;display:flex;align-items:center;justify-content:center}._loader_69l0o_14{width:70px;height:70px;border:3px solid #dc0000;border-radius:50%;position:relative;box-sizing:border-box;display:inline-block;animation:_loader-anim_69l0o_1 3s linear infinite}._loader_69l0o_14:after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;border:2px solid;border-color:#dc0000 transparent}@keyframes _loader-anim_69l0o_1{0%{transform:scale(1) rotate(360deg)}50%{transform:scale(.7) rotate(-360deg)}to{transform:scale(1) rotate(360deg)}}._starBadge_1voq7_14{display:inline-flex;align-items:center;justify-content:center;background:#dc0000;color:#fff;border-radius:7px;width:28px;height:28px;font-size:13px;flex-shrink:0}._wrapper_1voq7_27{display:flex;align-items:center;width:100%;gap:.5rem;padding:2rem 0}@media(max-width:992px){._wrapper_1voq7_27{padding:1.3rem 0}}._wrapper_1voq7_27 h1{font-size:1.4rem;font-weight:700;color:#222;margin:0}@media(max-width:992px){._wrapper_1voq7_27 h1{font-size:1.4rem}}._info_1voq7_51{display:flex;align-items:center;justify-content:center;gap:.3rem}._info_1voq7_51 p{margin:0}._info_1voq7_51>svg{font-size:1.35rem}._length_1voq7_64{display:inline-flex;align-items:center;justify-content:center;background:#dc000017;color:#dc0000;font-size:.8rem;font-weight:700;padding:3px 10px;border-radius:20px;margin:0;letter-spacing:.01em}._tag_bv9uz_1{position:absolute;top:.25rem;left:.2rem;font-weight:500;height:1rem;display:flex;align-items:center}._image_6em5u_1{height:auto!important;width:1.5rem!important;margin:0 5px 0 0}._wrapper_1m9xu_14{width:260px;display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem .9rem 1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden}._accentBar_1m9xu_28{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px}._avatarWrap_1m9xu_37{position:relative;flex-shrink:0}._avatar_1m9xu_37{width:52px;height:52px;border-radius:50%;object-fit:cover;display:block}._avatarFallback_1m9xu_50{width:52px;height:52px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:22px;color:#bbb}._iconBadge_1m9xu_62{position:absolute;bottom:-2px;right:-4px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}._info_1m9xu_75{flex:1;min-width:0;position:relative}._vacationTag_1m9xu_81{position:absolute;top:-6px;right:0}._name_1m9xu_87{font-size:.95rem;font-weight:700;color:#111;margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._detail_1m9xu_97{font-size:.82rem;color:#666;margin:0;font-weight:500}._badgeRow_1m9xu_104{margin-top:.35rem;display:flex}._wrapper_i45b6_1{display:flex;flex-direction:column;padding:1.25rem 1.5rem 1.5rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.07);box-shadow:0 1px 4px #0000000d;width:100%;margin-bottom:.5rem}._header_i45b6_13{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.07)}._confettiIcon_i45b6_22{font-size:1.2rem;line-height:1}._title_i45b6_27{font-size:1rem;font-weight:700;color:#111;margin:0}._content_i45b6_34{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:992px){._content_i45b6_34{justify-content:center}}._wrapper_m6snn_14{max-width:100%}._content_m6snn_18{display:flex;gap:1rem;padding-bottom:1rem}@media(max-width:992px){._content_m6snn_18{flex-direction:column;padding-bottom:1rem}}._card_m6snn_30{flex:1;background:#fff;border-radius:12px;padding:1.25rem 1.5rem 1.5rem;border:1px solid rgba(0,0,0,.07);box-shadow:0 1px 4px #0000000d}._cardHeader_m6snn_39{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.07)}._cardIcon_m6snn_48{width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._cardTitle_m6snn_58{font-size:.95rem;font-weight:700;color:#111;margin:0}._listContainer_m6snn_65{display:flex;flex-direction:column;gap:.1rem}._listItem_m6snn_71{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.04)}._listItem_m6snn_71:last-child{border-bottom:none;padding-bottom:0}._userInfo_m6snn_84{display:flex;align-items:center;gap:.5rem;min-width:0}._avatar_m6snn_91{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0}._avatarFallback_m6snn_99{width:34px;height:34px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:14px;color:#aaa;flex-shrink:0}._userName_m6snn_112{font-size:.88rem;font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._date_m6snn_121{font-size:.9rem;color:#555;white-space:nowrap;font-weight:500}._dateInfo_m6snn_128{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._yearsBadge_m6snn_135{background:#dc000014;color:#dc0000;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:20px;white-space:nowrap}._collaboratorsWrapper_pun6u_14{background-color:#fff;border-radius:10px;padding:1.5rem 1.5rem 2rem}._collaboratorsWrapper_pun6u_14 h1{font-size:1.2rem;font-weight:700;text-align:left;padding:0!important}._content_pun6u_26{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}._num_pun6u_33{color:#1ddc00;background-color:#1ddc001a;padding:.25rem .45rem;border-radius:20px;font-weight:500}._progressContainer_pun6u_41{display:flex;align-items:center;gap:.5rem;margin-top:2rem}._label_pun6u_48{font-size:.85rem;font-weight:700;color:#000;width:30px;text-align:center;align-self:flex-start}._progressBox_pun6u_57{position:relative;flex:1;height:20px;padding-bottom:40px}._arrow_pun6u_64{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);white-space:nowrap}._arrow_pun6u_64 small{font-size:.7rem;font-weight:700;color:#000;margin-top:2px;text-align:center}._arrowIcon_pun6u_80{font-size:1.5rem;line-height:1;width:1.5rem;height:1.5rem}._wrapper_3kj01_1{padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000000d;width:100%;position:relative}._headerLine_3kj01_10{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}._headerTitle_3kj01_18{margin:0;font-weight:700;font-size:1.4rem;line-height:1.2}._headerActions_3kj01_25{display:flex;align-items:center;gap:.75rem}._headerSelect_3kj01_31{min-width:100px;max-width:120px}._progressWrapper_3kj01_36{margin-top:1.5rem}._progressBox_3kj01_40{position:relative;margin-top:.5rem;width:100%;overflow:visible;padding-bottom:40px;height:20px!important}@media(max-width:768px){._progressBox_3kj01_40{margin-top:2.2rem}}._progressBarBackground_3kj01_54{width:100%;height:20px;background-color:#e0e0e0;border-radius:10px;position:relative;overflow:hidden}._progressFill_3kj01_63{height:20px;border-radius:10px 0 0 10px;transition:width .5s ease}._arrow_3kj01_69{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);white-space:nowrap;width:max-content;max-width:80px;text-align:center}@media(max-width:768px){._arrow_3kj01_69{white-space:normal}}._arrow_3kj01_69 small{font-size:.7rem;font-weight:700;color:#000;margin-top:2px;display:block;width:100%;text-align:center}._arrowIcon_3kj01_95{font-size:1.5rem;line-height:1;width:1.5rem;height:1.5rem}._description_3kj01_102{font-size:.85rem;color:#6b7280}._sectionTitle_3kj01_107{display:flex;align-items:center;gap:0;margin-bottom:1rem;font-weight:700;font-size:1rem;line-height:1.1}._sectionTitle_3kj01_107 img,._sectionTitle_3kj01_107 svg{width:20px;height:20px;margin-right:0;vertical-align:middle}._sectionTitle_3kj01_107 ._sectionSelect_3kj01_123{display:flex;align-items:center;margin-left:auto;min-width:100px}._metaDoMilaoDesc_3kj01_130{margin-top:32px;color:#6b7280;font-size:12px;line-height:1.5}._metaDoMilaoDesc_3kj01_130 p{margin-bottom:8px}._metaDoMilaoDesc_3kj01_130 p:last-child{margin-bottom:0}._wrapper_t16ze_1{display:flex;flex-direction:column;width:100%}@media(max-width:800px){._wrapper_t16ze_1{flex-direction:column}}._content_t16ze_12{display:flex;gap:1rem;width:100%}@media(max-width:992px){._content_t16ze_12{flex-direction:column}}._milion_t16ze_23{flex:2}._collaborators_t16ze_27{flex:1}@media(max-width:992px){._collaborators_t16ze_27{max-width:400px;width:100%;align-self:center}}._header_1nzkw_1{position:relative}._header_1nzkw_1 button{position:absolute;top:1rem;right:1rem}._header_1nzkw_1 p{padding-top:1rem;padding-left:1rem;font-weight:500}._body_1nzkw_15 input{outline:none;border:none;border-bottom:1px solid gray;margin-right:1rem}._body_1nzkw_15 button{outline:none;border:none;font-size:1.1rem;text-align:center;background:none}body ._wrapper_n0a0z_14{position:fixed;width:2.5rem;height:2.5rem;bottom:2rem;right:2rem;background-color:#f3f3f3;color:#222;font-size:1.4rem;border-radius:50%;outline:none;border:none;-webkit-box-shadow:5px 5px 10px -5px rgba(0,0,0,.3);-moz-box-shadow:5px 5px 10px -5px rgba(0,0,0,.3);box-shadow:5px 5px 10px -5px #0000004d}._hidden_n0a0z_31{display:none}._wrapper_oiddc_2{width:100%;min-height:3.5rem;position:sticky;top:0;z-index:200;background-color:#dc0000;border-bottom:1px solid rgba(0,0,0,.15);box-shadow:0 2px 10px #00000059;display:flex;align-items:center;padding:0 2rem}@media(max-width:992px){._wrapper_oiddc_2{padding:0 1.25rem}}@media(max-width:480px){._wrapper_oiddc_2{padding:0 1rem}}._container_oiddc_26{display:flex;align-items:center;justify-content:space-between;width:100%}._brand_oiddc_34{display:flex;align-items:center;gap:.75rem}._logo_oiddc_40{width:2.25rem;height:2.25rem;object-fit:contain}._title_oiddc_46{font-weight:700;font-size:.95rem;letter-spacing:.04em;color:#ffffffeb;text-transform:uppercase}@media(max-width:480px){._title_oiddc_46{display:none}}._userArea_oiddc_60{position:relative}._userTrigger_oiddc_64{display:flex;align-items:center;gap:.5rem;padding:.3rem .65rem .3rem .35rem;border:1px solid rgba(255,255,255,.3);border-radius:2rem;cursor:pointer;user-select:none;transition:background .15s ease,border-color .15s ease}._userTrigger_oiddc_64:hover{background:#0000001a;border-color:#ffffff80}@media(max-width:768px){._userTrigger_oiddc_64{padding:.25rem;border-radius:50%;border-color:transparent;gap:0}._userTrigger_oiddc_64:hover{border-color:#fff6}}._avatar_oiddc_91{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}._avatarFallback_oiddc_99{width:32px;height:32px;border-radius:50%;background:#0003;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.02em}._userInfo_oiddc_114{display:flex;flex-direction:column;line-height:1.25;min-width:0}@media(max-width:768px){._userInfo_oiddc_114{display:none}}._userName_oiddc_126{font-size:.8rem;font-weight:600;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}._userSubtitle_oiddc_136{font-size:.68rem;color:#ffffffa6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}._chevron_oiddc_145{color:#ffffffb3;flex-shrink:0;transition:transform .2s ease}@media(max-width:768px){._chevron_oiddc_145{display:none}}._chevronOpen_oiddc_156{transform:rotate(180deg)}._dropdown_oiddc_161{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 8px 24px #0000002e;min-width:240px;overflow:hidden;padding:.25rem 0;z-index:300}._dropdownUser_oiddc_175{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}._dropdownAvatar_oiddc_182{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center}._dropdownUserInfo_oiddc_195{display:flex;flex-direction:column;gap:2px;min-width:0}._dropdownUserName_oiddc_202{font-size:.88rem;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdownUserEmail_oiddc_211{font-size:.75rem;color:#2229;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdownUserBadge_oiddc_219{display:inline-block;margin-top:2px;padding:1px 8px;border-radius:20px;background:#dc000014;border:1px solid rgba(220,0,0,.2);font-size:.67rem;font-weight:500;color:#dc0000;width:fit-content}._divider_oiddc_232{height:1px;background:#00000012;margin:.25rem 0}._signOutButton_oiddc_239{all:unset;display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.84rem;font-weight:500;color:#ae0303;cursor:pointer;box-sizing:border-box;transition:background .12s ease}._signOutButton_oiddc_239:hover{background:#ae03030f}._socialMedia_thv2l_14{display:flex;width:100%;align-items:center;justify-content:center;gap:.2rem}@media(max-width:992px){._socialMedia_thv2l_14{padding-bottom:1rem}}._cardIcon_thv2l_27{display:flex;align-items:center;justify-content:center;border-radius:50%;width:auto;padding:4px}._profileCard_thv2l_36{display:flex;align-items:center;justify-content:center;border-radius:50%;width:1.8rem;height:1.8rem}._editButton_thv2l_45{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:#00000047;cursor:pointer;font-size:14px;transition:background .15s,border-color .15s,color .15s;outline:none}._editButton_thv2l_45:hover{background:#8a1a1a12;border-color:#8a1a1a2e;color:#dc0000}._wrapper_hetpq_1{max-width:600px;display:flex;flex-direction:column;gap:1.5rem}._header_hetpq_8{display:flex;flex-direction:column;gap:.3rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.07)}._headerIcon_hetpq_16{font-size:1.5rem;color:#dc0000}._form_hetpq_21{display:flex;flex-direction:column;gap:1rem}._optionsList_hetpq_27{display:flex;flex-direction:column;gap:.85rem}._option_hetpq_27{display:flex;flex-direction:column;gap:.5rem}._conditionalInput_hetpq_39{margin-left:24px;max-width:320px}._actions_hetpq_44{padding-top:.5rem}._wrapper_1svlf_1{max-width:520px;display:flex;flex-direction:column;gap:1.5rem}._header_1svlf_8{display:flex;flex-direction:column;gap:.3rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.07)}._headerIcon_1svlf_16{font-size:1.5rem;color:#dc0000}._form_1svlf_21{display:flex;flex-direction:column;gap:0}._fieldLabel_1svlf_27{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#000000a6}._actions_1svlf_35{padding-top:.75rem}._wrapper_jay6m_1{max-width:480px;display:flex;flex-direction:column;gap:1.5rem}._header_jay6m_8{display:flex;flex-direction:column;gap:.3rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.07)}._headerIcon_jay6m_16{font-size:1.5rem;color:#dc0000}._form_jay6m_21{display:flex;flex-direction:column;gap:1rem}._actions_jay6m_27{padding-top:.25rem}._wrapper_1fnfl_1{max-width:600px;display:flex;flex-direction:column;gap:1.5rem}._header_1fnfl_8{display:flex;flex-direction:column;gap:.3rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.07)}._headerIcon_1fnfl_16{font-size:1.5rem;color:#dc0000}._form_1fnfl_21{display:flex;flex-direction:column;gap:1rem}._actions_1fnfl_27{padding-top:.25rem}._subContent_1g3qb_1{width:100%;display:flex;align-items:flex-start}._title_1g3qb_7{font-weight:600;margin-bottom:5px;color:#dc0000}._text_1g3qb_13{width:100%;display:flex;flex-direction:column;justify-content:flex-end}._answer_1g3qb_20{width:95%;text-align:justify;line-height:1.65;color:#000000bf}._edit_1g3qb_27{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:#00000047;cursor:pointer;font-size:14px;transition:background .15s,border-color .15s,color .15s}._edit_1g3qb_27:hover{background:#8a1a1a12;border-color:#8a1a1a2e;color:#dc0000}._subContent_1bv0u_1{display:flex;align-items:flex-start;width:100%}._title_1bv0u_7{font-weight:600;margin-bottom:5px;color:#dc0000}._text_1bv0u_13{display:flex;flex-direction:column;justify-content:flex-end;line-height:1.65}._edit_1bv0u_20{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:#00000047;cursor:pointer;font-size:14px;transition:background .15s,border-color .15s,color .15s}._edit_1bv0u_20:hover{background:#8a1a1a12;border-color:#8a1a1a2e;color:#dc0000}._tag_68441_1{font-size:.9rem;font-weight:500;display:flex;align-items:center;justify-content:center}._subContent_11rw6_1{display:flex;align-items:flex-start;width:100%}._title_11rw6_7{font-weight:600;margin-bottom:5px;color:#dc0000}._text_11rw6_13{display:flex;flex-direction:column;justify-content:flex-end}._edit_11rw6_19{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:#00000047;cursor:pointer;font-size:14px;transition:background .15s,border-color .15s,color .15s}._edit_11rw6_19:hover{background:#8a1a1a12;border-color:#8a1a1a2e;color:#dc0000}._modalWrapper_2fwz6_1 .ant-modal-content{padding:0!important;overflow:hidden;border-radius:14px!important;box-shadow:0 24px 64px #0000002e,0 4px 16px #0000001a!important}._modalContent_2fwz6_8{display:flex;height:80vh;overflow:hidden;border-radius:14px}._left_2fwz6_15{width:360px;flex-shrink:0;display:flex;flex-direction:column;background:#dc0000;overflow:hidden;position:relative}@media(min-height:860px){._left_2fwz6_15{width:440px}}@media(min-height:1000px){._left_2fwz6_15{width:440px}}._bannerBg_2fwz6_35{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;z-index:0}._profileHeader_2fwz6_46{flex-shrink:0;position:relative;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.52) 0%,rgba(0,0,0,.28) 70%,transparent 100%);padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center}._profileName_2fwz6_59{font-size:1.2rem;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.01em;text-shadow:0 1px 8px rgba(0,0,0,.7),0 0 2px rgba(0,0,0,.4)}._profilePosition_2fwz6_68{font-size:.72rem;color:#fffffff2;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 1px 6px rgba(0,0,0,.65)}._mbtiPill_2fwz6_77{display:inline-flex;align-items:center;gap:5px;background:#fff;color:#dc0000;padding:4px 12px 4px 10px;border-radius:20px;font-size:11px;font-weight:700;cursor:pointer;margin-top:8px;transition:opacity .15s;box-shadow:0 1px 6px #0000002e}._mbtiPill_2fwz6_77:hover{opacity:.88}._mbtiPill_2fwz6_77 .anticon{font-size:10px;color:#dc0000}._avatar_2fwz6_100{width:100%;flex:1;min-height:0;object-fit:cover;object-position:top center;display:block;position:relative;z-index:1}._avatarFallback_2fwz6_111{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;font-size:5rem;color:#fff6;background:#00000026;position:relative;z-index:1}._socialIcons_2fwz6_124{gap:.65rem}._socialRow_2fwz6_128{flex-shrink:0;padding:1.1rem .75rem .75rem;background:#fff;border-radius:28px 28px 0 0;margin-top:-20px;position:relative;z-index:2;display:flex;justify-content:center;box-shadow:0 -4px 16px #0000001a}._rightPanel_2fwz6_141{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}._content_2fwz6_150{flex:1;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:#c8c8c8 transparent}._content_2fwz6_150::-webkit-scrollbar{width:4px}._content_2fwz6_150::-webkit-scrollbar-track{background:transparent}._content_2fwz6_150::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:50px}._formContent_2fwz6_171{flex:1;overflow-y:auto;padding:1.5rem 1.75rem;background:#fff}._twoColGrid_2fwz6_178{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}._mbtiCard_2fwz6_184,._sectionCard_2fwz6_184{background:#fff;border:1px solid rgba(0,0,0,.07);border-radius:10px;padding:.85rem 1.25rem .9rem;position:relative;box-shadow:0 1px 4px #0000000d;transition:box-shadow .15s ease}._mbtiCard_2fwz6_184:hover,._sectionCard_2fwz6_184:hover{box-shadow:0 3px 10px #00000014}._sectionLabel_2fwz6_197{display:flex;align-items:center;gap:.4rem;margin-bottom:.6rem;color:#dc0000;font-size:13px;font-weight:600}._sectionLabel_2fwz6_197 .anticon{font-size:13px;color:#dc0000}._sectionLabelText_2fwz6_211{font-size:13px;font-weight:600;color:#111!important;text-transform:uppercase;letter-spacing:.04em}._sectionCard_2fwz6_184 .subContent .title,._sectionCard_2fwz6_184 .text .title,._mbtiCard_2fwz6_184 .subContent .title,._mbtiCard_2fwz6_184 .text .title{display:none}._personalityBadge_2fwz6_226{display:inline-flex;flex-direction:row;align-items:center;gap:.3rem;color:#fff;padding:7px 16px;border-radius:20px;font-weight:700;font-size:13px;cursor:pointer;user-select:none;white-space:nowrap;transition:opacity .15s ease,transform .15s ease}._personalityBadge_2fwz6_226:hover{opacity:.88;transform:scale(1.02)}._personalityFamily_2fwz6_246{opacity:.8;font-weight:500;font-size:12px}._personalityName_2fwz6_252{font-weight:700;font-size:13px}._noPersonalityContainer_2fwz6_257{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}._mbtiTopBadge_2fwz6_264{align-self:flex-start}._mobileSocialRow_2fwz6_268{display:none}@media(max-width:640px){._modalWrapper_2fwz6_1 .ant-modal{max-width:100vw!important;width:100vw!important;margin:0!important;padding-bottom:0!important;top:0!important}._modalWrapper_2fwz6_1 .ant-modal-content{border-radius:0!important;min-height:100dvh!important}._modalWrapper_2fwz6_1 .ant-modal-close{top:1rem!important;right:1rem!important;width:32px!important;height:32px!important;background:#fff!important;border-radius:50%!important;color:#dc0000!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10}._modalContent_2fwz6_8{flex-direction:column;height:100dvh}._left_2fwz6_15{width:100%;flex-direction:row;align-items:center;gap:1rem;padding:1.25rem 1rem 2.5rem;flex-shrink:0;overflow:visible;background:#dc0000;background-image:radial-gradient(circle,rgba(255,255,255,.14) 1.5px,transparent 1.5px);background-size:20px 20px}._profileHeader_2fwz6_46{flex-direction:column;align-items:flex-start;text-align:left;padding:0;background:transparent;order:1;flex:1;min-width:0}._profileName_2fwz6_59{font-size:1.35rem}._mbtiPill_2fwz6_77{margin-top:6px}._avatar_2fwz6_100{width:80px;height:80px;min-height:unset;flex:none;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 12px #0003;object-fit:contain;object-position:top center;order:0}._avatarFallback_2fwz6_111{width:80px;height:80px;min-height:unset;flex:none;border-radius:50%;border:3px solid rgba(255,255,255,.5);order:0;font-size:2rem;background:#00000026;color:#ffffffb3}._socialRow_2fwz6_128{display:none}._rightPanel_2fwz6_141{flex:1;min-height:0;border-radius:20px 20px 0 0;margin-top:-20px;position:relative;z-index:2}._content_2fwz6_150{padding:.75rem .75rem 1rem;gap:.5rem}._twoColGrid_2fwz6_178{grid-template-columns:1fr}._sectionCard_2fwz6_184,._mbtiCard_2fwz6_184{padding:.65rem .9rem .7rem}._mbtiTopBadge_2fwz6_264{display:none}._mobileSocialRow_2fwz6_268{display:flex;justify-content:center;padding:.6rem 1rem .9rem;background:#fff;border-top:1px solid rgba(0,0,0,.07);flex-shrink:0}}body ._edit_1ytu4_1{position:absolute;right:.5rem;background-color:transparent}._title_1ytu4_7{font-weight:600;margin-bottom:5px;color:#dc0000}._subContent_1ytu4_13{display:flex;align-items:center;padding-bottom:1rem}._text_1ytu4_19{display:flex;flex-direction:column;justify-content:flex-end}._answer_1ytu4_25{width:90%}._modalWrapper_11w06_1 ._ant-modal_11w06_1{max-width:600px!important}._modalWrapper_11w06_1 ._ant-modal-content_11w06_4{padding:24px;border-radius:12px}._modalWrapper_11w06_1 ._ant-modal-title_11w06_8{font-size:20px;font-weight:600}._title_11w06_13{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1rem}._result_11w06_20{text-align:left}._resultHeader_11w06_24{display:flex;flex-direction:row;gap:24px;margin-top:1rem;margin-bottom:1rem;flex-wrap:nowrap}@media(max-width:900px){._resultHeader_11w06_24{flex-direction:column;align-items:center}}._avatar_11w06_39{max-width:280px;height:auto;flex-shrink:0}._resultContentRow_11w06_45{display:flex;flex-direction:row;justify-content:space-between;width:100%;gap:2rem}@media(max-width:900px){._resultContentRow_11w06_45{flex-direction:column;align-items:center}}._resultInfo_11w06_59{flex:1 1 40%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}._subtitle_11w06_67{font-size:18px;font-weight:700;margin-bottom:1rem;text-align:start}._name_11w06_74{font-size:20px;font-weight:700;margin:0}._resultTag_11w06_80{font-weight:600;font-size:.9rem;margin-top:.5rem}._description_11w06_86{font-size:16px;color:#333;margin-top:8px;line-height:1.5}._link_11w06_93{margin-top:8px;cursor:pointer}._link_11w06_93:hover{color:#a30000}._dimensionBarsContainer_11w06_102{flex:1 1 40%;display:flex;flex-direction:column;gap:.5rem}@media(max-width:900px){._dimensionBarsContainer_11w06_102{width:100%}}._dimensionBar_11w06_102{width:100%;display:flex;flex-direction:column;gap:.1rem}._dimensionTitle_11w06_121{font-size:1rem;font-weight:500;color:#333;margin-bottom:8px}._dimensionTitle_11w06_121 span{font-weight:600}._dimensionTitle_11w06_121 strong{font-weight:700}._infoIcon_11w06_134{margin-left:4px;font-size:14px;cursor:pointer}._barWrapper_11w06_140{position:relative;height:.5rem;background-color:#eee;border-radius:6px;margin-bottom:.2rem}._barBase_11w06_148{position:absolute;top:0;left:0;height:10px;width:100%;background-color:#eee;border-radius:6px}._circle_11w06_158{position:absolute;top:50%;transform:translate(-50%,-50%);width:.875rem;height:.875rem;border-radius:50%;border:2px solid white;box-shadow:0 0 0 2px #0000001a;z-index:1}._labelsRow_11w06_170{display:flex;justify-content:space-between;font-size:14px;color:#666}._resultButtons_11w06_177{display:flex;justify-content:center;gap:12px}._outlineButton_11w06_183{background-color:#fff!important;border:1px solid #d9d9d9!important;color:#000000e0!important;transition:all .3s!important}._outlineButton_11w06_183:hover{background-color:#fff!important;border-color:#dc0000!important;color:#dc0000!important}._primaryButton_11w06_195{background-color:#dc0000!important;border-color:#dc0000!important;color:#fff!important}._primaryButton_11w06_195:hover,._primaryButton_11w06_195:focus{background-color:#a30000!important;border-color:#a30000!important;color:#fff!important}._intro_11w06_206{text-align:center;padding:1rem 2rem}._introTitle_11w06_211{font-size:22px;font-weight:700;color:#dc0000;margin-bottom:12px}._introText_11w06_218{font-size:16px;color:#333;margin-bottom:1rem;line-height:1.5;font-weight:500}._cards_11w06_226{display:flex;justify-content:center;gap:16px;margin-bottom:1rem}._card_11w06_226{background-color:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:16px 20px;font-size:16px;color:#444;width:100%;box-shadow:0 2px 6px #0000001a;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}._card_11w06_226 h3{font-size:20px;font-weight:600;color:#dc0000;margin-bottom:8px}._card_11w06_226 p{margin:0;font-weight:400;text-align:center;font-size:16px;color:#333}._infoBox_11w06_263{text-align:center;margin-top:1rem;margin-bottom:1rem;font-size:16px}._infoText_11w06_270{margin-bottom:8px}._introButtons_11w06_274{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:1rem}._introButtons_11w06_274 button{min-width:140px;font-weight:600;border-radius:6px}._startButton_11w06_287{background-color:#dc0000!important;border-color:#dc0000!important;color:#fff!important}._startButton_11w06_287:hover,._startButton_11w06_287:focus{background-color:#a30000!important;border-color:#a30000!important;color:#fff!important}._progress_11w06_298{margin-bottom:24px}._page_11w06_302{display:flex;flex-direction:column;gap:24px}._question_11w06_308{padding:12px;background-color:#f9f9f9;border-radius:8px}._questionText_11w06_314{font-weight:700}._radioWithLabels_11w06_318{margin-top:.5rem;display:flex;align-items:center;justify-content:start}._radioWithLabels_11w06_318 ._labelLeft_11w06_324,._radioWithLabels_11w06_318 ._labelRight_11w06_325{font-size:14px;color:#333;user-select:none;white-space:nowrap}._radioWithLabels_11w06_318 ._labelLeft_11w06_324{margin-right:6px}._radioWithLabels_11w06_318 ._labelRight_11w06_325{margin-left:6px}._radioWithLabels_11w06_318 ._radioGroup_11w06_337{display:flex;gap:.15rem}.ant-radio-button-wrapper-checked{background-color:#dc0000!important;border-color:#dc0000!important;color:#fff!important}.ant-radio-button-wrapper:hover{color:#dc0000!important;border-color:#dc0000!important}.ant-radio-button-wrapper:focus-within{box-shadow:0 0 0 2px #dc000033}.ant-radio-button-wrapper{border-color:#dc0000!important}._footer_11w06_358{display:flex;justify-content:flex-end;margin-top:2rem}._backButton_11w06_364{margin-right:12px}._labelsRow_11w06_170{display:flex;justify-content:space-between;font-weight:500;font-size:14px;margin-bottom:0;margin-top:.2rem;user-select:none}._IconContainer_2kwvq_14{position:absolute;bottom:.25rem;right:-.3rem;background-color:#dc0000;border-radius:50%;padding:.2rem;z-index:10;display:flex;align-items:center;justify-content:center}._IconContainer_2kwvq_14>svg{color:#f5feff;font-size:1rem}._editIcon_w0i1c_14{position:absolute;top:.4rem;right:.6rem;font-size:1.2rem;color:#dc0000}body ._wrapper_l4k91_14{width:310px;height:100%;display:flex;border-radius:10px;overflow:hidden;background-color:#fff;gap:1rem;min-height:9rem;padding:0 .5rem;cursor:pointer;position:relative}@media(max-width:992px){body ._wrapper_l4k91_14{width:100%}}._left_l4k91_33{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._right_l4k91_43{width:70%;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem 0}._imageContainer_l4k91_51{width:90%;background-color:#d9d9d9;border-radius:50%;position:relative;display:flex}._imageContainer_l4k91_51 img{width:100%;object-fit:contain;border-radius:50%;aspect-ratio:1/1}body ._details_l4k91_65{display:flex;flex-direction:column;justify-content:flex-start;gap:.2rem;padding-bottom:.8rem}body ._details_l4k91_65 h3{font-size:13px;color:#dc0000;font-weight:600;margin:0}body ._details_l4k91_65 h2{font-size:16px;font-weight:700;margin:0}body ._details_l4k91_65 h4{font-size:13px;font-weight:600;margin:0}._badges_l4k91_89{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.25rem}._ninjaWrapper_l4k91_97{display:flex;align-items:center;justify-content:center;gap:.125rem}._avaliacao180Icon_l4k91_104{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;flex-shrink:0}._avaliacao180Icon_l4k91_104._avaliado_l4k91_113{background-color:#52c41a}._avaliacao180Icon_l4k91_104._naoAvaliado_l4k91_116{background-color:#bfbfbf}._ninja_image_l4k91_120{padding:.1rem;width:1.35rem;height:1.35rem;margin-top:-.15rem}._resultTag_l4k91_127{font-weight:600;font-size:.85rem;text-transform:uppercase;position:absolute;bottom:-.5rem}._areaWrapper_v6sq0_14{width:100%;border:1px solid #ebebeb;border-radius:16px;overflow:hidden;margin-bottom:2.5rem;background:#fff;box-shadow:0 1px 6px #0000000a}._areaHeader_v6sq0_24{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #f0f0f0;user-select:none;transition:background .15s}._areaHeader_v6sq0_24:hover{background:#fafafa}@media(max-width:992px){._areaHeader_v6sq0_24{padding:1rem 1.25rem}}._areaIcon_v6sq0_43{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#dc000012;border-radius:12px;flex-shrink:0;font-size:1.4rem;color:#dc0000}._areaTitle_v6sq0_56 h2{font-size:1.25rem;font-weight:700;margin:0;color:#111}._areaTitle_v6sq0_56 p{font-size:.8rem;color:#aaa;margin:.15rem 0 0;font-weight:400}._areaPeopleCount_v6sq0_69{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;color:#dc0000;font-size:.85rem;font-weight:600;flex-shrink:0;border:1.5px solid #dc0000;border-radius:20px;padding:4px 12px 4px 10px}._cardWrapper_v6sq0_83{width:100%;min-width:0;border-radius:10px;box-shadow:0 2px 8px #00000008}._cardWrapper_v6sq0_83>*{width:100%!important}._managersContainer_v6sq0_93{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1rem;padding:1rem 1.25rem;background:#f7f8fa}@media(max-width:992px){._managersContainer_v6sq0_93{padding:1rem}}._departmentBlock_v6sq0_106{border-top:1px solid #f0f0f0}._deptHeader_v6sq0_110{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem .75rem;background:#fff;cursor:pointer;user-select:none;transition:background .15s}._deptHeader_v6sq0_110:hover{background:#fafafa}._deptHeader_v6sq0_110 h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}@media(max-width:992px){._deptHeader_v6sq0_110{padding:.75rem 1rem .6rem}}._deptIconBadge_v6sq0_135{display:inline-flex;align-items:center;justify-content:center;background:#dc0000;color:#fff;border-radius:50%;width:36px;height:36px;font-size:16px;flex-shrink:0}._memberCount_v6sq0_148{display:inline-flex;align-items:center;justify-content:center;background:#dc000014;color:#dc0000;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px}._collapseIcon_v6sq0_160{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#f0f0f0;color:#bbb;font-size:.65rem;flex-shrink:0;transition:background .15s}._deptHeader_v6sq0_110:hover ._collapseIcon_v6sq0_160{background:#e6e6e6}._deptEmployees_v6sq0_178{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:.65rem;padding:.75rem 1.25rem 1.25rem;background:#f7f8fa}@media(max-width:992px){._deptEmployees_v6sq0_178{padding:.75rem 1rem 1rem}}._wrapper_1p12v_14{width:100%;padding:3rem 2rem;background:#dc0000;margin-top:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(max-width:768px){._wrapper_1p12v_14{padding:2rem 1rem}}._logo_1p12v_31{width:5rem;opacity:.9}@media(max-width:768px){._logo_1p12v_31{width:2.5rem}}._text_1p12v_41{font-size:.85rem;font-weight:500;color:#fffc;text-align:center;margin:0}@media(max-width:768px){._text_1p12v_41{font-size:.72rem}}._container_bfbtb_1{overflow:hidden;width:100%}._cardsWrapper_bfbtb_6{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:.5rem}@media(max-width:992px){._cardsWrapper_bfbtb_6{padding:0 1rem}}._cardWrapper_bfbtb_17{width:100%;min-width:0;border-radius:10px}._cardWrapper_bfbtb_17>*{width:100%!important}._select_16z5i_1{min-width:220px}@media(max-width:992px){._select_16z5i_1{width:100%}}._container_1vw5w_1{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden}._wrapper_1vw5w_10{width:100%;max-width:1600px}@media(min-width:1367px){._wrapper_1vw5w_10{padding:0 5rem}}@media(max-width:1366px){._wrapper_1vw5w_10{max-width:1200px}}@media(max-width:992px){._wrapper_1vw5w_10{max-width:100%}}._search_1vw5w_30{display:flex;align-items:center;padding-top:3rem;margin-bottom:2rem;gap:.75rem}@media(max-width:992px){._search_1vw5w_30{flex-direction:column;align-items:stretch;padding:0 1rem;margin-top:2rem}}._contentWrapper_17p8t_14{display:flex;flex:1;overflow:hidden}._chartContainer_17p8t_20{flex:1;min-width:0;height:100%;border:2px solid rgba(0,0,0,.185);border-radius:.4rem;overflow:hidden;position:relative}._searchOverlay_17p8t_30{position:absolute;top:12px;left:12px;z-index:5;width:220px}._nodeControls_17p8t_38{flex-shrink:0;width:260px;padding:1.25rem 1rem;overflow-y:auto;border-left:1px solid rgba(0,0,0,.1);background:#fafafa;font-size:13px;display:flex;flex-direction:column;gap:0}._nodeControls_17p8t_38 h5{font-size:14px;font-weight:700;margin:0 0 .5rem}._nodeControls_17p8t_38 p{padding:4px 0 6px;margin:10px 0 0;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#0000008c}._employeePreview_17p8t_65{display:flex;align-items:center;gap:10px;padding:10px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;margin-bottom:4px}._employeeAvatar_17p8t_76{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#e8e8e8}._employeeInfo_17p8t_85{display:flex;flex-direction:column;min-width:0}._employeeInfo_17p8t_85 strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._employeeInfo_17p8t_85 span{font-size:11px;color:#00000073;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._colorRow_17p8t_104{display:flex;align-items:center;gap:8px;margin-top:6px}._label_17p8t_111{font-size:13px;font-weight:400;color:#000000a6;min-width:44px}._divider_17p8t_118{margin:1rem 0 .75rem;border:none;border-top:1px solid rgba(0,0,0,.08)}._centeredState_17p8t_124{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}._buttonsWrapper_17p8t_132{display:flex;align-items:center;gap:.75rem}._helpGrid_17p8t_138{display:grid;grid-template-columns:1fr auto 1fr;gap:0 1.5rem;padding:.5rem 0}._helpDivider_17p8t_145{width:1px;background:#00000014}._helpSection_17p8t_150 h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0006;margin:0 0 .75rem}._helpSection_17p8t_150 ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}._helpSection_17p8t_150 li{font-size:13px;color:#000000bf;line-height:1.5}._helpSection_17p8t_150 kbd{display:inline-block;padding:1px 5px;font-size:11px;font-family:monospace;background:#f5f5f5;border:1px solid #d9d9d9;border-radius:3px;color:#000000a6}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._nodeComponent_1guwq_1{position:relative;border-radius:12px;width:200px;height:120px}._cardNode_1guwq_8{background:#fff;box-shadow:0 2px 8px #0000001a,0 0 0 1px #00000012}._nodeAccent_1guwq_13{position:absolute;top:0;left:0;right:0;height:5px;border-radius:12px 12px 0 0}._resizerHandle_1guwq_22{height:200px;width:200px;background-color:#00f;border:2px solid black}._handleTop_1guwq_29,._handleBottom_1guwq_34{width:.75rem;height:.75rem}._blankTop_1guwq_39,._blankBottom_1guwq_46{width:.75rem;height:.75rem;background-color:#0000;border:0px}._edgePath_1guwq_53{stroke:#6d6d6d;stroke-width:2px;fill:none}._editNode_1guwq_59{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:13px .5rem .5rem;width:100%;height:100%;box-sizing:border-box;gap:2px}._editNode_1guwq_59 h5{font-size:.8rem;margin:0 0 2px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._editNode_1guwq_59 small{font-size:.7rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}._viewNode_1guwq_90{display:flex;align-items:center;gap:10px;padding:13px 12px 8px;width:100%;height:100%;box-sizing:border-box;cursor:pointer;border-radius:12px;transition:background .15s ease;min-width:0}._viewNode_1guwq_90:hover{background:#00000008}._viewAvatar_1guwq_107{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(0,0,0,.08)}._viewAvatarFallback_1guwq_116{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#666;border:2px solid rgba(0,0,0,.08)}._blankLabel_1guwq_131{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}._blankLabel_1guwq_131 span{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0000004d}._viewInfo_1guwq_147{display:flex;flex-direction:column;min-width:0;flex:1}._viewInfo_1guwq_147 strong{font-size:12px;font-weight:700;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._viewInfo_1guwq_147 span{font-size:11px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}._viewCity_1guwq_170{font-size:10px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}._wrapper_30hp3_1{display:flex;flex-direction:column}._content_30hp3_6{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:992px){._content_30hp3_6{flex-direction:column;align-items:center;padding:0 1rem}}body ._wrapper_12iub_14{width:310px;height:100%;display:flex;border-radius:10px;overflow:hidden;background:url(/assets/promotionBG-D-KqEGsH.png) no-repeat;background-size:60%;background-position:50% 50%;background-color:#dc0000;min-height:9rem;gap:1rem;padding:.8rem .5rem;position:relative}@media(max-width:992px){body ._wrapper_12iub_14{width:100%}}._left_12iub_35{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 0}._right_12iub_45{width:70%;display:flex;flex-direction:column;justify-content:center;padding:1rem 0}._imageContainer_12iub_53{width:90%;background-color:#d9d9d9;border-radius:50%;position:relative;display:flex}._imageContainer_12iub_53 img{width:100%;object-fit:cover;border-radius:50%}body ._details_12iub_66{display:flex;flex-direction:column;justify-content:center;gap:.2rem;padding-bottom:.8rem;color:#fff}body ._details_12iub_66 h2{font-size:1.2rem;font-weight:700;margin:0}body ._details_12iub_66 h4{font-size:.9rem;font-weight:600;margin:0;color:#fff}*{margin:0;padding:0;outline:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{background:#f3f3f3}
