@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700;800&display=swap";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes 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 bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes 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 bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 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 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.gh-popup-backdrop[data-v-d27dde68]{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:24px;background:#11395a73;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1000;box-sizing:border-box;font-family:var(--font-family-base)}.gh-popup-backdrop--elevated[data-v-d27dde68]{z-index:var(--gh-modal-z-index, 12000)}.gh-popup-backdrop--selector[data-v-d27dde68]{z-index:calc(var(--gh-modal-z-index, 12000) + 1000)}.gh-popup[data-v-d27dde68]{--gh-popup-primary: var(--pallette-one, var(--_mc-blue-600, #1b7cc2));--gh-popup-primary-hover: var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)));--gh-popup-text: var(--_mc-ink, #1f3947);--gh-popup-border: var(--_mc-line, #e1e8ec);display:flex;flex-direction:column;width:min(640px,100%);min-width:min(520px,100%);max-height:85vh;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 60px #11395a4d}.gh-popup__header[data-v-d27dde68]{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(90deg,var(--gh-popup-primary-hover),var(--gh-popup-primary));color:#fff}.gh-popup__icon[data-v-d27dde68]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;height:26px;border-radius:6px;background:#ffffff2e;color:#fff}.gh-popup__icon svg[data-v-d27dde68]{width:16px;height:16px;display:block}.gh-popup__title[data-v-d27dde68]{flex:1;margin:0;min-width:0;font-family:var(--font-family-base);font-size:15px;font-weight:700;line-height:1.2;letter-spacing:.01em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-popup__close[data-v-d27dde68]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:6px;background:#ffffff24;color:#fff;cursor:pointer;flex-shrink:0;box-shadow:none;transition:background .16s ease,border-color .16s ease}.gh-popup__close[data-v-d27dde68]:hover{background:#ffffff38!important;border-color:#fff9!important;color:#fff!important}.gh-popup__close[data-v-d27dde68]:focus-visible{outline:none;background:#ffffff38!important;border-color:#fff9!important;color:#fff!important}.gh-popup__actions[data-v-d27dde68] .gh-button--primary:hover,.gh-popup__actions[data-v-d27dde68] .gh-button--primary:active{background-color:var(--gh-popup-primary-hover)!important;border-color:var(--gh-popup-primary-hover)!important;color:#fff!important}.gh-popup__actions[data-v-d27dde68] .gh-button--primary:focus-visible{outline:2px solid var(--gh-popup-primary)!important;outline-offset:2px}.gh-popup__actions[data-v-d27dde68] .gh-button--secondary:hover,.gh-popup__actions[data-v-d27dde68] .gh-button--secondary:active{background-color:var(--pallette-three, #eef6fc)!important;border-color:var(--pallette-four, #b6d8f0)!important;color:var(--pallette-one-dark, var(--gh-popup-primary-hover))!important}.gh-popup__actions[data-v-d27dde68] .gh-button--secondary:focus-visible{outline:2px solid var(--gh-popup-primary)!important;outline-offset:2px}.gh-popup__body[data-v-d27dde68]{flex:1 1 auto;overflow-y:auto;padding:22px;color:var(--gh-popup-text);font-size:14px;line-height:1.5}.gh-popup--panel-message[data-v-d27dde68]{width:min(560px,100%)!important;min-width:min(320px,100%)!important}.gh-popup--panel-message .gh-popup__body[data-v-d27dde68]{flex:0 0 auto;padding:18px 22px}.gh-popup--panel-message .gh-popup__footer[data-v-d27dde68]{padding:14px 16px 18px}.gh-popup--panel-message .gh-popup__body[data-v-d27dde68] .gh-popup__list-panel{padding:14px 16px}.gh-popup--panel-message .gh-popup__actions[data-v-d27dde68]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px}.gh-popup--panel-message .gh-popup__actions[data-v-d27dde68] .gh-button{flex:0 1 auto;min-width:0;max-width:100%}.gh-popup__text[data-v-d27dde68]{margin:0 0 16px;font-family:var(--font-family-base);font-size:14px;font-weight:600;line-height:1.4;color:var(--gh-popup-text)}.gh-popup__body[data-v-d27dde68] .gh-popup__subtitle{margin:0 0 10px;font-family:var(--font-family-base);font-size:14px;font-weight:600;line-height:1.3;color:var(--gh-popup-text)}.gh-popup__body[data-v-d27dde68] .gh-popup__checks{padding-bottom:8px}.gh-popup__body[data-v-d27dde68] .gh-popup__list-panel{margin:0;padding:6px 10px;border:1px dashed #b8cfe8;border-radius:8px;background-color:#fafcfd;box-sizing:border-box;max-height:min(480px,50vh);overflow-y:auto}.gh-popup__body[data-v-d27dde68] .gh-popup__list{margin:0;padding:0;list-style:none}.gh-popup__body[data-v-d27dde68] .gh-popup__list-item{margin:0;padding:1px 0;font-family:var(--font-family-base);font-size:13px;font-weight:600;line-height:1.3;color:var(--gh-popup-text)}.gh-popup__body[data-v-d27dde68] .gh-delete-confirm__panel-message{margin:0;font-family:var(--font-family-base);font-size:14px;font-weight:600;line-height:1.4;color:var(--gh-popup-text);word-break:break-word}.gh-popup__footer[data-v-d27dde68]{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:14px 16px 18px;border-top:1px solid var(--gh-popup-border)}.gh-popup__footer-text[data-v-d27dde68]{margin:0 0 12px;text-align:center;font-size:13px;color:var(--gh-popup-text)}.gh-popup__actions[data-v-d27dde68]{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.gh-popup__actions[data-v-d27dde68] .gh-button{margin:0!important;min-width:108px}.gh-popup.gh-popup--image-viewer[data-v-d27dde68]{width:min(900px,96vw);min-width:min(320px,100%);max-height:min(85vh,900px)}.gh-popup--image-viewer .gh-popup__body.gh-popup-show-image__body[data-v-d27dde68]{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:0;overflow:hidden;padding:16px}.gh-popup--image-viewer .gh-popup__body[data-v-d27dde68] .gh-popup-show-image__frame{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0}.gh-popup--image-viewer .gh-popup__body[data-v-d27dde68] .gh-popup-show-image__img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;margin:0 auto;border-radius:8px;box-shadow:0 4px 12px #11395a29}.gh-popup.gh-popup--video-player[data-v-d27dde68]{width:min(960px,96vw);min-width:min(320px,100%);max-height:min(85vh,720px)}.gh-popup--video-player .gh-popup__body.gh-popup-video__body[data-v-d27dde68]{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-height:0;overflow:hidden;padding:20px 24px 24px;background:#fff}.gh-popup--video-player .gh-popup__body[data-v-d27dde68] .gh-popup-video__frame{width:100%;max-width:100%;max-height:500px;aspect-ratio:16 / 9;height:auto;overflow:hidden;border-radius:12px;border:1px solid var(--gh-qh-line, #e1e8ec);background:linear-gradient(160deg,#0d1b26,#152a38);box-shadow:0 4px 16px #11395a1f}.gh-popup--video-player .gh-popup__body[data-v-d27dde68] .gh-popup-video__player{display:block;width:100%;height:100%;max-height:500px;object-fit:contain;background:#0d1b26;accent-color:var(--gh-qh-blue-700, #115d96);border-radius:12px}.gh-popup--video-player .gh-popup__body[data-v-d27dde68] .gh-popup-video__player::-webkit-media-controls-enclosure{border-radius:0 0 12px 12px;background:linear-gradient(180deg,transparent 0%,rgba(17,57,90,.78) 100%)}.gh-popup--video-player .gh-popup__body[data-v-d27dde68] .gh-popup-video__player::-webkit-media-controls-panel{background:transparent}.gh-button[data-v-da2b4aad]{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 0 12px;padding:10px 24px;border-radius:8px;font-family:var(--font-family-base);font-size:14px;font-weight:700;line-height:1.3;cursor:pointer;box-shadow:0 2px 4px #0000001f;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;box-sizing:border-box;outline:none;text-decoration:none}.gh-button__text[data-v-da2b4aad]{margin:0;padding:0}.gh-button__icon[data-v-da2b4aad]{width:13px;height:13px;flex-shrink:0}.gh-button__icon-glyph[data-v-da2b4aad]{width:13px;height:13px;min-width:13px;min-height:13px}.gh-button--primary[data-v-da2b4aad]{background-color:var(--pallette-one, var(--_mc-blue-600, #1b7cc2));border:1px solid var(--pallette-one, var(--_mc-blue-600, #1b7cc2));color:#fff}.gh-button--primary[data-v-da2b4aad]:hover{background-color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important;border-color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important;color:#fff!important}.gh-button--primary[data-v-da2b4aad]:active{background-color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important;border-color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important;box-shadow:0 1px 2px #00000026}.gh-button--primary[data-v-da2b4aad]:focus-visible{outline:2px solid var(--pallette-one, var(--_mc-blue-600, #1b7cc2));outline-offset:2px}.gh-button--secondary[data-v-da2b4aad]{background-color:#fff;border:1px solid var(--pallette-four, var(--_mc-line, #e1e8ec));color:var(--pallette-one, var(--_mc-blue-600, #1b7cc2))}.gh-button--secondary[data-v-da2b4aad]:hover{background-color:var(--pallette-three, var(--_mc-blue-50, #eef6fc))!important;border-color:var(--pallette-four, var(--_mc-blue-200, #b6d8f0))!important;color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important}.gh-button--secondary[data-v-da2b4aad]:active{background-color:var(--pallette-four, var(--_mc-blue-200, #b6d8f0))!important;border-color:var(--pallette-four, var(--_mc-blue-200, #b6d8f0))!important;color:var(--pallette-one-dark, var(--pallette-five, var(--_mc-blue-700, #115d96)))!important;box-shadow:0 1px 2px #0000001a}.gh-button--secondary[data-v-da2b4aad]:focus-visible{outline:2px solid var(--pallette-one, var(--_mc-blue-600, #1b7cc2));outline-offset:2px}.gh-button--table[data-v-da2b4aad]{margin:0;padding:5px 10px;border-radius:6px;font-size:13px;font-weight:600;line-height:16px;white-space:nowrap;box-shadow:none;background-color:#fff;border:1px solid #e1e6ea;color:#4d616d}.gh-button--table .gh-button__text[data-v-da2b4aad]{font-size:13px;line-height:16px}.gh-button--table[data-v-da2b4aad]:hover{background-color:var(--pallette-three, #eef6fc)!important;border-color:var(--pallette-four, #b9d6ef)!important;color:var(--pallette-one, #1b6ec2)!important}.gh-button--table[data-v-da2b4aad]:active{background-color:var(--pallette-four, #e1eefb)!important;border-color:var(--pallette-four, #b9d6ef)!important;color:var(--pallette-one-dark, var(--pallette-five, #1b6ec2))!important;box-shadow:none}.gh-button--table.gh-button--table-add[data-v-da2b4aad]{background-color:var(--pallette-three, #f0f7ff);border-color:var(--pallette-four, #b6d8f0);color:var(--pallette-five, #115d96)}.gh-button--table.gh-button--table-add[data-v-da2b4aad]:hover{background-color:var(--pallette-three, #e8f4fc)!important;border-color:var(--pallette-four, #8ec5e8)!important;color:var(--pallette-one-dark, var(--pallette-five, #0d4f7a))!important}.gh-button--table.gh-button--table-add[data-v-da2b4aad]:active{background-color:var(--pallette-four, #dceefb)!important;border-color:var(--pallette-four, #8ec5e8)!important;color:var(--pallette-one-dark, var(--pallette-five, #0d4f7a))!important}.gh-button[data-v-da2b4aad]:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.gh-delete-confirm__item[data-v-60d60e27]{display:flex;align-items:baseline;gap:8px;margin:0;padding:2px 0;font-family:var(--font-family-base);line-height:1.3}.gh-delete-confirm__label[data-v-60d60e27]{flex-shrink:0;font-size:14px;font-weight:600;color:#3d4f63}.gh-delete-confirm__value[data-v-60d60e27]{min-width:0;font-size:14px;font-weight:700;color:#1f2937;word-break:break-word}.gh-delete-confirm__panel-message[data-v-60d60e27]{margin:0;font-family:var(--font-family-base);font-size:14px;font-weight:600;line-height:1.4;color:#1f2937;word-break:break-word}.gh-checks[data-v-2bb3e908]{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;max-width:100%;min-height:18px}.gh-checks--disabled[data-v-2bb3e908]{pointer-events:none;opacity:.5}.gh-checks__control[data-v-2bb3e908]{box-sizing:border-box;width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;flex-shrink:0;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;transition:background-color .15s ease,border-color .15s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.gh-checks__control--checkbox[data-v-2bb3e908]{border-radius:4px}.gh-checks__control--radio[data-v-2bb3e908]{border-radius:50%}.gh-checks__control--checkbox.gh-checks__control--checked[data-v-2bb3e908]{background-color:#1d7dc3;border-color:#1d7dc3}.gh-checks__control--checkbox.gh-checks__control--checked[data-v-2bb3e908]:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-65%) rotate(45deg);box-sizing:border-box;pointer-events:none}.gh-checks__radio-dot[data-v-2bb3e908]{width:10px;height:10px;min-width:10px;min-height:10px;border-radius:50%;background-color:#1d7dc3;opacity:0;transform:scale(0);transition:opacity .15s ease,transform .15s ease;flex-shrink:0}.gh-checks__radio-dot--visible[data-v-2bb3e908]{opacity:1;transform:scale(1)}.gh-checks__input[data-v-2bb3e908]{display:none}.gh-checks__label[data-v-2bb3e908],.gh-checks__slot[data-v-2bb3e908]{display:inline-flex;align-items:center;margin:0!important;font-size:14px;line-height:18px;cursor:pointer;-webkit-user-select:none;user-select:none}.gh-checks__label[data-v-2bb3e908]{color:#3d4f63;white-space:nowrap}.gh-checks__slot[data-v-2bb3e908] a{display:inline-flex;align-items:center;line-height:18px;margin-right:0}.gh-checks__slot[data-v-2bb3e908] .T15_action{line-height:18px}.gh-checks--view[data-v-2bb3e908]{display:flex;align-items:flex-start;gap:8px;width:100%;min-height:0;margin-bottom:12px;padding:0}.gh-checks__label--view[data-v-2bb3e908]{cursor:default;white-space:normal}.evaluators-list-table[data-v-61f9ecfc]{width:100%;table-layout:auto}.evaluators-list-table[data-v-61f9ecfc] td[label-field=actions]{width:1%;white-space:nowrap;vertical-align:middle}.evaluators-list-table[data-v-61f9ecfc] td[label-field=actions]>div{display:inline-flex;flex-wrap:nowrap;gap:6px;align-items:center}.gh-tree-action[data-v-bd987d59]{width:100%;font-family:var(--font-family-base)}.gh-tree-action--root+.gh-tree-action--root[data-v-bd987d59]{margin-top:4px}.gh-tree-action__entry[data-v-bd987d59]{position:relative;display:grid;grid-template-columns:minmax(0,1fr) var(--gh-tree-action-actions-width, 200px);column-gap:8px;align-items:center;box-sizing:border-box}.gh-tree-action__surface[data-v-bd987d59]{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;pointer-events:none;z-index:0;transition:background-color .15s ease}.gh-tree-action--nested .gh-tree-action__surface[data-v-bd987d59]{left:var(--gh-tree-action-surface-inset, 20px)}.gh-tree-action__entry:hover .gh-tree-action__surface[data-v-bd987d59],.gh-tree-action__entry--top-expanded .gh-tree-action__surface[data-v-bd987d59],.gh-tree-action__entry--branch-expanded .gh-tree-action__surface[data-v-bd987d59],.gh-tree-action__entry--top-expanded:hover .gh-tree-action__surface[data-v-bd987d59],.gh-tree-action__entry--branch-expanded:hover .gh-tree-action__surface[data-v-bd987d59]{background-color:var(--palette-toggle-bg, var(--pallette-three))}.gh-tree-action__node[data-v-bd987d59],.gh-tree-action__actions[data-v-bd987d59]{position:relative;z-index:1}.gh-tree-action__entry--top[data-v-bd987d59],.gh-tree-action__entry--branch[data-v-bd987d59]{border-radius:6px}.gh-tree-action__entry--top-expanded[data-v-bd987d59],.gh-tree-action__entry--branch-expanded[data-v-bd987d59]{background-color:transparent}.gh-tree-action__node--top[data-v-bd987d59]{padding:6px 10px}.gh-tree-action__node--branch[data-v-bd987d59]{padding:4px 8px}.gh-tree-action__node--leaf[data-v-bd987d59]{padding:3px 0;min-height:24px}.gh-tree-action__node[data-v-bd987d59]{min-width:0;box-sizing:border-box}.gh-tree-action__inner[data-v-bd987d59]{display:flex;align-items:center;gap:8px;min-height:22px;width:100%}.gh-tree-action__content[data-v-bd987d59]{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.gh-tree-action__label[data-v-bd987d59]{flex:0 1 auto;min-width:0;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-tree-action__label--parent[data-v-bd987d59]{font-size:13px;font-weight:700;color:var(--pallette-two, var(--pallette-one-dark))}.gh-tree-action__label--leaf[data-v-bd987d59]{font-size:13px;font-weight:400;color:#3d4f63}.gh-tree-action__meta[data-v-bd987d59]{flex-shrink:0;font-size:12px;font-weight:400;line-height:16px;color:#6b7c8f;white-space:nowrap}.gh-tree-action__actions[data-v-bd987d59]{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-height:24px;padding-right:10px;box-sizing:border-box}.gh-tree-action__actions--hidden[data-v-bd987d59]{visibility:hidden}.gh-tree-action__children .gh-tree-action__actions[data-v-bd987d59]{padding-top:4px;padding-bottom:4px}.gh-tree-action__children>.gh-tree-action+.gh-tree-action[data-v-bd987d59]{margin-top:4px}.gh-tree-action__children[data-v-bd987d59]{margin:2px 0 4px 12px;padding:2px 0 2px 16px;border-left:2px solid var(--palette-toggle-border, var(--pallette-four))}.gh-tree-action-block[data-v-800a5e73]{width:100%;--gh-tree-action-actions-width: 200px;font-family:var(--font-family-base)}[id^=tree_club_experience-]>div>.table-cell_action{margin-top:-2px}:root{--_mc-blue-50: var(--pallette-three);--_mc-blue-200: var(--pallette-four);--_mc-blue-500: #2e8fd0;--_mc-blue-600: var(--pallette-one);--_mc-blue-700: var(--pallette-five);--_mc-line: #e1e8ec;--_mc-ink: #1f3947;--_mc-ink-2: #445a67;--_mc-muted: #6f8592;--font-family-base: "Source Sans 3", system-ui, sans-serif;--_mc-topbar-height: 56px;--_mc-nav-height: 42px;--_mc-location-height: 66px;--_mc-header-main-height: calc(var(--_mc-topbar-height) + var(--_mc-nav-height))}._mc-header-main{display:flex;align-items:stretch;padding:0 22px;box-sizing:border-box;min-height:var(--_mc-header-main-height)}._mc-brand-col{flex:0 0 auto;display:flex;align-items:center;align-self:stretch;padding-right:12px}._mc-brand-col .logo_cabecera_square{margin-left:0!important;display:flex;align-items:center}._mc-brand-col .logo_cabecera_square img{height:60px;max-height:60px;width:auto;object-fit:contain;object-position:left center;display:block}._mc-header-right{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;min-height:var(--_mc-header-main-height)}._mc-topbar-in{display:flex;align-items:center;justify-content:flex-end;padding:8px 0 0;box-sizing:border-box;flex-shrink:0}._mc-tabs-area{flex:1;min-width:0;min-height:0;display:flex;align-items:flex-end;height:auto}._mc-topbar{position:fixed;top:0;left:0;width:100%;min-width:var(--platform-min-width, 1024px);z-index:100;background:#fff;border-bottom:none;font-family:var(--font-family-base);box-sizing:border-box}._mc-top-right{display:flex;align-items:center;gap:12px}._mc-top-right .class_help_action,._mc-top-right .table-cell_link{margin-right:0!important;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:8px;border:1px solid var(--_mc-line);background:#fff;cursor:pointer;transition:background .2s ease}._mc-top-right .table-cell_link:hover{background:color-mix(in srgb,var(--pallette-three) 65%,#ffffff);text-decoration:none!important}._mc-top-right .table-cell_link:active{background:color-mix(in srgb,var(--pallette-three) 85%,#ffffff)}._mc-top-right .class_help_action img,._mc-top-right .table-cell_link img{margin:0!important;vertical-align:middle}._mc-user-name{font-size:14px;font-weight:700;color:var(--_mc-blue-700);font-family:var(--font-family-base)}._mc-icon-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--_mc-line);background:#fff;color:var(--_mc-blue-600);cursor:pointer;padding:0;transition:background .2s ease}._mc-icon-btn._mc-primary{border:none;background:var(--_mc-blue-600);color:#fff}._mc-icon-btn:hover{background:color-mix(in srgb,var(--pallette-three) 65%,#ffffff)}._mc-icon-btn:active{background:color-mix(in srgb,var(--pallette-three) 85%,#ffffff)}._mc-icon-btn._mc-primary:hover{filter:brightness(1.02)}._mc-user-dropdown{position:relative}._mc-user-trigger{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 4px 0 2px;border:none;background:transparent;cursor:pointer;font-family:var(--font-family-base);border-radius:8px;transition:background .2s ease}._mc-user-trigger:hover{background:color-mix(in srgb,var(--pallette-three) 65%,#ffffff)}._mc-user-trigger--open{background:color-mix(in srgb,var(--pallette-three) 85%,#ffffff)}._mc-user-trigger-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--_mc-blue-600);color:#fff;font-size:13px;font-weight:700;flex-shrink:0;letter-spacing:.02em}._mc-user-trigger-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;color:var(--_mc-blue-700);text-transform:uppercase;letter-spacing:.03em}._mc-user-trigger-chevron{color:var(--_mc-blue-600);flex-shrink:0;transition:transform .2s ease}._mc-user-trigger--open ._mc-user-trigger-chevron{transform:rotate(180deg)}._mc-lang-dropdown{position:relative}._mc-lang-trigger{gap:7px;padding:0 8px}._mc-lang-trigger-ic{display:inline-flex;align-items:center;justify-content:center;color:var(--_mc-blue-600);flex-shrink:0}._mc-lang-trigger-label{font-size:13.5px;font-weight:600;color:var(--_mc-blue-700);white-space:nowrap}._mc-lang-menu{width:200px}._mc-lang-menu ._mc-user-menu-body{display:flex;flex-direction:column;gap:6px}._mc-lang-code{font-size:11px;font-weight:700;letter-spacing:.04em}._mc-lang-check{color:var(--_mc-blue-600);flex-shrink:0}._mc-user-menu-item--active{background:#1b7cc20f;color:var(--_mc-blue-700)}._mc-user-menu-item--active ._mc-user-menu-ic{background:var(--_mc-blue-600);color:#fff}._mc-user-menu{position:absolute;top:calc(100% + 8px);right:0;width:248px;background:#fff;border:1px solid var(--_mc-line);border-radius:10px;box-shadow:0 12px 32px #115d9624,0 2px 8px #115d960f;z-index:200;font-family:var(--font-family-base);overflow:hidden}._mc-user-menu:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--_mc-blue-700),var(--_mc-blue-600))}._mc-user-menu-head{display:flex;align-items:center;gap:12px;padding:16px 14px 12px;background:linear-gradient(180deg,var(--_mc-blue-50) 0%,#fff 100%);border-bottom:1px solid var(--_mc-line)}._mc-user-menu-head-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--_mc-blue-600);color:#fff;font-size:16px;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px #1b7cc240}._mc-user-menu-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}._mc-user-menu-head-name{font-size:14px;font-weight:700;color:var(--_mc-blue-700);text-transform:uppercase;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._mc-user-menu-body{padding:6px}._mc-user-menu-item{display:flex;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:600;color:var(--_mc-ink-2);cursor:pointer;white-space:nowrap;border-radius:8px;transition:background .15s ease,color .15s ease}._mc-user-menu-item--separated{margin-top:4px;padding-top:13px;border-top:1px solid var(--_mc-line)}._mc-user-menu-ic{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:var(--_mc-blue-50);color:var(--_mc-blue-600);flex-shrink:0;transition:background .15s ease,color .15s ease}._mc-user-menu-label{flex:1;line-height:1.2}._mc-user-menu-arrow{color:var(--_mc-muted);opacity:0;transform:translate(-4px);transition:opacity .15s ease,transform .15s ease,color .15s ease;flex-shrink:0}._mc-user-menu-item:hover{background:#1b7cc20a;color:var(--_mc-blue-700)}._mc-user-menu-item:hover ._mc-user-menu-ic{background:var(--_mc-blue-600);color:#fff}._mc-user-menu-item:hover ._mc-user-menu-arrow{opacity:1;transform:translate(0);color:var(--_mc-blue-600)}._mc-user-menu-item--danger{color:#8f4a4a}._mc-user-menu-item--danger ._mc-user-menu-ic{background:#faf3f3;color:#b54a4a}._mc-user-menu-item--danger:hover{background:#b54a4a0f;color:#9a3f3f}._mc-user-menu-item--danger:hover ._mc-user-menu-ic{background:#b54a4a;color:#fff}._mc-user-menu-item--danger:hover ._mc-user-menu-arrow{color:#b54a4a}._mc-menu-fade-enter-active,._mc-menu-fade-leave-active{transition:opacity .18s ease,transform .18s ease}._mc-menu-fade-enter-from,._mc-menu-fade-leave-to{opacity:0;transform:translateY(-8px) scale(.98)}._mc-nav-in{display:flex;align-items:flex-end;gap:4px;padding:0;box-sizing:border-box;flex-shrink:0;width:100%;height:auto;min-height:0}._mc-nav-placeholder{box-sizing:border-box;padding:11px 16px;font-size:13.5px;font-weight:700;line-height:normal;border-bottom:3px solid transparent;visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}._mc-nav-placeholder:before{content:" "}._mc-location-bar{width:100%}._mc-header-spacer{height:calc(var(--_mc-header-main-height) + var(--_mc-location-height))}._mc-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#11395a73;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);font-family:var(--font-family-base)}._mc-popup{width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #11395a4d}._mc-popup-head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(90deg,var(--_mc-blue-700),var(--_mc-blue-600));color:#fff}._mc-popup-head-ic{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:#ffffff2e;color:#fff;flex-shrink:0}._mc-popup-head-title{flex:1;font-size:15px;font-weight:700;letter-spacing:.01em}._mc-popup-head-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0;transition:background .15s ease}._mc-popup-head-close:hover{background:transparent}._mc-popup-body{padding:22px;overflow-y:auto;color:var(--_mc-ink);font-size:14px;line-height:1.5}._mc-popup-foot{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px 18px;border-top:1px solid var(--_mc-line)}._mc-popup-btn{min-width:96px;height:36px;padding:0 18px;border-radius:8px;border:1px solid var(--_mc-line);background:#fff;color:var(--_mc-ink-2);font-size:13.5px;font-weight:700;font-family:var(--font-family-base);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._mc-popup-btn:hover{background:#1b7cc20a}._mc-popup-btn--primary{border-color:transparent;background:var(--_mc-blue-600);color:#fff}._mc-popup-btn--primary:hover{background:var(--_mc-blue-700)}._mc-popup-fade-enter-active,._mc-popup-fade-leave-active{transition:opacity .18s ease}._mc-popup-fade-enter-active ._mc-popup,._mc-popup-fade-leave-active ._mc-popup{transition:transform .18s ease,opacity .18s ease}._mc-popup-fade-enter-from,._mc-popup-fade-leave-to{opacity:0}._mc-popup-fade-enter-from ._mc-popup,._mc-popup-fade-leave-to ._mc-popup{opacity:0;transform:translateY(-12px) scale(.98)}._mc-tabs-wrapper[data-v-ba95c102]{display:flex;align-items:flex-end;width:100%;gap:4px;box-sizing:border-box}._mc-tabs-arrow[data-v-ba95c102]{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;border:1px solid var(--_mc-line, #e1e8ec);background:#fff;color:var(--pallette-one);cursor:pointer;align-self:flex-end;flex-shrink:0;margin-bottom:6px;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease}._mc-tabs-arrow[data-v-ba95c102]:hover{background:color-mix(in srgb,var(--pallette-three) 65%,#ffffff)}._mc-tabs-arrow[data-v-ba95c102]:active{background:color-mix(in srgb,var(--pallette-three) 85%,#ffffff)}._mc-tabs-arrow--hidden[data-v-ba95c102]{visibility:hidden;pointer-events:none}._mc-tabs-arrow--gone[data-v-ba95c102]{display:none}._mc-tabs-scroll[data-v-ba95c102]{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}._mc-tabs-scroll[data-v-ba95c102]::-webkit-scrollbar{display:none}._mc-nav-content[data-v-ba95c102]{display:flex;flex-wrap:nowrap;gap:4px;padding:0}._mc-tab[data-v-ba95c102]{padding:11px 16px;font-size:13.5px;font-weight:700;cursor:pointer;color:var(--pallette-one);background:transparent;border-radius:9px 9px 0 0;white-space:nowrap;border:none;border-bottom:3px solid transparent;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none;font-family:var(--font-family-base);flex-shrink:0;box-sizing:border-box;line-height:normal;margin:0;float:none;position:static;display:block;height:auto}._mc-tab[data-v-ba95c102]:not(._mc-tab--active):hover{background:var(--pallette-three);color:var(--pallette-one-dark);border-bottom-color:var(--pallette-four)}._mc-tab._mc-tab--active[data-v-ba95c102]{color:#fff;background:var(--pallette-one);border-bottom-color:var(--pallette-one-dark)}._mc-tab._mc-tab--active[data-v-ba95c102]:hover{background:var(--pallette-one-dark);border-bottom-color:color-mix(in srgb,var(--pallette-one-dark) 85%,#000000)}.gh-questionnaire-empty-top__brand[data-v-6bb445f1]{display:flex;align-items:center;gap:24px}:root{--blue-600: var(--pallette-one);--blue-700: var(--pallette-five)}.gh-location{background:linear-gradient(180deg,var(--blue-600),var(--blue-700));border-top:2px solid #fff}.gh-location__subtab{flex:0 1 auto;display:flex;justify-content:center;min-width:0;padding:0 12px}.gh-location__inner{position:relative;width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;box-sizing:border-box}.gh-location__left{flex:1 1 0;display:flex;align-items:center;gap:12px;min-width:0}.gh-location__right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;min-width:0}.gh-location__icon{flex-shrink:0;color:#ffffffe6}.gh-location__icon-img,.gh-location__icon-img>img{width:24px;height:24px}.gh-location__icon-img{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.gh-location__title{margin:0;font-size:24px;color:#fff;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-family-base);font-weight:800}.gh-location__support{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 16px;font-size:14px;font-weight:600;font-family:inherit;color:#fff;background:#ffffff24;border:1px solid rgba(255,255,255,.4);border-radius:999px;cursor:pointer;transition:.16s;box-shadow:none;line-height:1.1;white-space:nowrap;flex-shrink:0}.gh-location__support:hover{background:#ffffff38!important;border-color:#fff9}.gh-location__support svg{flex-shrink:0}.subtitulo-icon,.subtitulo-icon>img{width:24px;height:24px}.T8{font-family:var(--font-family-base);font-weight:800;font-size:18px;color:#fff}#content_page:has(.support-incidence-window){padding:0!important;max-width:none!important;width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}.support-incidence-window{margin-top:-3px;width:100%;min-width:0;box-sizing:border-box}.support-incidence-window>.gh-location,.support-incidence-window>#Tab-Location{width:100%;flex-shrink:0}.support-incidence-window>.content_page{padding:22px;box-sizing:border-box}.support-incidence-window .gh-content-global{display:flex;flex-direction:column;gap:10px}.support-incidence-window .support-form-row--grid-4{display:grid;grid-template-columns:150px minmax(0,1fr) 150px minmax(0,1fr);gap:8px 12px;align-items:start;width:100%}.support-incidence-window .support-form-row--grid-2{display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px 12px;align-items:start;width:100%}.support-incidence-window .support-form-field-label{margin:0;padding:0;text-align:right;align-self:start;box-sizing:border-box;line-height:1.4}.support-incidence-window .support-form-row .support-form-field-label,.support-incidence-window .support-form-row .support-form-field-label-block{width:auto;min-width:0;max-width:none;flex:unset;margin:0}.support-incidence-window .support-form-field-value{margin:0;padding:0;text-align:left;align-self:start;display:block;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;box-sizing:border-box}.support-incidence-window .support-form-field-label--empty{visibility:hidden}.support-incidence-window .support-form-field-label-block{margin:0;padding:0;text-align:right;align-self:start;box-sizing:border-box;line-height:1.4}.support-incidence-window .support-form-row--grid-2>#list_multiple_files_support_incidences,.support-incidence-window .support-form-row--grid-2>.gh-multi-upload{grid-column:2;min-width:0}.support-incidence-window #list_multiple_files_support_incidences>div{display:block;width:100%;min-width:0}.support-incidence-window .support-form-screenshot-row{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:12px;padding-bottom:15px}.support-incidence-window .support-form-screenshot-value{flex:1 1 auto;min-width:0}.support-incidence-window #list_files_support_incidences .gh_hidden_list-inline_content-value{padding:4px 6px;box-sizing:border-box}#content_page:has(.exercise-form-window),#content_page:has(.assign-evaluator-window){padding:0!important;max-width:none!important;width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}.exercise-form-window,.assign-evaluator-window{margin-top:-3px;width:100%;min-width:0;box-sizing:border-box}.exercise-form-window>.gh-location,.exercise-form-window>#Tab-Location,.assign-evaluator-window>.gh-location,.assign-evaluator-window>#Tab-Location{width:100%;flex-shrink:0}.exercise-form-window>.content_page,.assign-evaluator-window>.content_page{padding:22px 22px 34px;box-sizing:border-box}#content_page:has(.gh-window-search-page){padding:0!important;max-width:none!important;width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}.gh-window-search-page{width:100%;min-width:0;box-sizing:border-box}.gh-window-search-page .gh-location,.gh-window-search-page #Tab-Location{width:100%;flex-shrink:0}.gh-window-search-page .content_page{padding:22px 22px 34px;box-sizing:border-box}#content_page.content_page--gh-location-shell{padding:0!important;max-width:none!important;width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}section{display:block;unicode-bidi:isolate}.primary-color{color:var(--primary)}.modern-section{background:var(--white);border-radius:var(--radius-2);border:1px solid var(--white);padding:var(--size-3) var(--size-4)}.modern-section-header{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modern-section-header-collapsible{display:flex;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modern-section-header-right{display:flex;align-items:center;gap:var(--size-3)}.modern-section-extra{font-family:var(--font-family-base);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);color:var(--black)}.modern-section-header-buttons{display:flex;align-items:center;gap:.25rem}.collapse-btn{background:transparent;border:none;color:var(--dark-grey);cursor:pointer;display:flex;align-items:start;justify-content:center;transition:color .2s ease}.modern-section-header-collapsible:hover .collapse-btn,.collapse-btn:hover{color:var(--primary)}.modern-section-content{padding-top:var(--size-3)}.collapse-enter-active,.collapse-leave-active{transition:all .3s ease;overflow:hidden}.collapse-enter-from,.collapse-leave-to{opacity:0;max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.collapse-enter-to,.collapse-leave-from{opacity:1}.gh-action-styled{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:#fff;border:1px solid #e1e6ea;border-radius:6px;color:#4d616d;font-family:"Source Sans 3",system-ui,sans-serif;font-size:13px;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.gh-action-styled:hover{background:var(--pallette-three);border-color:var(--pallette-four);color:var(--pallette-one);text-decoration:none}.gh-action-styled:active{background:var(--pallette-four)}.gh-action-styled img{display:inline-block;width:auto;height:13px;max-width:16px;min-width:13px;margin-right:0!important;vertical-align:middle;object-fit:contain;flex-shrink:0;filter:var(--palette-icon-filter, url(#gh-palette-icon-primary));-webkit-filter:var(--palette-icon-filter, url(#gh-palette-icon-primary))}.gh-action-styled:hover img{filter:var(--palette-icon-filter-hover, url(#gh-palette-icon-hover));-webkit-filter:var(--palette-icon-filter-hover, url(#gh-palette-icon-hover))}.gh-action-styled .T15_action{font-size:13px;line-height:16px;vertical-align:middle}.subtitulo-icon,.subtitulo-icon>img{width:24px}.real_content{min-width:1024px}.subtitulo-icon{margin-top:-2px;margin-right:3px}.subtitulo{height:39px;margin-left:-30px;padding-top:6px;padding-left:30px;padding-right:30px;background-color:#0b4683}.T8,.subtitulo{font-family:OpenSans-Bold}.T8{font-size:18px;color:#fff}.grid-container-2{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.grid-container-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.T8{font-family:OpenSans-Bold;font-size:18px;color:#fff}.T21{font-family:IBMPlexSans-SemiBold;font-size:12px;line-height:14px;color:#000}.gh_icon_title,.gh_icon_title>img{width:22px}.gh_icon_title{margin-top:1px}.modal-header{height:33px;padding-top:3px;width:100%;background-color:#0b4683;display:flex}.modal-header{background-color:#0b4683;height:33px;padding-top:4px;padding-left:6px;justify-content:start}.modal-body{position:relative;padding:20px 10px}button{text-decoration:none}.T19{font-family:IBMPlexSans-Bold;font-size:13px;color:#0b4683}.container-md_button_content{text-decoration:none;height:18px;padding:4px 10px 22px;border-radius:2px;box-shadow:0 2px 1px #00000059;outline:none;border:1px solid #0b4683;background-color:#fff;cursor:pointer;margin-right:6px}button:hover{background-color:#cfd6e0!important;text-decoration:none}background-color: #FFFFFF; cursor: pointer; margin-right: 6px; } button:hover{background-color:#cfd6e0!important;text-decoration:none}.table-cell_link{margin-right:20px}.table-cell_link:hover{text-decoration:underline;text-decoration-color:#0b4683}a{text-decoration:blink}.F5{color:#0b4683!important;font-family:IBMPlexSans-SemiBold!important}.C1{color:#0b4683!important}.T15_action{font-size:13px;line-height:16px}.gh_colspan-5{width:calc((100% - 200px) - (((100% - 280px) * 10) / 15))}.gh_colspan-6{width:calc(100% - 180px - ((100% - 280px)*.6))}.gh_colspan-4{width:calc((100% - 220px) - (((100% - 280px) * 11) / 15))}.collapsible_section-extra_label>a{text-decoration:none}.collapsible_section-extra_label{text-decoration:none}.T9{font-family:OpenSans-Bold;font-size:15px;color:#0b4683}.gh_colspan-15{width:100%}.T10,.T10_b{font-family:OpenSans-SemiBold;font-size:12px;color:#0b4683}.collapsible_section-extra_label{width:27.5%;padding-left:20px}.collapsible_section-header .extra_label{background-color:#d9edfc}.collapsible_section-label{width:27.5%;padding-left:20px}.collapsible_section-header .label{background-color:#b3dbff}.collapsible{background-color:#fff;width:100%}.collapsible_expanded{border-top:1px solid #B3DBFF;cursor:default}.collapsible_section-title{width:45%;align-items:center;padding-left:20px}.collapsible_section-header>div{padding-top:2px}.collapsible_section{margin-top:14px;background-color:#fff;border:1px solid #969696}.collapsible_section-header{display:flex;height:24px;overflow:hidden;width:100%}.gh_text_field-input{width:calc(100% - 6px);background-color:#fafafa;padding-left:3px;border:1px solid #c5d1df;border-radius:4px;padding-bottom:2px}.T17{line-height:12px;color:#0b4683}.T15,.T15_b,.T17{font-family:IBMPlexSans-Regular;font-size:13px}.T15,.T15_b{line-height:16px;color:#000}.required{background-color:#fffedc!important}.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1000}.centered{display:flex;align-items:center;justify-content:center}.checkmark-radio{height:13px;width:13px;background-color:#fff;border:1px solid #000;border-radius:100%;margin:3px 0 0}.checkmark{background-color:#fff;border:1px solid #000;border-radius:2px}.checkmark,.checkmark_checked{height:12px;width:12px;margin:3px 0 0}.checkmark_checked{background-color:#0b4683;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 0 2px 2px;border-radius:2px;margin-left:0;border:1px solid #000}.inner-checked{width:7px;height:3px;border:solid #fff;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 0 2px 2px;transform:rotate(-45deg);margin:2px 0 0 2px}.inner_radio-checked{height:9px;width:9px;border-radius:100%;background-color:#0b4683;margin-top:.04cm;margin-left:.04cm}td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border_w{border-right:1px solid #fff}.T14{font-family:IBMPlexSans-Bold!important;font-size:13px!important;color:#0b4683!important}.sorting-asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOJJREFUeNpi/P//PwMlgImAvCcQl+BVAXIBDiwBxNeA+C8Qe+FSh0szFxCv+I8At4BYkRQDSoH4z39UsAGI+YkxwAWIP/7HBCCv1BEyQB6IL/3HDb4BsS8uA0SAeN1/wuAREBvA9LEgRYgDENsA8TtQ5OCJOB4gjgTiCyAOI6UJCdkF/ECsQqS+F0D8FD0lfgTix0Ro/gDEz3El5ddA/BaP5m9A/ASI/+EyABQgz4D4KxbNf6FyPwllpl9QhX/QxF9CvUlUbvyE7E8geA8NOLyxgA5eQeOcC+pvrPFNcToACDAA4NRralo8bQIAAAAASUVORK5CYII=)}.sorting-asc,.sorting-desc{background-repeat:no-repeat;background-position:100%}.sorting-desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANlJREFUeNpi/P//PwMlgImAPD8Qi+NTwIJHjhWIZYCYA4h/APFHUlwAEpeFamaAstlJMUAUiAWQ+OxQ1zATYwAfEEsCMSOaOMhAMUIGsOGyCQokoAGL1QAWqF85CcSaHBBzYYsFXiDmAeI/BKIW5DpBIP4G4jBSMyH5AvF/InEnXBfIBUi44D9hsB6IeWB60A1gAeL5eDSfB2JVZD3oBoCwPBAfx6L5HRD7oqvHZgAIuwDxKzQDqrGpxWUACOcD8T+o5jVAzE6qAUxAvBKI70C9hVUdxekAIMAAoONY4+ufuFgAAAAASUVORK5CYII=)}.list_flex-sorted_column{background-color:#84a0b7!important}.table-header>div,.table-header_multi_lines>div{padding-top:4px}.striped{background-color:#e9f7ff}.table-header{background-color:#c5d1df;padding-right:10px}.table-cell,.table-header{height:18px;padding-top:4px;padding-left:10px;padding-bottom:4px}.table-cell,.table-footer{cursor:default}.table-footer{padding-top:12px;padding-bottom:12px;background-color:#c5d1df;height:46px}.table-cell_link:hover{text-decoration:underline!important;text-decoration-color:#0b4683}.table-cell_link{margin-right:20px;text-decoration:unset}table[id^=list_]{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e3e9ec;border-radius:8px;overflow:hidden;font-family:"Source Sans 3",system-ui,sans-serif}table[id^=list_] td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.T14{font-family:IBMPlexSans-Bold;font-size:13px}.T15,.T15_b{font-family:IBMPlexSans-Regular;font-size:13px;line-height:16px}.link{cursor:pointer}td.table-header{position:relative;height:auto;padding:15px 14px!important;background:var(--palette-table-header-bg)!important;border:none;border-bottom:1px solid #e6ebef;color:#8190a0!important;font-family:"Source Sans 3",system-ui,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.5px;text-transform:uppercase;text-align:left;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none}.table-header>div,.table-header_multi_lines>div{padding-top:0}.table-header.sorting-asc,.table-header.sorting-desc{background-image:none}.table-header.sorting-asc:after,.table-header.sorting-desc:after{content:"";display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;opacity:.6}.table-header.sorting-asc:after{border-bottom:5px solid #8190a0}.table-header.sorting-desc:after{border-top:5px solid #8190a0}.list_flex-sorted_column{background-color:#f7fafd!important}td.table-cell{height:auto;padding:11px 14px;border:none;color:#4a5b6b;font-size:13.5px;vertical-align:middle;cursor:default}table[id^=list_] .table-cell .gh-input-text-field{margin-bottom:0;gap:0;align-items:center}table[id^=list_] .table-cell .gh-input-text-field__input{height:32px;padding:0 10px;font-size:13px}table[id^=list_] td.table-cell:has(.gh-input-text-field){padding-top:6px;padding-bottom:6px}.border_w{border-right:none}.striped_white{background-color:#fff}.striped{background-color:var(--pallette-three)}table[id^=list_] tbody tr:hover{background-color:#f5f9fd}.table-cell[label-field=actions]{text-align:right}.table-cell[label-field=actions]>div{float:none!important;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.table-footer{height:auto;padding:0;background:var(--palette-table-footer-bg)!important;cursor:default}.table-footer td{padding:16px 14px;background:var(--palette-table-footer-bg);border:none}.table-footer td.table-footer--empty{padding:5px 14px}.table-cell_link{margin-right:20px;text-decoration:none;color:var(--pallette-one)}.table-cell_link:hover{text-decoration:underline!important;text-decoration-color:var(--pallette-one)}.gh-subtab{display:flex;justify-content:center;width:100%;min-width:0}.gh-subtab__bar{display:inline-flex;align-items:center;gap:4px;padding:5px;background:#fff;border:1px solid #e1e8ec;border-radius:12px;box-shadow:#1432500f 0 1px 3px;max-width:100%;min-width:0}.gh-subtab__scroll{display:flex;align-items:center;gap:4px;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-behavior:smooth}.gh-subtab__scroll::-webkit-scrollbar{display:none}.gh-subtab__arrow{display:grid;place-items:center;flex-shrink:0;width:26px;height:26px;padding:0;border:1px solid #e1e8ec;border-radius:7px;background:#fff;color:var(--pallette-one);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.gh-subtab__arrow:hover{background:var(--pallette-three);border-color:var(--blue-200);color:var(--pallette-one-dark)}.gh-subtab__arrow--hidden{visibility:hidden;pointer-events:none}.gh-subtab__item{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:8px 20px;border:none;border-radius:8px;background:transparent;color:var(--pallette-two);font-family:var(--font-family-base);font-size:13.5px;font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease;outline:none}.gh-subtab__item:not(.gh-subtab__item--active):hover{background:var(--pallette-three)!important;color:var(--pallette-one-dark)}.gh-subtab__item--active{background:var(--pallette-one);color:#fff}.gh-subtab__item--active:hover{background:var(--pallette-one-dark)!important;color:#fff}.gh-subtab__label{display:inline-block}.gh-subtab__dot{width:8px;height:8px;border-radius:50%;background:#ff5d5d;flex-shrink:0}.gh-drop__toggle{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;margin:0;padding:0;border-radius:7px;border:1.5px solid var(--palette-toggle-border);background:#fff;color:var(--pallette-one);cursor:pointer;box-sizing:border-box;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif);font-size:16px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}button.gh-drop__toggle{-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit}.gh-drop__toggle:hover,.gh-drop__toggle--open,button.gh-drop__toggle:hover:not(:disabled),button.gh-drop__toggle.gh-drop__toggle--open:not(:disabled){background:var(--palette-toggle-bg)!important;border-color:var(--palette-toggle-border)!important;color:var(--pallette-one)!important;text-decoration:none}.gh-drop__toggle:focus-visible,button.gh-drop__toggle:focus-visible{outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--pallette-three) 55%,var(--pallette-one))}.gh-drop__toggle svg{display:block}.gh-drop__toggle:disabled,button.gh-drop__toggle:disabled{opacity:.55;cursor:not-allowed}.gh-drop__toggle:disabled:hover,.gh-drop__toggle:disabled.gh-drop__toggle--open,button.gh-drop__toggle:disabled:hover,button.gh-drop__toggle:disabled.gh-drop__toggle--open{background:#fff!important;border-color:var(--palette-toggle-border)!important;color:var(--pallette-one)!important}.gh-tree-block__tree,.gh-tree-block__tree .gh-tree-selector__label{font-family:var(--font-family-base)}.gh-tree-block__tree .gh-tree-selector__row--top-expanded,.gh-tree-block__tree .gh-tree-selector__row--branch-expanded{background-color:var(--palette-toggle-bg, var(--pallette-three));border:1px solid var(--palette-toggle-border, var(--pallette-four));box-sizing:border-box}.gh-tree-block__tree .gh-tree-selector__label--parent{color:var(--pallette-two, var(--pallette-one-dark));font-weight:700}.gh-tree-block__tree .gh-tree-selector__label--parent-collapsed{color:var(--_mc-ink, #1f3947);font-weight:400}.gh-tree-block__tree .gh-tree-selector__children{border-left-color:var(--palette-toggle-border, var(--pallette-four))}:root{--gh-global-map-z-index: 11000;--gh-modal-z-index: 12000}.gh-global-map-overlay-enter-active,.gh-global-map-overlay-leave-active{z-index:var(--gh-global-map-z-index);transition:opacity .24s ease}.gh-global-map-overlay-enter-active .gh-global-map-drawer,.gh-global-map-overlay-leave-active .gh-global-map-drawer{transition:transform .32s cubic-bezier(.22,1,.36,1)}.gh-global-map-overlay-enter-from,.gh-global-map-overlay-leave-to{opacity:0}.gh-global-map-overlay:not(.gh-global-map-overlay--left).gh-global-map-overlay-enter-from .gh-global-map-drawer{transform:translate3d(100%,0,0)}.gh-global-map-overlay:not(.gh-global-map-overlay--left).gh-global-map-overlay-enter-to .gh-global-map-drawer{transform:translateZ(0)}.gh-global-map-overlay:not(.gh-global-map-overlay--left).gh-global-map-overlay-leave-to .gh-global-map-drawer{transform:translate3d(100%,0,0)}.gh-global-map-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--gh-global-map-z-index);display:flex;justify-content:flex-end;background:color-mix(in srgb,var(--pallette-five) 42%,transparent);isolation:isolate}.gh-global-map-overlay--left{justify-content:flex-start}.gh-global-map-overlay--left.gh-global-map-overlay-enter-from .gh-questionnaire-index-drawer{transform:translate3d(-100%,0,0)}.gh-global-map-overlay--left.gh-global-map-overlay-enter-to .gh-questionnaire-index-drawer{transform:translateZ(0)}.gh-global-map-overlay--left.gh-global-map-overlay-leave-to .gh-questionnaire-index-drawer{transform:translate3d(-100%,0,0)}html:has(.gh-global-map-overlay),body:has(.gh-global-map-overlay){overflow:hidden!important}.gh-global-map-drawer{position:relative;z-index:1;display:flex;flex-direction:column;width:75%;max-width:75vw;min-width:0;height:100%;height:100dvh;max-height:100dvh;overflow:hidden;background:#fff;box-shadow:-10px 0 40px color-mix(in srgb,var(--pallette-five) 18%,transparent);transform:translateZ(0);border-radius:0}.gh-global-map-panel{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;background:#fff}.gh-global-map-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;box-sizing:border-box;min-height:64px;height:64px;padding:0 22px;background:linear-gradient(180deg,var(--blue-600),var(--blue-700));color:#fff}.gh-global-map-panel__header-lead{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.gh-global-map-panel__header-lead--interactive{cursor:pointer;border-radius:8px;transition:background .16s ease}.gh-global-map-panel__header-lead--interactive:hover,.gh-global-map-panel__header-lead--interactive:focus-visible{background:#ffffff1f;outline:none}.gh-global-map-panel__icon{flex-shrink:0;color:#ffffffe6}.gh-global-map-panel__title{flex:1 1 auto;margin:0;min-width:0;font-family:var(--font-family-base);font-size:24px;font-weight:800;line-height:1.2;letter-spacing:-.01em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-global-map-panel__close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:6px;background:#ffffff24;color:#fff;cursor:pointer;flex-shrink:0;box-shadow:none;transition:background .16s ease,border-color .16s ease}.gh-global-map-panel__close:hover,.gh-global-map-panel__close:focus-visible{outline:none;background:#ffffff38!important;border-color:#fff9!important;color:#fff!important}.gh-global-map-panel__body{flex:1 1 auto;width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:#fff}.gh-global-map-panel__body:has(.gh-global-map-chart--split):not(.gh-questionnaire-index-panel__body),.gh-global-map-panel__body--table{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--gm-primary-dark, var(--pallette-two)) 42%,#d8e4ec) transparent}.gh-global-map-panel__body--table::-webkit-scrollbar{width:12px;height:12px}.gh-global-map-panel__body--table::-webkit-scrollbar-track{background:#f3f7fa}.gh-global-map-panel__body--table::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--gm-primary-dark, var(--pallette-two)) 42%,#d8e4ec);border-radius:999px;border:3px solid #f3f7fa;background-clip:padding-box}.gh-global-map-panel__body--table::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--gm-primary-dark, var(--pallette-two)) 62%,#d8e4ec)}.gh-global-map-panel__body--table::-webkit-scrollbar-corner{background:#f3f7fa}.gh-global-map-panel__body--table>.gh-global-map-panel__total{flex-shrink:0}.gh-global-map-panel__loading,.gh-global-map-panel__empty{display:flex;align-items:center;justify-content:center;min-height:180px;color:#6b8494;font-family:var(--font-family-base);font-size:14px}.gh-global-map-panel__total{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px;padding:12px 0 0;border-top:1px solid #e1e8ec}.gh-global-map-panel__total-label{font-family:var(--font-family-base);font-size:14px;font-weight:700;color:#445a67}.gh-global-map-panel__total-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:4px 12px;border-radius:8px;background:linear-gradient(to right,var(--pallette-one),var(--pallette-five));color:#fff;font-family:var(--font-family-base);font-size:14px;font-weight:700}@media(max-width:1024px){.gh-global-map-drawer{width:100%;max-width:100vw;min-width:0}}.gh-global-map-panel--page{position:relative;z-index:0;height:auto;max-height:none}.gh-global-map-panel--page .gh-global-map-panel__body:has(.gh-global-map-chart--split){display:flex;flex-direction:column;overflow:hidden}.gh-questionnaire-index-drawer{display:flex;flex-direction:column;min-height:0;box-shadow:10px 0 40px #11395a2e}.gh-questionnaire-index-drawer .gh-global-map-panel__header{flex-shrink:0}.gh-questionnaire-index-drawer>.gh-global-map-panel__body.gh-questionnaire-index-panel__body{display:block;flex:1 1 0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 24px 24px;box-sizing:border-box}.gh-questionnaire-index-drawer .overflow-index.gh-questionnaire-index-scroll{height:auto!important;max-height:none!important;overflow:visible!important;flex:none!important;min-height:0;padding:0}.gh-questionnaire-index-drawer .margin-index-questionnaire{padding:0;margin:0}.gh-questionnaire-index-tree{width:100%;min-width:0}.gh-questionnaire-index-type-switch.gh-subtab{justify-content:flex-start;margin-bottom:20px}.gh-questionnaire-index-type-switch .gh-subtab__bar{width:auto}.gh-questionnaire-index-drawer .T-subtitle,.gh-questionnaire-index-drawer .T-text,.gh-questionnaire-index-drawer .T-subtitle-second{font-family:var(--font-family-base)}table{border-collapse:collapse;border-spacing:0;width:100%}.T14{font-family:IBMPlexSans-Bold!important;font-size:13px!important;color:var(--pallette-two, var(--pallette-one, #0b4683))!important}.T15,.T15_b{font-family:IBMPlexSans-Regular;font-size:13px;line-height:16px;color:#000}.T15_b{font-family:IBMPlexSans-Bold}.header_char_table{padding:5px 5px 10px;height:40px}.footer_char_table{padding:10px 5px 5px;height:40px}.content_row_table{display:flex;align-items:center;justify-content:center;height:40px}.content-warning:before{content:"📊"!important;font-size:14px!important;padding-left:10px;cursor:pointer}.content-star:before,.content-warning:before{font-size:14px!important;padding-left:10px;cursor:pointer}.content-star:before{content:"⭐"}.content-good:before{content:"👍🏻";font-size:14px!important;padding-left:10px;cursor:pointer}.header_row_ruler{display:flex;width:100%;padding-top:15px;color:#cdcdcd}.first_ruler{width:10.5%}.second_ruler{width:19%;text-align:center}.third_ruler{width:21%;text-align:center}.fourth_ruler{width:19%;text-align:center}.fifth_ruler{width:21%;text-align:center}.sixst_ruler{width:9.5%;text-align:end}.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:0;max-width:100%}.gh-global-map-panel{--gm-primary: var(--pallette-five);--gm-primary-dark: var(--pallette-two);--gm-ink: #404040;--gm-muted: #6b7c8f;--gm-border: var(--pallette-four);--gm-expanded: var(--pallette-three);--gm-child-border: var(--pallette-four);--gm-green: #3da106;--gm-soft-green: #e8f0ea;--gm-bar-h-child: 8px;--gm-bar-h-parent: 16px;--gm-bar-col-width: 100px;--gm-bar-track-bg: #e6eef4;--gm-bar-track-parent-bg: #d5e4ef;--gm-bar-fill-start: #4ed68e;--gm-bar-fill-mid: #36c06c;--gm-bar-fill-end: #249b57;--gm-advice-col-width: 116px;--gm-tree-indent: 12px;--gm-tree-step: 26px;--gm-tree-parent-line-gap: 3px;--gm-tree-line-overlap: 16px;--gm-tree-content-inset: 6px;--gm-expanded-bg-inset-right: 10px;--gm-child-row-pad-y: 0px;--gm-index-item-gap: 2px;--gm-index-hover-bg: color-mix(in srgb, var(--pallette-three) 88%, #ffffff);--gm-panel-body-pad-top: 20px;--gm-panel-body-pad-x: 24px;--gm-content-title-pad-top: 28px}.gh-global-map-panel table[id^=list_],.gh-global-map-panel .gh-global-map-table{border:none!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;border-collapse:collapse!important;border-spacing:0!important;background:transparent!important}.gh-global-map-panel table[id^=list_].gh-global-map-table--body{border-collapse:separate!important}.gh-global-map-panel table[id^=list_] td,.gh-global-map-panel table[id^=list_] th{overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.gh-global-map-panel table[id^=list_].gh-global-map-table--body tbody td{overflow:hidden!important}.gh-global-map-panel__body{padding:var(--gm-panel-body-pad-top) var(--gm-panel-body-pad-x) 24px}.gh-global-map-panel:not(.gh-global-map-panel--page) .gh-global-map-panel__body--table{padding-top:0}.gh-global-map-panel:not(.gh-global-map-panel--page) .gh-global-map-panel__body--table .gh-global-map-chart__head--in-body .gh-global-map-table--header thead .gh-global-map-cell--title{padding-top:var(--gm-content-title-pad-top)}.gh-global-map-panel__body .gh-global-map-chart,.gh-global-map-panel__body .overflow-index{width:100%;max-height:none;overflow:visible;padding:0!important}.gh-global-map-panel__body .gh-global-map-chart--split:not(.gh-global-map-chart--joint-map){display:block;flex:none;width:100%;min-height:0;overflow:visible}.gh-global-map-chart__body--passthrough,.gh-global-map-chart__scroll-content--passthrough{display:contents}.gh-global-map-panel__body--table>.gh-global-map-chart:not(.gh-global-map-chart--joint-map){flex:none;width:100%;padding-top:0;padding-bottom:4px;box-sizing:border-box}.gh-global-map-panel__body--table .gh-global-map-chart__body--passthrough,.gh-global-map-panel__body--table .gh-global-map-chart__scroll-content--passthrough{overflow:visible!important;max-height:none!important}.gh-global-map-panel__body--table .gh-global-map-chart__scroll-content--passthrough{padding-top:0;padding-bottom:4px}.gh-global-map-chart__head{flex-shrink:0;position:relative;z-index:2;background:#fff;box-shadow:0 1px 0 var(--gm-border)}.gh-global-map-chart__head--in-body{position:sticky;top:0;z-index:50;background:#fff;isolation:isolate;box-shadow:0 1px 0 var(--gm-border)}.gh-global-map-chart--joint-map .gh-global-map-chart__scroll-content{width:100%;min-width:0;padding-top:6px;padding-bottom:4px;box-sizing:border-box}.gh-global-map-chart--joint-map .gh-global-map-chart__body{flex:1 1 auto;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--gm-primary-dark) 42%,#d8e4ec) transparent}.gh-global-map-chart--joint-map .gh-global-map-chart__body::-webkit-scrollbar{width:12px;height:12px}.gh-global-map-chart--joint-map .gh-global-map-chart__body::-webkit-scrollbar-track{background:#f3f7fa}.gh-global-map-chart--joint-map .gh-global-map-chart__body::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--gm-primary-dark) 42%,#d8e4ec);border-radius:999px;border:3px solid #f3f7fa;background-clip:padding-box}.gh-global-map-chart--joint-map .gh-global-map-chart__body::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--gm-primary-dark) 62%,#d8e4ec)}.gh-global-map-chart--joint-map .gh-global-map-chart__body::-webkit-scrollbar-corner{background:#f3f7fa}.gh-global-map-panel__total{margin-left:0;margin-right:0;padding-left:0;padding-right:0;flex-shrink:0}.gh-global-map-panel .gh-global-map-table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;background:#fff;overflow:visible}.gh-global-map-panel .gh-global-map-table thead,.gh-global-map-panel .gh-global-map-table tbody,.gh-global-map-panel .gh-global-map-table tfoot{display:table-row-group}.gh-global-map-panel .gh-global-map-table tr{display:table-row}.gh-global-map-panel .gh-global-map-table tr[hidden]{display:none!important}.gh-global-map-panel .gh-global-map-table td,.gh-global-map-panel .gh-global-map-table th{display:table-cell;vertical-align:middle;box-sizing:border-box;border:none;background:#fff}.gh-global-map-panel .gh-global-map-cell{overflow:visible;white-space:normal;text-overflow:clip;max-width:none;min-width:0;padding:8px 0;color:var(--gm-ink);font-family:var(--font-family-base);font-size:14px}.gh-global-map-panel .gh-global-map-table--header{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;background:#fff}.gh-global-map-panel .gh-global-map-table--header thead tr.header_char_table>td{background:#fff!important;box-shadow:0 1px 0 var(--gm-border)}.gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell{padding-bottom:14px;vertical-align:bottom;background:#fff}.gh-global-map-panel .gh-global-map-table--body{border-collapse:separate;border-spacing:0;position:relative;z-index:0}.gh-global-map-panel .gh-global-map-table--unified{width:100%;table-layout:auto;border-collapse:separate;border-spacing:0;position:relative;z-index:0;background:#fff}.gh-global-map-panel .gh-global-map-table--unified thead.gh-global-map-chart__head--in-body{position:sticky;top:0;z-index:4;background:#fff}.gh-global-map-panel .gh-global-map-table--unified thead tr.header_char_table>th{background:#fff!important;box-shadow:0 1px 0 var(--gm-border)}.gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell{padding-bottom:14px;vertical-align:bottom;background:#fff}.gh-global-map-panel .gh-global-map-table--unified tbody td{overflow:hidden!important}.gh-global-map-panel .gh-global-map-table--unified tbody tr{overflow:hidden}.gh-global-map-panel .gh-global-map-table--unified tbody tr .gh-global-map-cell--title{overflow:hidden!important}.gh-global-map-panel .gh-global-map-table--unified .gh-tree-title-cell{overflow:hidden}.gh-global-map-panel .gh-global-map-table--unified tbody td.gh-global-map-cell--actions{overflow:visible!important}.gh-global-map-panel .gh-global-map-table--body tbody td{overflow:hidden!important}.gh-global-map-panel .gh-global-map-table:not(.gh-global-map-table--body):not(.gh-global-map-table--header) thead,.gh-global-map-panel .gh-global-map-table:not(.gh-global-map-table--header) thead{position:sticky;top:0;z-index:30;background:#fff;isolation:isolate}.gh-global-map-panel .gh-global-map-table:not(.gh-global-map-table--header) thead tr.header_char_table{border-bottom:none;height:auto!important;min-height:0;padding:0!important}.gh-global-map-panel .gh-global-map-table:not(.gh-global-map-table--header) thead tr.header_char_table>td{position:sticky;top:0;z-index:30;height:auto!important;padding-top:0!important;background:#fff!important;box-shadow:0 1px 0 var(--gm-border)}.gh-global-map-panel .gh-global-map-table:not(.gh-global-map-table--header) thead .gh-global-map-cell{padding-bottom:14px;vertical-align:bottom;background:#fff}.gh-global-map-panel .gh-global-map-table tbody{position:relative;z-index:0}.gh-global-map-panel .gh-global-map-cell--title{padding-right:16px;color:var(--gm-primary-dark)}.gh-global-map-panel .gh-global-map-table thead .gh-global-map-cell--title{font-size:16px;font-weight:700;line-height:1.2;text-align:left}.gh-global-map-panel .gh-global-map-cell--chart{padding-left:0;padding-right:0}.gh-global-map-panel .gh-global-map-cell--chart .header_row_ruler{display:flex;width:100%;padding-top:0;margin:0;color:#cdcdcd;font-size:12px}.gh-global-map-panel .gh-global-map-cell--punctuation_final,.gh-global-map-panel .gh-global-map-cell--punctuation_max,.gh-global-map-panel .gh-global-map-cell--punctuation_granted{text-align:center;font-size:14px;font-weight:700;color:var(--gm-ink)}.gh-global-map-panel .gh-global-map-cell--advice{text-align:right;padding-left:8px;padding-right:8px;vertical-align:middle;overflow-wrap:break-word;word-wrap:break-word}.gh-global-map-panel--type-1 .gh-global-map-col--title,.gh-global-map-panel--type-1 .gh-global-map-cell--title{width:38%}.gh-global-map-panel--type-1 .gh-global-map-col--chart,.gh-global-map-panel--type-1 .gh-global-map-cell--chart{width:var(--gm-bar-col-width);min-width:var(--gm-bar-col-width);max-width:var(--gm-bar-col-width)}.gh-global-map-panel--type-1 .gh-global-map-col--advice,.gh-global-map-panel--type-1 .gh-global-map-cell--advice{width:var(--gm-advice-col-width);min-width:80px;max-width:132px}.gh-global-map-panel--type-3 .gh-global-map-col--title,.gh-global-map-panel--type-3 .gh-global-map-cell--title{width:38%;padding-right:24px}.gh-global-map-panel--type-3 .gh-global-map-col--chart,.gh-global-map-panel--type-3 .gh-global-map-cell--chart{width:var(--gm-bar-col-width);min-width:var(--gm-bar-col-width);max-width:var(--gm-bar-col-width)}.gh-global-map-panel--type-3 .gh-global-map-col--punctuation_final,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_final{width:8%}.gh-global-map-panel--type-3 .gh-global-map-col--punctuation_max,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_max{width:9%}.gh-global-map-panel--type-3 .gh-global-map-col--punctuation_granted,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_granted{width:11%}.gh-global-map-panel--type-3 .gh-global-map-col--advice,.gh-global-map-panel--type-3 .gh-global-map-cell--advice{width:var(--gm-advice-col-width);min-width:80px;max-width:132px}.gh-global-map-panel .gh-global-map-table thead .gh-global-map-cell--advice{padding-right:52px}.gh-global-map-panel table[id^=list_] tbody tr:hover,.gh-global-map-panel table[id^=list_] tbody tr:hover>td{background-color:transparent!important}.gh-global-map-panel table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>td,.gh-global-map-panel table[id^=list_] tbody tr.gh-chart-table__row--branch-expanded:hover>td{background-color:var(--gm-expanded)!important}.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>td:not(.gh-global-map-cell--title),.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--branch-expanded:hover>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>.gh-global-map-cell--title,.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--branch-expanded:hover>.gh-global-map-cell--title{background-color:transparent!important}.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded:hover>.gh-global-map-cell--title,.gh-global-map-panel--type-3 table[id^=list_] tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded:hover>.gh-global-map-cell--title{background-color:transparent!important}.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell{padding-top:0;padding-bottom:0;vertical-align:middle}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--child .gh-global-map-cell,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch .gh-global-map-cell{padding-top:var(--gm-child-row-pad-y);padding-bottom:var(--gm-child-row-pad-y)}.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--chart,.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--advice,.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--punctuation_final,.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--punctuation_max,.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--punctuation_granted{padding-left:0;padding-right:0}.gh-global-map-panel .gh-global-map-table tbody tr .gh-global-map-cell--title{padding-left:0;padding-right:unset;overflow:visible;position:relative;vertical-align:middle;background:transparent}.gh-global-map-panel .gh-global-map-table--body tbody tr .gh-global-map-cell--title{overflow:hidden!important}.gh-global-map-panel .gh-global-map-table tbody tr{overflow:visible}.gh-global-map-panel .gh-global-map-table--body tbody tr{overflow:hidden}.gh-global-map-panel .gh-tree-title-cell{position:relative;display:block;width:100%;min-width:0;min-height:26px;box-sizing:border-box;overflow:visible}.gh-global-map-panel .gh-global-map-table--body .gh-tree-title-cell{overflow:hidden}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--child .gh-global-map-cell--title,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch .gh-global-map-cell--title,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--child .gh-global-map-cell,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch .gh-global-map-cell{padding-top:0;padding-bottom:0}.gh-global-map-panel .gh-global-map-chart:not(.gh-questionnaire-index-tree) .gh-tree-title-cell .gh-tree-table-children{position:relative;margin:-1px 0 -2px var(--gm-tree-indent);padding:2px 0 0 var(--gm-tree-indent);border-left:2px solid var(--gm-child-border);box-sizing:border-box;min-width:0;pointer-events:none}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded+tr .gh-tree-title-cell>.gh-tree-table-children,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded+tr .gh-tree-title-cell>.gh-tree-table-children{padding-top:0}.gh-global-map-panel .gh-tree-title-cell .gh-tree-table-children>.gh-tree-selector__row--branch,.gh-global-map-panel .gh-tree-title-cell .gh-tree-table-children .gh-tree-table-children>.gh-tree-selector__row--branch,.gh-global-map-panel .gh-tree-title-cell .gh-tree-table-children .gh-tree-table-children>.gh-tree-selector__row--leaf{margin-left:var(--gm-tree-content-inset);width:calc(100% - var(--gm-tree-content-inset));box-sizing:border-box}.gh-global-map-panel .gh-tree-title-cell .gh-tree-table-children .gh-tree-table-children>.gh-tree-selector__row--leaf{margin-top:2px;margin-bottom:2px}.gh-global-map-panel .gh-tree-table-children .gh-tree-selector__row--leaf{padding-left:10px}.gh-global-map-panel .gh-tree-lines{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none;z-index:0;overflow:visible}.gh-global-map-panel .gh-tree-lines__bar{position:absolute;width:2px;background:var(--gm-child-border);border-radius:1px;pointer-events:none}.gh-global-map-panel .gh-tree-lines__bar--parent-out{top:calc(100% + var(--gm-tree-parent-line-gap));height:var(--gm-tree-line-overlap);bottom:auto}.gh-global-map-panel .gh-tree-title-cell .gh-tree-selector__row,.gh-global-map-panel .gh-tree-title-cell .gh-tree-selector__leaf{position:relative;z-index:1;pointer-events:auto}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td{background-color:var(--gm-expanded)!important}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td{background-color:var(--gm-expanded)!important}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title{background-color:#fff!important}.gh-global-map-panel .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded);border-radius:6px}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:last-child,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:not(.gh-global-map-cell--title),.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title{background:transparent!important;background-color:transparent!important;border:none!important}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title:before{content:none}.gh-global-map-panel--type-3 .gh-tree-title-cell:has(>.gh-tree-selector__row--top-expanded){position:relative;z-index:0;overflow:visible}.gh-global-map-panel--type-3 .gh-global-map-table--body tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title{overflow:visible!important}.gh-global-map-panel--type-3 .gh-tree-title-cell:has(>.gh-tree-selector__row--top-expanded):before{content:none}.gh-global-map-panel--type-3 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded{position:relative;z-index:1;background-color:var(--gm-expanded)!important;border:1px solid var(--gm-border)!important;border-radius:6px!important;width:calc(100% - var(--gm-expanded-bg-inset-right));max-width:calc(100% - var(--gm-expanded-bg-inset-right));margin-right:var(--gm-expanded-bg-inset-right);box-sizing:border-box}.gh-global-map-panel--type-3 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded:hover{background-color:var(--gm-expanded)!important}.gh-global-map-panel--type-3 .gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell>.gh-tree-selector__row--top-expanded{position:relative;z-index:1;background-color:var(--gm-expanded)!important;border:1px solid var(--gm-border)!important;border-radius:6px!important;width:calc(100% - var(--gm-expanded-bg-inset-right));max-width:calc(100% - var(--gm-expanded-bg-inset-right));margin-right:var(--gm-expanded-bg-inset-right);box-sizing:border-box}.gh-global-map-panel--type-3 .gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell>.gh-tree-selector__row--top-expanded:hover{background-color:var(--gm-expanded)!important}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded .gh-questionnaire-index-tree__item,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded .gh-tree-title-cell{width:100%;max-width:100%;box-sizing:border-box}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title>.gh-tree-title-cell,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title>.gh-tree-title-cell{position:relative;z-index:1}.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:first-child,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td:first-child,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:last-child,.gh-global-map-panel--type-3 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>td:last-child{border-radius:0}.gh-global-map-panel--type-3 .gh-tree-title-cell .gh-tree-table-children>.gh-tree-selector__row--branch.gh-tree-selector__row--branch-expanded,.gh-global-map-panel--type-3 .gh-tree-title-cell .gh-tree-table-children .gh-tree-table-children>.gh-tree-selector__row--branch.gh-tree-selector__row--branch-expanded{margin-right:var(--gm-expanded-bg-inset-right);width:calc(100% - var(--gm-tree-content-inset) - var(--gm-expanded-bg-inset-right));background-color:var(--gm-expanded)!important;border-radius:6px;box-sizing:border-box}.gh-global-map-panel .gh-tree-selector__row{width:100%;box-sizing:border-box}.gh-global-map-panel .gh-tree-selector__row--top,.gh-global-map-panel .gh-tree-selector__row--branch{border-radius:6px;box-sizing:border-box;transition:background-color .15s ease;background-color:transparent;border:none}.gh-global-map-panel .gh-tree-selector__row--top-expanded,.gh-global-map-panel .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded);border-radius:6px}.gh-global-map-panel--type-1 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-global-map-panel--type-1 table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-global-map-panel--type-1 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title{background-color:transparent!important;border:none!important}.gh-global-map-panel--type-1 table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>.gh-global-map-cell--title{background-color:transparent!important}.gh-global-map-panel--type-1 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded{background-color:var(--gm-expanded)!important;border:1px solid var(--gm-border)!important;border-radius:6px!important;box-sizing:border-box}.gh-global-map-panel--type-1 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded:hover{background-color:var(--gm-expanded)!important}.gh-global-map-panel .gh-tree-selector__row--top{padding:6px 10px;min-height:36px}.gh-global-map-panel .gh-tree-selector__row--branch{padding:4px 8px;min-height:32px}.gh-global-map-panel .gh-chart-table__row--top-expanded{background-color:transparent}.gh-global-map-panel .gh-tree-selector__row--leaf{padding:4px 8px;min-height:32px;border-radius:6px;box-sizing:border-box;transition:background-color .15s ease}.gh-global-map-panel .gh-tree-selector__row--leaf:hover{background-color:var(--gm-index-hover-bg)}.gh-global-map-panel .gh-tree-selector__row--leaf>.gh-tree-selector__inner{padding-left:0}.gh-global-map-panel .gh-tree-selector__row--top>.gh-tree-selector__inner,.gh-global-map-panel .gh-tree-selector__row--branch>.gh-tree-selector__inner{padding:0;background-color:transparent}.gh-global-map-panel .gh-tree-selector__inner{display:flex;align-items:center;gap:8px;min-height:24px;width:100%;box-sizing:border-box}.gh-global-map-panel .gh-tree-selector__check-spacer{width:10px;min-width:10px;flex-shrink:0}.gh-global-map-panel .gh-tree-selector__content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.gh-global-map-panel .gh-tree-selector__label{flex:0 1 auto;min-width:0;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-global-map-panel .gh-tree-selector__label--parent{font-size:13px;font-weight:700;color:var(--gm-primary-dark)}.gh-global-map-panel .gh-tree-selector__label--leaf{font-size:13px;font-weight:400;color:#3d4f63}.gh-global-map-panel .gh-tree-selector__label--disabled{color:#ccc}.gh-global-map-panel .gh-tree-selector__meta{flex-shrink:0;font-size:12px;font-weight:400;line-height:16px;color:#6b7c8f;white-space:nowrap}.gh-global-map-panel .gh-tree-selector__leaf{display:flex;align-items:center;gap:8px;margin:0;min-width:0;flex:1;cursor:default}.gh-global-map-panel .gh-tree-state-badge{display:inline-flex;align-items:center;flex-shrink:0;margin:0;padding:2px 8px;border-radius:999px;background:var(--pallette-three);color:var(--gm-primary);border:1px solid var(--pallette-four);font-family:var(--font-family-base);font-size:11px;font-weight:600;line-height:14px;letter-spacing:.01em;white-space:nowrap;cursor:default}.gh-global-map-panel .gh-global-map-table .gh-state-dot{display:block;width:10px;height:10px;flex:0 0 10px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 0 0 1px #0b46831f}.gh-global-map-panel .gh-global-map-table .gh-drop__toggle{flex-shrink:0;position:relative!important;right:auto!important;top:auto!important;transform:none!important;margin:0;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;z-index:1;pointer-events:auto}.gh-global-map-panel .gh-global-map-cell--chart>div{display:flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;margin:0;padding:0 0 0 6px;min-height:0;box-sizing:border-box}.gh-global-map-panel .gm-progress-track{position:relative;z-index:0;display:block;width:100%!important;min-width:0!important;max-width:100%!important;height:var(--gm-bar-h-child)!important;min-height:var(--gm-bar-h-child)!important;max-height:var(--gm-bar-h-child)!important;border-radius:999px!important;background:var(--gm-bar-track-bg)!important;background-color:var(--gm-bar-track-bg)!important;background-image:none!important;box-sizing:border-box;flex:1 1 auto;overflow:hidden;margin:0;align-self:stretch}.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--top .gm-progress-track,.gh-global-map-panel .gh-global-map-table tbody tr.gh-chart-table__row--branch .gm-progress-track,.gh-global-map-panel .gm-progress-track--parent{height:var(--gm-bar-h-parent)!important;min-height:var(--gm-bar-h-parent)!important;max-height:var(--gm-bar-h-parent)!important;background:linear-gradient(180deg,#c9dce9 0%,var(--gm-bar-track-parent-bg) 100%)!important;border:1px solid rgba(17,93,150,.12);box-shadow:inset 0 1px 2px #11395a24,0 1px #ffffffa6}.gh-global-map-panel .gm-progress-fill{display:block;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;border-radius:999px!important;border:0!important;background:linear-gradient(90deg,#44c178,#2fae66)!important;background-image:linear-gradient(90deg,#44c178,#2fae66)!important;transition:width .25s ease;margin:0;flex:none}.gh-global-map-panel .gm-progress-fill--parent{background:linear-gradient(180deg,#ffffff57,#ffffff14 38%,#fff0 68%),linear-gradient(90deg,var(--gm-bar-fill-start) 0%,var(--gm-bar-fill-mid) 54%,var(--gm-bar-fill-end) 100%)!important;background-image:linear-gradient(180deg,#ffffff57,#ffffff14 38%,#fff0 68%),linear-gradient(90deg,var(--gm-bar-fill-start) 0%,var(--gm-bar-fill-mid) 54%,var(--gm-bar-fill-end) 100%)!important;box-shadow:inset 0 -1px #146e3a38,0 1px 3px #249b5747}.gh-global-map-panel .gm-progress-fill--complete,.gh-global-map-panel .gm-progress-fill--parent.gm-progress-fill--complete{background:linear-gradient(180deg,#ffffff57,#ffffff14 38%,#fff0 68%),linear-gradient(90deg,var(--gm-bar-fill-start) 0%,var(--gm-bar-fill-mid) 54%,var(--gm-bar-fill-end) 100%)!important;background-image:linear-gradient(180deg,#ffffff57,#ffffff14 38%,#fff0 68%),linear-gradient(90deg,var(--gm-bar-fill-start) 0%,var(--gm-bar-fill-mid) 54%,var(--gm-bar-fill-end) 100%)!important}.gh-global-map-panel .gh-global-map-cell--punctuation_final>div,.gh-global-map-panel .gh-global-map-cell--punctuation_max>div,.gh-global-map-panel .gh-global-map-cell--punctuation_granted>div{display:flex;align-items:center;justify-content:flex-end;gap:4px;width:100%;padding:0;margin:0}.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_final>div,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_max>div,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_granted>div{justify-content:center}.gh-global-map-panel .gh-global-map-table .T-subtitle-second{margin-left:0;font-size:14px}.gh-global-map-panel .gh-global-map-table .middle-style{text-align:center}.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_granted,.gh-global-map-panel--type-3 .gh-global-map-cell--punctuation_granted *{font-weight:700}.gh-global-map-panel .gm-advice-cell{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:2px 6px;width:100%;min-width:0;padding:0;margin:0}.gh-global-map-panel .gm-advice-cell__punctuation{display:inline-flex;align-items:center;flex-shrink:0}.gh-global-map-panel .gm-advice-cell__punctuation--clickable,.gh-global-map-panel .gm-advice-cell__metrics--clickable{cursor:pointer}.gh-global-map-panel .gm-advice-cell__metrics{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:2px 6px;min-width:0}.gh-global-map-panel .gm-advice-cell__metric{display:inline-flex;align-items:center;gap:0;flex-shrink:0;line-height:1}.gh-global-map-panel .gm-advice-cell__value{min-width:16px;margin:0;line-height:1.2;text-align:left}.gh-global-map-panel .gm-advice-icon{display:block;width:14px;height:14px;flex-shrink:0}.gh-global-map-panel .gm-advice-cell__metric:not(:first-of-type) .gm-advice-icon{margin-left:4px}.gh-global-map-panel .gh-global-map-cell--advice [id^=see_advice_]{display:inline-flex!important;align-items:center;margin-left:6px!important;flex-shrink:0;line-height:1;white-space:nowrap}.gh-global-map-panel .gh-global-map-cell--advice [id^=see_advice_]>img{width:14px!important;height:14px!important;margin-top:0!important;vertical-align:middle}.gh-global-map-panel .gh-global-map-cell--advice [id^=see_advice_] .T15_action,.gh-global-map-panel .gh-global-map-cell--advice [id^=see_advice_] p{margin:0!important;line-height:1.2!important;font-size:14px!important}.gh-global-map-panel .gh-global-map-cell--advice .gm-advice-cell__punctuation:empty{display:none}@media(max-width:1024px){.gh-global-map-panel__body{padding:16px}.gh-global-map-panel:not(.gh-global-map-panel--page) .gh-global-map-panel__body--table{padding:0 16px 16px}.gh-global-map-panel:not(.gh-global-map-panel--page) .gh-global-map-panel__body--table .gh-global-map-chart__head--in-body .gh-global-map-table--header thead .gh-global-map-cell--title{padding-top:var(--gm-content-title-pad-top)}.gh-global-map-panel--type-1 .gh-global-map-col--title,.gh-global-map-panel--type-1 .gh-global-map-cell--title,.gh-global-map-panel--type-3 .gh-global-map-col--title,.gh-global-map-panel--type-3 .gh-global-map-cell--title{width:38%}}.gh-questionnaire-index-tree.gh-global-map-panel{--gm-expanded: var(--pallette-three);--gm-child-border: var(--pallette-four);--gm-tree-indent: 12px}.gh-questionnaire-index-tree .gh-tree-title-cell{position:relative;min-width:0}.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-table-children{pointer-events:none;border-left:none!important;margin:0!important;padding:0!important}.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row,.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__leaf,.gh-questionnaire-index-tree .gh-tree-title-cell .gh-drop__toggle{position:relative;z-index:1;pointer-events:auto}.gh-global-map-panel.gh-questionnaire-index-tree .gh-tree-title-cell>.gh-tree-selector__row--top-expanded,.gh-global-map-panel.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded)!important;border-radius:6px;box-sizing:border-box}.gh-global-map-panel.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{width:100%;margin-right:0}.gh-global-map-panel .gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-selector__row--top-expanded{background-color:var(--gm-expanded)!important;border:1px solid var(--gm-border)!important;border-radius:6px}.gh-global-map-panel .gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded)!important;border-radius:6px;width:100%;margin-right:0;box-sizing:border-box}.gh-global-map-panel--type-3 .gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{margin-right:var(--gm-expanded-bg-inset-right);width:calc(100% - var(--gm-expanded-bg-inset-right));background-color:var(--gm-expanded)!important;border-radius:6px}.gh-global-map-chart.gh-questionnaire-index-tree tr.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title{overflow:visible!important}.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item+.gh-questionnaire-index-tree__item{margin-top:var(--gm-index-item-gap, 2px)}.gh-global-map-panel .gh-questionnaire-index-tree table.gh-global-map-table--body{border-collapse:collapse!important}.gh-global-map-panel .gh-questionnaire-index-tree .gh-global-map-table--body tbody tr{overflow:visible!important}.gh-global-map-panel .gh-questionnaire-index-tree .gh-global-map-table--body tbody td.gh-global-map-cell--title{overflow:visible!important;vertical-align:top}.gh-global-map-panel .gh-questionnaire-index-tree .gh-global-map-table--body .gh-tree-title-cell{overflow:visible!important}.gh-global-map-chart.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item--spaced:not(.gh-questionnaire-index-tree__item--in-branch){margin-top:var(--gm-index-item-gap, 2px)}.gh-global-map-chart.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item{position:relative;min-width:0}.gh-global-map-chart.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item--in-branch{position:relative;margin-top:0;padding:3px 0 3px var(--gm-tree-indent, 12px);border-left:none;box-sizing:border-box;min-width:0}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-branch-line{position:absolute;top:0;bottom:0;width:2px;background:var(--gm-child-border);pointer-events:none;z-index:0}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-lines__bar--parent-branch{top:calc(100% + var(--gm-tree-parent-line-gap, 3px));height:var(--gm-tree-line-overlap, 16px)}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__row,.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell .gh-tree-selector__leaf,.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-title-cell .gh-drop__toggle{position:relative;z-index:1}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-selector__row--leaf{width:100%}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-selector__row--leaf .gh-tree-selector__leaf{width:100%;max-width:100%;flex:1 1 auto;padding:0;border-radius:0;background-color:transparent}.gh-global-map-chart.gh-questionnaire-index-tree .gh-tree-selector__row--leaf .gh-tree-selector__leaf:hover{background-color:transparent}.gh-global-map-chart.gh-questionnaire-index-tree tr.gh-chart-table__row--top-expanded+tr .gh-questionnaire-index-tree__item--in-branch,.gh-global-map-chart.gh-questionnaire-index-tree tr.gh-chart-table__row--branch-expanded+tr .gh-questionnaire-index-tree__item--in-branch{padding-top:calc(3px + var(--gm-tree-parent-line-gap, 3px))}.gh-global-map-chart.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item--in-branch.gh-questionnaire-index-tree__item--spaced{margin-top:0;padding-top:calc(3px + var(--gm-index-item-gap, 2px))}.gh-questionnaire-index-tree .gh-questionnaire-index-tree__branch{position:relative;margin:var(--gm-tree-parent-line-gap, 3px) 0 0 var(--gm-tree-indent, 12px);padding:3px 0 3px var(--gm-tree-indent, 12px);border-left:2px solid var(--gm-child-border);box-sizing:border-box;min-width:0}.gh-questionnaire-index-tree .gh-questionnaire-index-tree__item:has(.gh-tree-selector__row--top-expanded)+.gh-questionnaire-index-tree__item{margin-top:var(--gm-tree-parent-line-gap, 3px)}.gh-questionnaire-index-tree .gh-global-map-table .gh-state-dot,.gh-questionnaire-index-tree .gh-state-dot{display:block;width:10px;height:10px;flex:0 0 10px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 0 0 1px #0b46831f}.gh-questionnaire-index-tree .gh-drop__toggle{flex-shrink:0;position:relative!important;right:auto!important;top:auto!important;transform:none!important;margin:0;width:24px;height:24px;min-width:24px;min-height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center}.gh-questionnaire-index-tree .gh-tree-selector__label--parent,.gh-questionnaire-index-tree .gh-tree-selector__leaf{cursor:pointer}.gh-questionnaire-index-tree .gh-tree-selector__label-group,.gh-questionnaire-index-tree .gh-tree-selector__leaf{display:inline-flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0;max-width:100%}.gh-questionnaire-index-tree .gh-tree-selector__leaf{flex:0 1 auto;width:auto;margin:0}.gh-questionnaire-index-tree .gh-tree-selector__content{justify-content:flex-start}.gh-questionnaire-index-tree .gh-tree-selector__label--current{color:var(--gm-primary)!important;font-weight:700}.gh-questionnaire-index-resumed.gh-global-map-panel{width:100%;min-width:0}.gh-questionnaire-index-resumed__list{display:flex;flex-direction:column;gap:2px}.gh-questionnaire-index-resumed__group+.gh-questionnaire-index-resumed__group{margin-top:6px}.gh-questionnaire-index-resumed__group--nested{margin-top:4px}.gh-questionnaire-index-resumed__group--nested:first-child{margin-top:0}.gh-questionnaire-index-resumed__section .gh-tree-selector__row--top,.gh-questionnaire-index-resumed__section .gh-tree-selector__row--branch{padding:6px 10px;min-height:36px;border-radius:6px;width:100%;box-sizing:border-box}.gh-questionnaire-index-resumed__section .gh-tree-selector__row--branch{min-height:32px;padding:4px 8px}.gh-questionnaire-index-resumed .gh-tree-selector__row--top-expanded,.gh-questionnaire-index-resumed .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded)!important;border-radius:6px}.gh-questionnaire-index-resumed__section .gh-tree-selector__label--parent{cursor:pointer}.gh-questionnaire-index-resumed__chips{display:flex;flex-wrap:wrap;align-items:flex-start;gap:4px 14px}.gh-questionnaire-index-resumed .gh-questionnaire-index-tree__branch{margin-top:var(--gm-tree-parent-line-gap, 3px)}.gh-questionnaire-index-resumed .gh-questionnaire-index-tree__branch .gh-questionnaire-index-tree__branch{margin-top:0}.gh-questionnaire-index-resumed__chip .gh-tree-selector__row--leaf{padding:4px 0;min-height:26px}.gh-questionnaire-index-resumed__chip .gh-tree-selector__leaf{cursor:pointer}.gh-questionnaire-index-resumed__chip .gh-tree-selector__label--leaf{white-space:nowrap}.gh-questionnaire-index-resumed .gh-tree-selector__label--current{color:var(--gm-primary)!important;font-weight:700}html:has(.gh-joint-map-page),body:has(.gh-joint-map-page){height:100%;height:100dvh;max-height:100dvh;overflow:hidden}#app:has(.gh-joint-map-page){height:100%;height:100dvh;max-height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}#app:has(.gh-joint-map-page)>div{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;max-height:100%;width:100%;overflow:hidden}#content_page:has(.gh-joint-map-page),.content_page:has(.gh-joint-map-page){box-sizing:border-box;display:flex!important;flex-direction:column!important;flex:1 1 auto;min-height:0!important;max-height:100%!important;height:auto!important;padding:0!important;overflow:hidden!important}.gh-joint-map-page{box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto;height:100%;max-height:100%;min-height:0;padding:24px;overflow:hidden;background-color:var(--body_color, #f5f5f5)}.gh-joint-map-page>div{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;max-height:100%;height:100%;overflow:hidden}.gh-joint-map-page .gh-global-map-panel--page,.gh-joint-map-page .gh-global-map-panel--page.gh-global-map-panel--type-4{display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;min-height:0;max-height:100%;border-radius:8px;overflow:hidden;box-shadow:4px 4px 8px color-mix(in srgb,var(--pallette-one) 22%,transparent),-2px 2px 8px color-mix(in srgb,var(--pallette-one) 12%,transparent);background:#fff}.gh-joint-map-panel__header{display:flex;align-items:center;justify-content:space-between;gap:var(--size-4, 16px);flex-shrink:0;padding:18px 22px 14px;border-bottom:1px solid var(--gh-qh-line, #e1e8ec);box-sizing:border-box}.gh-joint-map-panel__title-wrap{flex:1;min-width:0}.gh-joint-map-panel__title{margin:0;font-family:var(--font-family-base);font-size:var(--font-size-h4, 20px);font-weight:var(--font-weight-bold, 700);line-height:1.25;color:var(--primary, var(--pallette-one, #1b6ec2));word-break:break-word}.gh-joint-map-panel__actions{flex-shrink:0;display:flex;align-items:center}.gh-joint-map-panel__actions #btn_generate_excel{margin:0!important}.gh-joint-map-page .gh-global-map-panel--page .gh-global-map-panel__body{flex:1 1 auto;min-height:0;padding:12px 24px 16px}.gh-joint-map-page__form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.gh-joint-map-page__footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--size-4, 16px);flex-shrink:0;padding:16px 24px 24px;border-top:1px solid var(--gm-border);background:#fff}.gh-joint-map-page #btn_finish_joint_map{order:1}.gh-joint-map-page #btn_save_joint_map{order:2}.gh-joint-map-page #btn_back_joint_map{order:3}.gh-joint-map-page__footer .gh-button{margin:0!important}.gh-joint-map-page .gh-global-map-panel--type-4{--jm-title-col-min-width: 400px;--jm-evaluator-col-width: 150px;--jm-punctuation-col-width: 170px;--jm-evaluator-header-gap: 8px;--jm-evaluator-header-height: 28px;--jm-table-min-width: calc(var(--jm-title-col-min-width) + var(--jm-fixed-cols-width, 718px))}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-col--title{width:auto;min-width:var(--jm-title-col-min-width)}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title{min-width:var(--jm-title-col-min-width)!important;max-width:none!important;box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--type-4 [class*=gh-global-map-col--]:not(.gh-global-map-col--title):not(.gh-global-map-col--punctuation):not(.gh-global-map-col--hard_points):not(.gh-global-map-col--improvement_opportunities):not(.gh-global-map-col--good_practices):not(.gh-global-map-col--component):not(.gh-global-map-col--actions),.gh-joint-map-page .gh-global-map-panel--type-4 [class*=gh-global-map-cell--]:not(.gh-global-map-cell--title):not(.gh-global-map-cell--punctuation):not(.gh-global-map-cell--hard_points):not(.gh-global-map-cell--improvement_opportunities):not(.gh-global-map-cell--good_practices):not(.gh-global-map-cell--component):not(.gh-global-map-cell--actions){width:var(--jm-evaluator-col-width)!important;min-width:var(--jm-evaluator-col-width)!important;max-width:var(--jm-evaluator-col-width)!important}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell:not(.gh-global-map-cell--title){padding-left:calc(var(--jm-evaluator-header-gap, 8px) / 2);padding-right:calc(var(--jm-evaluator-header-gap, 8px) / 2);box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--type-4 [class*=gh-global-map-cell--]:not(.gh-global-map-cell--title):not(.gh-global-map-cell--punctuation):not(.gh-global-map-cell--hard_points):not(.gh-global-map-cell--improvement_opportunities):not(.gh-global-map-cell--good_practices):not(.gh-global-map-cell--component):not(.gh-global-map-cell--actions){padding-left:calc(var(--jm-evaluator-header-gap, 8px) / 2);padding-right:calc(var(--jm-evaluator-header-gap, 8px) / 2);box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell:not(.gh-global-map-cell--title):not(.gh-global-map-cell--punctuation)>div[title]:not([title=""]),.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell:not(.gh-global-map-cell--title):not(.gh-global-map-cell--punctuation)>div[title]:not([title=""]){display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:var(--jm-evaluator-header-height, 28px)!important;min-height:var(--jm-evaluator-header-height, 28px)!important;max-height:var(--jm-evaluator-header-height, 28px)!important;box-sizing:border-box!important;margin:0!important;padding:0 8px!important;background-color:var(--pallette-one)!important;color:var(--white, #ffffff)!important;font-weight:var(--font-weight-semibold, 600);font-size:13px;line-height:1.2;border-radius:3px}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell--punctuation>div,.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell--punctuation>div{display:none}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell--title{font-size:16px;font-weight:700;color:var(--gm-primary-dark);text-align:left;padding-left:18px}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--header thead .gh-global-map-cell--title>div,.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified thead .gh-global-map-cell--title>div{text-align:left;justify-content:flex-start}.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--punctuation,.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--punctuation{width:var(--jm-punctuation-col-width)!important;min-width:var(--jm-punctuation-col-width)!important;max-width:var(--jm-punctuation-col-width)!important;padding-left:calc(var(--jm-evaluator-header-gap, 8px) / 2);padding-right:calc(var(--jm-evaluator-header-gap, 8px) / 2);box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--punctuation .gm-advice-cell{justify-content:center;gap:4px}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--punctuation .gm-advice-cell__metrics{justify-content:center;gap:2px}.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--hard_points,.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--hard_points,.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--improvement_opportunities,.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--improvement_opportunities,.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--good_practices,.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--good_practices{width:56px!important;min-width:56px!important;max-width:56px!important}.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--component,.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--component{width:80px!important;min-width:80px!important;max-width:80px!important}.gh-joint-map-page .gh-global-map-panel .gh-global-map-col--actions{width:auto;min-width:168px;max-width:none}.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--actions{width:fit-content!important;min-width:168px!important;max-width:none!important;white-space:nowrap;box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--page .gh-global-map-panel__body--table{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.gh-joint-map-page #form_joint_map{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;min-width:0}.gh-joint-map-page #form_joint_map>.gh-global-map-chart--joint-map{flex:1 1 auto;min-height:0;width:100%}.gh-joint-map-page .gh-global-map-panel__body .gh-global-map-chart--joint-map.gh-global-map-chart--split{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%!important;min-width:0;overflow:hidden!important}.gh-joint-map-page .gh-global-map-chart--joint-map.gh-global-map-chart--split{width:100%;min-width:0;max-width:none}.gh-joint-map-page .gh-global-map-panel__body .gh-global-map-chart--joint-map{width:100%!important;min-width:0;max-width:none}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-chart__head{flex-shrink:0;position:relative;z-index:2;overflow:visible;background:#fff}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-chart__head--in-body{position:sticky;top:0;z-index:4}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-chart__scroll-content{width:max(100%,var(--jm-table-min-width, 1118px));min-width:var(--jm-table-min-width, 1118px)}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-chart__head::-webkit-scrollbar{display:none;height:0}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-chart__body{flex:1 1 auto;min-height:0;overflow:auto!important;-webkit-overflow-scrolling:touch}.gh-joint-map-page .gh-global-map-panel__total{flex-shrink:0}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--header,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--body,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified{table-layout:auto;width:100%;min-width:var(--jm-table-min-width, 1118px)}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--header thead .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified thead .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--body tbody .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified tbody .gh-global-map-cell--title{position:sticky;left:0;z-index:3;background:#fff}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--header thead .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified thead .gh-global-map-cell--title{z-index:6}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body .gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified .gh-global-map-cell--title{overflow:hidden!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-title-cell,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-selector__inner,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-selector__content{min-width:0;max-width:100%}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-selector__label,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-selector__label--parent,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--title .gh-tree-selector__label--leaf{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-joint-map-page table[id^=list_] tbody tr:hover,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--top-expanded:hover,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--branch-expanded:hover,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--top-expanded:hover,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch-expanded:hover{background-color:transparent!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--top-expanded>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--branch-expanded>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--top-expanded>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch-expanded>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--body tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title{background-color:transparent!important;border:none!important}.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--body tbody tr.gh-chart-table__row--branch-expanded:not(.gh-chart-table__row--child):not(.gh-chart-table__row--branch)>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-chart--joint-map .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch-expanded:not(.gh-chart-table__row--child):not(.gh-chart-table__row--branch)>.gh-global-map-cell--title{background-color:var(--gm-expanded)!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title{background-color:#fff!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--top-expanded:hover>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--body tbody tr.gh-chart-table__row--branch-expanded:hover>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--top-expanded:hover>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch-expanded:hover>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-joint-map-page .gh-global-map-panel--type-4 table[id^=list_] tbody tr.gh-chart-table__row--top-expanded:hover>td:not(.gh-global-map-cell--title),.gh-joint-map-page .gh-global-map-panel--type-4 table[id^=list_] tbody tr.gh-chart-table__row--branch-expanded:hover>td:not(.gh-global-map-cell--title){background-color:#fff!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--child.gh-chart-table__row--branch-expanded:hover>.gh-global-map-cell--title,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table--unified tbody tr.gh-chart-table__row--branch.gh-chart-table__row--branch-expanded:hover>.gh-global-map-cell--title{background-color:#fff!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title{border:none!important;border-radius:0;box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded{background-color:var(--gm-expanded)!important;border:1px solid var(--gm-border)!important;border-radius:6px!important;box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-tree-title-cell>.gh-tree-selector__row--top-expanded:hover{background-color:var(--gm-expanded)!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title{border-top-left-radius:0;border-bottom-left-radius:0}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table tbody tr.gh-chart-table__row--top-expanded>.gh-global-map-cell--title>.gh-tree-title-cell,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table tbody tr.gh-chart-table__row--branch-expanded>.gh-global-map-cell--title>.gh-tree-title-cell{position:relative;z-index:1}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-tree-title-cell .gh-tree-selector__row--branch-expanded{background-color:var(--gm-expanded)!important;border-radius:6px 0 0 6px}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-tree-title-cell .gh-tree-table-children>.gh-tree-selector__row--branch.gh-tree-selector__row--branch-expanded,.gh-joint-map-page .gh-global-map-panel--type-4 .gh-tree-title-cell .gh-tree-table-children .gh-tree-table-children>.gh-tree-selector__row--branch.gh-tree-selector__row--branch-expanded{margin-right:0;width:calc(100% - var(--gm-tree-content-inset, 6px));background-color:var(--gm-expanded)!important;border-radius:6px 0 0 6px;box-sizing:border-box}.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--body tbody td.gh-global-map-cell--actions,.gh-joint-map-page .gh-global-map-panel .gh-global-map-table--unified tbody td.gh-global-map-cell--actions{overflow:visible!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-table tbody tr .gh-global-map-cell:not(.gh-global-map-cell--title):not(.gh-global-map-cell--actions){text-align:center;vertical-align:middle}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--actions{text-align:left;vertical-align:middle}.gh-joint-map-page .gh-global-map-panel--type-4 .gm-advice-cell{justify-content:center;gap:4px}.gh-joint-map-page .gh-global-map-panel--type-4 .gm-advice-cell__metrics{justify-content:center;gap:2px}.gh-joint-map-page .gh-global-map-panel--type-4 .gm-advice-cell__metric:not(:first-of-type) .gm-advice-icon{margin-left:2px}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--component>div{float:none!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%;margin-top:0!important;padding-left:0!important}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--actions>div{float:none!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;flex-wrap:nowrap;gap:8px;width:fit-content;max-width:none;box-sizing:border-box;margin-top:0!important;padding-left:10px!important;padding-right:10px!important;white-space:nowrap}.gh-joint-map-page .gh-global-map-panel--type-4 .gh-global-map-cell--actions .gh-action-styled{flex-shrink:0;white-space:nowrap}.gh-joint-map-page .gh-global-map-panel td:has([id^=input_joint_evaluations_valoration_])>div{margin-top:0!important;padding-left:0!important}.gh-joint-map-page .gh-global-map-panel td.gh-global-map-cell--actions:has([id^=modify_action_])>div{margin-top:0!important}.gh-joint-map-page .gh-global-map-panel input[id^=input_joint_evaluations_valoration_]{margin-top:0!important;width:50px!important;max-width:72px;box-sizing:border-box}.gh-joint-map-page .gh-joint-map-page__valoration-input.gh-input-text-field{margin-bottom:0;width:auto;justify-content:center}.gh-joint-map-page .gh-global-map-panel .gh-global-map-cell--actions .gh-action-styled+.gh-action-styled{margin-left:0}@media(max-width:1024px){.gh-joint-map-page{padding:12px;min-height:calc(100vh - 48px);max-height:calc(100vh - 48px)}.gh-joint-map-page .gh-global-map-panel--page{min-height:0}.gh-joint-map-page .gh-global-map-panel--page .gh-global-map-panel__body{padding:16px}.gh-joint-map-page__footer{padding:12px 16px 16px}}html:has(.gh-annexes-page),body:has(.gh-annexes-page){height:100%;height:100dvh;max-height:100dvh;overflow:hidden}#app:has(.gh-annexes-page){height:100%;height:100dvh;max-height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}#app:has(.gh-annexes-page)>div{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;max-height:100%;width:100%;overflow:hidden}#content_page:has(.gh-annexes-page){display:flex!important;flex-direction:column!important;flex:1 1 auto;min-height:0!important;max-height:100dvh;height:100%;overflow:hidden!important;box-sizing:border-box}.gh-annexes-page{margin-top:-3px;flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%;max-height:100%;overflow:hidden;box-sizing:border-box;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif)}.gh-annexes-page>#Tab-Location,.gh-annexes-page>.gh-location{flex-shrink:0}.gh-annexes-shell.gh-content-global-questionnaire--realize-shell{--gh-content-page-padding: 22px;flex:1 1 auto;display:flex;flex-direction:column;min-height:0;max-height:100%;overflow:hidden!important;padding:var(--gh-content-page-padding)!important;padding-bottom:calc(var(--gh-content-page-padding) + env(safe-area-inset-bottom,0px))!important;box-sizing:border-box;min-width:1024px;max-width:100%;background:transparent!important}.gh-annexes-panel.question-body{position:relative;flex:1 1 auto;display:flex;flex-direction:column;min-height:0;width:100%;box-sizing:border-box;margin:0;padding:0;background:#fff;border:1px solid rgba(17,57,90,.08);border-radius:12px;box-shadow:0 2px 12px #11395a12;overflow:hidden}.gh-annexes-panel__header{display:flex;align-items:center;justify-content:space-between;gap:var(--size-4, 16px);flex-shrink:0;padding:18px 22px 14px;border-bottom:1px solid var(--gh-qh-line, #e1e8ec);box-sizing:border-box}.gh-annexes-panel__title-wrap{flex:1;min-width:0}.gh-annexes-panel__title{margin:0;font-family:var(--font-family-base);font-size:var(--font-size-h4, 20px);font-weight:var(--font-weight-bold, 700);line-height:1.25;color:var(--primary, var(--pallette-one, #1b6ec2));word-break:break-word}.gh-annexes-panel__actions{flex-shrink:0;display:flex;align-items:center}.gh-annexes-panel__actions #btn_generate_zip{margin:0!important}.gh-annexes-panel .overflow-index.gh-annexes-tree{flex:1 1 0;min-height:0;width:100%;box-sizing:border-box;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges!important;padding:12px 16px 20px}.gh-annexes-panel .overflow-index.gh-annexes-tree::-webkit-scrollbar{width:8px}.gh-annexes-panel .overflow-index.gh-annexes-tree::-webkit-scrollbar-track{background:#afafaf33}.gh-annexes-panel .overflow-index.gh-annexes-tree::-webkit-scrollbar-thumb{background-color:var(--pallette-one, #1b6ec2);border-radius:4px}.gh-annexes-page .gh-annexes-shell.gh-content-global-questionnaire--realize-shell{overflow:hidden!important;overflow-y:hidden!important}.gh-annexes-panel .margin-index-questionnaire{width:100%;box-sizing:border-box}.gh-annexes-tree__empty{padding:24px 8px;text-align:center;font-size:14px;color:#5c6b7a}.gh-annexes-index-tree.gh-questionnaire-index-tree{width:100%;min-width:0;padding:4px 2px 8px;box-sizing:border-box;background:transparent;border:none;box-shadow:none}.gh-annexes-index-tree .gh-tree-selector__row{cursor:pointer}.gh-annexes-index-tree.gh-global-map-panel .gh-tree-selector__row--branch{padding:4px 0}.gh-annexes-index-tree .gh-tree-selector__label{white-space:normal;overflow:visible;text-overflow:unset;line-height:1.35}.gh-annexes-index-tree .gh-tree-selector__row--top .gh-tree-selector__label--parent{font-size:15px;font-weight:700;color:#0b4683}.gh-annexes-index-tree .gh-tree-state-badge.gh-annexes-files-count-badge{flex-shrink:0}.gh-annexes-files-branch{margin-top:2px;padding-top:4px;padding-bottom:4px}.gh-annexes-files-branch.gh-questionnaire-index-tree__branch{border-left-color:#b6d8f0}.gh-annexes-files__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 10px;margin:0;padding:0;list-style:none;width:100%;box-sizing:border-box}.gh-annexes-file.gh-ce-multi-upload__file-row{display:flex;align-items:stretch;flex-wrap:nowrap;gap:4px;width:100%;min-width:0;min-height:30px;padding:0;box-sizing:border-box}.gh-annexes-file .gh-ce-multi-upload__file-actions{display:inline-flex;align-items:center;justify-content:center;gap:2px;flex:0 0 28px;width:28px;min-width:28px}.gh-annexes-file__download.gh-action-styled{flex:1 1 0;min-width:0;width:auto;max-width:100%;display:inline-flex;align-items:center;box-sizing:border-box;overflow:hidden;padding:4px 8px}.gh-annexes-file__download.gh-action-styled .T15_action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.gh-annexes-file__download.gh-action-styled img{width:16px;height:16px;max-width:16px;min-width:16px;flex-shrink:0}.gh-annexes-file.gh-ce-multi-upload__file-row:not(:has(.gh-ce-multi-upload__file-actions)) .gh-annexes-file__download.gh-action-styled{width:100%;flex:1 1 100%}.gh-annexes-file .gh-ce-multi-upload__icon-btn{min-width:28px;height:28px;padding:0 4px;border:none;border-radius:6px;background:transparent;cursor:pointer}.gh-annexes-file .gh-ce-multi-upload__icon-btn:hover:not(:disabled){background:#eef6fc}.gh-annexes-file .gh-ce-multi-upload__icon-btn-img--preview{width:16px;height:16px;margin:0;filter:none}#content_page.questionnaire-realize-shell--standalone:has(.gh-annexes-page){display:flex;flex-direction:column;min-height:0;max-height:100dvh;height:100%;overflow:hidden}#content_page.questionnaire-realize-shell--standalone:has(.gh-annexes-page)>*{flex:1 1 auto;min-height:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden}#content_page.questionnaire-realize-shell--standalone .gh-annexes-shell,#content_page.questionnaire-realize-shell--standalone .gh-annexes-page{min-width:0}@media(max-width:1280px){.gh-annexes-files__grid{grid-template-columns:minmax(0,1fr)}}.gh-consensus-map-page{--cm-primary: var(--pallette-one);--cm-primary-dark: var(--pallette-two);--cm-ink: #404040;--cm-muted: #6b7c8f;--cm-border: var(--pallette-four);--cm-border-strong: #c7c7c7;--cm-expanded: var(--pallette-three);--cm-footer-bg: var(--pallette-six);--cm-footer-border: var(--pallette-four);--cm-footer-ink: var(--cm-primary-dark);--cm-child-border: var(--pallette-four);--cm-comparison: #b7c0c5;--cm-radius: 6px}.gh-consensus-map-page .gh-questionnaire-second-window-section--consensus .gh-drop__content{padding:24px 28px 28px}.gh-consensus-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.gh-consensus-table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;table-layout:auto;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif);font-size:14px;color:var(--cm-ink);background:#fff;border:1px solid var(--cm-border);border-radius:var(--cm-radius);overflow:hidden}.gh-consensus-table td{box-sizing:border-box;vertical-align:middle;padding:10px 12px;min-height:40px;border-bottom:1px solid var(--cm-border);border-right:1px solid var(--cm-border)}.gh-consensus-table td:last-child{border-right:none}.gh-consensus-table thead td{background:#fff;font-weight:700;color:var(--cm-primary-dark)}.gh-consensus-table thead tr:first-child td{font-size:15px;border-bottom:1px solid var(--cm-border-strong)}.gh-consensus-table thead tr:nth-child(2) td.gh-consensus-table__head-cell--statement{color:var(--cm-primary);font-size:15px;padding-left:16px}.gh-consensus-table thead tr:last-child td{padding-top:12px;padding-bottom:12px;border-bottom:2px solid var(--cm-border-strong)}.gh-consensus-table__head-cell--attributes{padding-left:16px!important;min-width:180px;width:36%;border-right:2px solid var(--cm-border-strong)!important}.gh-consensus-table__head-cell--user{text-align:center!important;min-width:88px;padding:0!important;vertical-align:middle;border-right-color:var(--cm-border-strong)!important;background:#fff!important}.gh-consensus-table thead tr:last-child .gh-consensus-table__head-cell--user{border-bottom:2px solid var(--cm-border-strong)}.gh-consensus-table__user-badge{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;box-sizing:border-box;padding:10px 8px;background:var(--cm-primary);color:#fff;font-size:13px;font-weight:700;line-height:1.2;text-align:center}.gh-consensus-table thead tr:last-child .gh-consensus-table__head-cell--user-last{border-right:2px solid var(--cm-border-strong)!important}.gh-consensus-table thead tr:last-child .gh-consensus-table__head-cell--user-last .gh-consensus-table__user-badge{border-right:none}.gh-consensus-table__head-cell--banner{padding-left:16px!important;border-right:2px solid var(--cm-border-strong)!important}.gh-consensus-table__head-cell--metric{text-align:center!important;min-width:72px;white-space:nowrap}.gh-consensus-table__head-cell--final{text-align:center!important;min-width:88px;border-left:2px solid var(--cm-border-strong)!important}.gh-consensus-table__head-cell--max{border-right:2px solid var(--cm-border-strong)!important}.gh-consensus-table tbody td.gh-consensus-table__cell--attributes{padding-left:16px;border-right:2px solid var(--cm-border-strong);text-align:left}.gh-consensus-table tbody td.gh-consensus-table__cell--user{text-align:center;border-right:1px solid var(--cm-border)}.gh-consensus-table tbody td.gh-consensus-table__cell--comparison{text-align:center;color:var(--cm-comparison);border-right:1px solid var(--cm-border)}.gh-consensus-table tbody td.gh-consensus-table__cell--final{text-align:center;border-left:2px solid var(--cm-border-strong)}.gh-consensus-table tbody tr.gh-consensus-table__row--parent td{background:var(--cm-expanded)!important;font-weight:700;color:var(--cm-primary-dark);border-bottom:2px solid var(--cm-child-border)}.gh-consensus-table tbody td.gh-consensus-table__cell--mine-warn{background:#fde8e9!important;color:#8b1a1f}.gh-consensus-table tbody td.gh-consensus-table__cell--mine-info{background:#e6ffff!important;color:var(--cm-primary-dark)}.gh-consensus-table tfoot td{font-weight:700;color:var(--cm-footer-ink);background:var(--cm-footer-bg)!important;border-bottom:none;border-top:2px solid var(--cm-footer-border)}.gh-consensus-table tfoot tr.gh-consensus-table__row--footer td.gh-consensus-table__cell--final{color:var(--cm-primary)}.gh-consensus-table tfoot td.gh-consensus-table__cell--attributes{padding-left:16px;border-right:2px solid var(--cm-border-strong)}.gh-consensus-table tfoot td.gh-consensus-table__cell--user,.gh-consensus-table tfoot td.gh-consensus-table__cell--comparison{text-align:center}.gh-consensus-table tfoot td.gh-consensus-table__cell--final{text-align:center;border-left:2px solid var(--cm-border-strong)}.gh-consensus-table tfoot tr.gh-consensus-table__row--relation td{background:#fff!important;color:var(--cm-muted);font-weight:400;font-size:13px;padding-left:16px;border-top:1px solid var(--cm-border);border-bottom:none}.gh-consensus-table__punctuation{display:flex;justify-content:center;align-items:center}.gh-consensus-map-page .gh-consensus-table__punctuation-input.gh-input-text-field,.gh-consensus-map-page .gh-consensus-table [id^=input_punctuation_]{width:56px!important;min-width:56px;text-align:center}.gh-consensus-map-page .gh-consensus-table__punctuation-input .gh_text_field-input,.gh-consensus-map-page .gh-consensus-table [id^=input_punctuation_]{text-align:center;border-radius:4px;border-color:var(--cm-border-strong)}.gh-consensus-map-page .gh-consensus-table__footer-actions{flex-shrink:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--size-4, 16px);margin:0;padding-bottom:var(--size-5, 32px)}.gh-consensus-map-page .button-questionnaire-primary,.gh-consensus-map-page .gh-button--primary,.gh-consensus-map-page .T19.container-md_button_content.button-questionnaire-primary{background-color:var(--cm-primary)!important;border-color:var(--cm-primary)!important;color:#fff!important;border-radius:999px!important;min-height:40px;padding:0 24px!important}.gh-consensus-map-page .button-questionnaire-secondary,.gh-consensus-map-page .T19.container-md_button_content.button-questionnaire-secondary{background-color:#fff!important;border:1px solid var(--cm-primary)!important;color:var(--cm-primary)!important;border-radius:999px!important;min-height:40px;padding:0 24px!important}.gh-consensus-map-page .gh-consensus-table td[style*="#E1F1FD"],.gh-consensus-map-page .gh-consensus-table td[style*="rgb(225, 241, 253)"],.gh-consensus-map-page .gh-consensus-table td[style*="#F3FDF0"]{background-color:inherit!important}.gh-consensus-map-page .gh-consensus-table tbody tr.gh-consensus-table__row--parent td[style*="#E1F1FD"]{background-color:var(--cm-expanded)!important}.gh-consensus-map-page .gh-consensus-table tfoot td[style*="#F3FDF0"]{background-color:var(--cm-footer-bg)!important;color:var(--cm-footer-ink)!important}.gh-evaluation-map-page,.gh-rate-map-page,.gh-consensus-map-page{margin-top:-3px;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif)}.gh-evaluation-map-page>.gh-location,.gh-rate-map-page>.gh-location,.gh-consensus-map-page>.gh-location{flex-shrink:0}.gh-questionnaire-second-window-shell{flex:1 1 auto;display:flex;flex-direction:column;gap:var(--size-4, 16px);padding:var(--size-10, 40px)!important;box-sizing:border-box;background:transparent!important}.gh-questionnaire-second-window-section{width:100%;min-width:0}.gh-questionnaire-second-window-section.gh-drop{max-width:none;margin-top:0}.gh-questionnaire-second-window-shell>.gh-questionnaire-second-window-section.gh-drop:first-child,.gh-questionnaire-second-window-shell>div>.gh-questionnaire-second-window-section.gh-drop:first-child{margin-top:0}.gh-questionnaire-second-window-shell>div>.gh-questionnaire-second-window-section.gh-drop~.gh-questionnaire-second-window-section.gh-drop{margin-top:12px}.gh-rate-map-page .gh-questionnaire-second-window-shell>.gh-content-global{padding:0 0 8px}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-drop__header{align-items:flex-start;gap:16px;padding-bottom:12px}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-drop__title{flex:1 1 auto;min-width:0;font-size:18px;font-weight:700;color:var(--pallette-five);line-height:1.35;white-space:normal;overflow:visible;text-overflow:unset}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-drop__actions{flex-shrink:0;align-self:flex-start;padding-top:2px}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-drop__content{padding-top:0}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-rate-section__separator{margin-top:0;margin-bottom:12px}.gh-rate-map-page .radio-check-new-style .gh-checks__control--radio{border:1px solid #000;border-radius:50%;background-color:#fff;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:hover .gh-checks__control--radio{border-color:var(--pallette-one, #1b7cc2);background-color:var(--pallette-six, #f8fbfe);box-shadow:0 0 0 2px color-mix(in srgb,var(--pallette-one) 22%,transparent)}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:has(.gh-checks__control--checked) .gh-checks__control--radio,.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:has(.gh-checks__radio-dot--visible) .gh-checks__control--radio{border-color:var(--pallette-one, #1b7cc2);background-color:#fff}.gh-rate-map-page .radio-check-new-style .gh-checks__radio-dot{background-color:var(--pallette-one)!important}.gh-rate-map-page .radio-check-new-style .gh-checks__radio-dot--visible{opacity:1!important;transform:scale(1)!important}.gh-rate-map-page .radio-check-new-style .gh-checks__control--checkbox.gh-checks__control--checked{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}.gh-rate-map-page .gh-rate-evaluation-item__answers{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer{display:flex;align-items:center;cursor:pointer!important;width:fit-content;max-width:100%;padding:4px 10px 4px 6px;margin:0;border-radius:8px;transition:background-color .15s ease,box-shadow .15s ease}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:hover{background-color:color-mix(in srgb,var(--pallette-one) 14%,transparent)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--pallette-one) 20%,transparent)}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:active{background-color:color-mix(in srgb,var(--pallette-one) 22%,transparent)!important}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer .gh-checks{gap:8px}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer .gh-checks__label{cursor:pointer;white-space:normal;color:var(--pallette-five, #115d96);transition:color .15s ease}.gh-rate-map-page .gh-rate-evaluation-item__answers>.label-pointer:hover .gh-checks__label{color:var(--pallette-one, #1b7cc2)}.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-rate-evaluation-item .gh-row-content label.gh_text_field-label,.gh-rate-map-page .gh-questionnaire-second-window-section--rate .gh-rate-evaluation-item .gh-row-content label.T-text{width:100%!important}.gh-questionnaire-second-window-section--consensus .gh-drop__header{display:none}.gh-questionnaire-second-window-section--consensus .gh-drop__content{padding-top:0}.gh-questionnaire-second-window-section .gh-content-global{padding:0}.gh-questionnaire-second-window-shell>.centered,.gh-consensus-map-page .gh-consensus-table__footer-actions{flex-shrink:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--size-4, 16px);margin:0;padding-bottom:var(--size-5, 32px)}.gh-questionnaire-second-window-section .gh-drop__content .gh-row-content label.gh_text_field-label,.gh-questionnaire-second-window-section .gh-drop__content .gh-row-content label.T-text,.gh-questionnaire-second-window-section .gh-drop__content .T-subtitle{display:block!important;white-space:normal!important;overflow-wrap:break-word!important;word-wrap:break-word!important;max-width:100%!important;min-width:0!important;text-align:left!important}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-row-content label.gh_text_field-label,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-row-content label.T-text{width:100%!important;flex:1 1 100%;box-sizing:border-box}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .quill-textarea-wrapper,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .oportunity-hard-points__textarea.gh-textarea{width:100%;max-width:100%;box-sizing:border-box}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-row-fields--editor{width:100%;max-width:100%}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .oportunity-header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:10px}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .oportunity-header-actions .tooltip-container,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .oportunity-header-actions .oportunity-header-side-action{display:inline-flex!important;align-items:center!important;flex:0 0 auto;margin:0!important;padding:0!important}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-action{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding-bottom:12px}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-action-btn.gh-action-styled,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-restore-btn.gh-action-styled{margin:0!important}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-restore-btn.gh-action-styled.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-panel{margin-bottom:16px}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0;border:1px solid var(--pallette-four, #c5d1df);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #11395a12}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:12px 16px;border-top:1px solid var(--pallette-four, #c5d1df);background:#fff;box-sizing:border-box;transition:background-color .15s ease,box-shadow .15s ease}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--first{border-top:none}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row:hover{background:var(--pallette-six, #f8fbfe)}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--ghost{opacity:.55;background:var(--pallette-three, #e9f7ff)!important}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--chosen,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--drag{background:var(--pallette-three, #e9f7ff)!important;box-shadow:0 4px 14px #115d961f;z-index:2}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-index{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:8px;background:var(--pallette-three, #e9f7ff);border:1px solid var(--pallette-four, #c5d1df);color:var(--pallette-five, #115d96);font-family:var(--font-family-base);font-size:13px;font-weight:700;line-height:1}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-name{flex:1 1 auto;min-width:0;font-family:var(--font-family-base);font-size:15px;font-weight:600;line-height:1.45;color:var(--pallette-five, #115d96);word-break:break-word}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-name--empty{font-weight:500;color:#6b8494}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-handle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border:1px solid var(--pallette-four, #c5d1df);border-radius:8px;background:#fff;color:#6b8494;cursor:grab;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row:hover .gh-questionnaire-type-7__reorder-handle{border-color:var(--pallette-four, #c5d1df);color:var(--pallette-five, #115d96);background:var(--pallette-six, #f8fbfe)}.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--chosen .gh-questionnaire-type-7__reorder-handle,.gh-evaluation-map-page .gh-questionnaire-second-window-section .oportunity-hard-points .gh-questionnaire-type-7__reorder-row--drag .gh-questionnaire-type-7__reorder-handle{cursor:grabbing}@media(max-width:1024px){.gh-questionnaire-second-window-shell{padding:var(--size-6, 24px)!important}}sub{vertical-align:sub;bottom:.1em}sup{vertical-align:super;top:.1em}.btn-textarea{height:18px;text-decoration:none;border:none;border-right:1px solid #c5d1df;padding-top:1px;background-color:#fafafa;cursor:pointer}.content-edited-textarea{width:calc(100% - 6px);border:1px solid #c5d1df;border-radius:4px}.header-edited-textarea{border-bottom:1px solid #c5d1df;height:18px;display:flex;background-color:#fafafa}.btn-right-border{border-right:1px solid #c5d1df}.color-textarea{margin-left:1px!important;margin-right:1px!important;margin-top:1px!important;height:15px!important;width:15px!important}.content-edited-textarea>.required{border:0 solid #c5d1df!important}.body-edited-textarea{overflow:auto;resize:vertical;padding-top:3px;padding-left:3px;cursor:auto}.active-btn{background-color:#d9d5d5}#app button,#app input,#app textarea,#app select,#app label{font-family:var(--font-family-base)}.T1,.T4,.T8,.T9,.T12,.T14,.T15,.T15_action,.T15_b,.T16,.T16_b,.T17,.T19,.T21,.T-text,.T-subtitle,.T-subtitle-second,.T-subtitle-action,.T-header,.F2,.F4,.F5,.C1,.C6,.C7,.t8,.t11,.t12,.t14,.t15b,.container-md_button,.container-md_button_content,.gh_text_field-label,.gh_text_field-input,.gh-text-field-input,.gh_data_selector-subtitle,.gh_data_selector-more,.gh_data_selector-less,.input-dynamic-font,.input-label_class,.modal-body,.modal-header,.d_cajaSuperiorTitulo,.Vue-Toastification__toast,.Vue-Toastification__toast-body{font-family:var(--font-family-base)!important}#content_page:has(.company-windowed),#content_page:has(.platform-pay-windowed){padding:0!important;max-width:none!important;width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important}.company-windowed{min-height:100vh;box-sizing:border-box;background-color:#ddd}.company-windowed__body{width:100%;max-width:none;padding:22px;box-sizing:border-box}.platform-pay-windowed{min-height:100vh;box-sizing:border-box;background-color:#ddd}.platform-pay-windowed__location{margin-top:-3px}.platform-pay-windowed__body{width:100%;max-width:none;padding:22px;box-sizing:border-box}.platform-pay-section{width:100%;max-width:none}.platform-pay-section :deep(.gh-drop){width:100%;max-width:none;margin-top:0}.platform-pay-section :deep(.gh-drop__header){display:none}.platform-pay-section :deep(.gh-drop__content){padding-top:14px}.platform-pay__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(88px,.38fr);align-items:center;gap:16px;padding-bottom:10px;margin-bottom:0;border-bottom:1px solid #e1e8ec;font-family:var(--font-family-base)}.platform-pay__select-all{display:flex;align-items:center;min-width:0}.platform-pay__select-all :deep(.gh-checks){align-items:center}.platform-pay-section :deep(.gh-checks){display:inline-flex;align-items:center;gap:9px}.platform-pay-section :deep(.gh-checks__label),.platform-pay-section :deep(.gh_text_field-label){margin-top:0!important;line-height:18px}.platform-pay-section :deep(.gh-checks__label.platform-pay-footer__method-label){font-weight:700;color:#1f3947}.platform-pay__amount-heading{min-width:0;padding-right:4px;font-size:14px;font-weight:700;line-height:1.35;color:#115d96;text-align:right}.platform-pay__form{margin:0;color:#1f3947}.platform-pay-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(88px,.38fr);gap:16px;align-items:start}.platform-pay-grid__programs,.platform-pay-grid__amounts{min-width:0;padding:4px 0 8px;box-sizing:border-box}.platform-pay-item{display:flex;align-items:center;min-height:28px;padding:3px 0;border-bottom:1px solid #f0f3f6}.platform-pay-item :deep(.gh-checks){width:100%;align-items:center;padding:0}.platform-pay-item :deep(.gh-checks__label){flex:1 1 auto;min-width:0;white-space:normal}.platform-pay-item:last-child{border-bottom:none}.platform-pay-amount-row{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-height:28px;padding:3px 0}.platform-pay-amount-row__name{flex:1 1 auto;min-width:0;font-size:12px;line-height:1.35;color:#939393;text-align:right}.platform-pay-amount-row__price{flex:0 0 auto;min-width:88px;font-size:14px;line-height:1.35;color:#939393;text-align:right}.platform-pay__footer{border-top:1px solid #e1e8ec;padding:0;margin-top:8px}.platform-pay-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(88px,.38fr);gap:16px;align-items:start;padding:16px 0 4px}.platform-pay-footer__methods{display:flex;flex-wrap:wrap;align-items:center;gap:0;min-width:0}.platform-pay-footer__methods-label{margin-right:10px;font-size:14px;line-height:1.35;color:#939393}.platform-pay-footer__method{display:inline-flex;align-items:center}.platform-pay-footer__method :deep(.gh-checks){align-items:center}.platform-pay-footer__method-label{padding-right:18px}.platform-pay-footer__totals{min-width:0;padding-left:20px;border-left:2px solid #115d96;box-sizing:border-box}.platform-pay-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:var(--font-family-base);font-size:14px;font-weight:700;line-height:1.35;color:#115d96}.platform-pay-total-row span:first-child{flex:1 1 auto;text-align:right;padding-right:12px}.platform-pay-total-row span:last-child{flex:0 0 auto;min-width:88px;text-align:right}.platform-pay-total-row--main{margin-top:4px}.platform-pay-layout__actions{margin-top:8px;padding-top:0}.platform-pay-warning{margin:0;padding:0 20px 12px;font-family:var(--font-family-base);font-size:14px;line-height:1.45;color:#1f3947}._mc-tab{color:var(--pallette-one)!important}._mc-tab:not(._mc-tab--active):hover{background:var(--pallette-three)!important;color:var(--pallette-one-dark)!important;border-bottom-color:var(--pallette-four)!important}._mc-tab._mc-tab--active{color:#fff!important;background:var(--pallette-one)!important;border-bottom-color:var(--pallette-one-dark)!important}._mc-tab._mc-tab--active:hover{background:var(--pallette-one-dark)!important}._mc-tabs-arrow{color:var(--pallette-one)!important}._mc-tabs-arrow:hover,._mc-tabs-arrow:active{background:var(--pallette-three)!important}.subtitulo,.nav-active-background,.tab-active,.modal-header{background-color:var(--pallette-one)!important}.tab-inactive>.tab-text,.tab-inactive:hover,.tab-inactive:hover>div{color:var(--pallette-two)!important}.link,.T4,.T1,.T9,.T14,.T19,.C7,.C1,.F2,.container-md_button_content,#select_lang>.T15_action{color:var(--pallette-two, var(--pallette-one))!important}.gh-drop__title,.T-subtitle,.T-subtitle-action,.T-header,.color-light-blue,.underline-light-blue,.gh-tree-selector__label--parent,.gh-tree-selector__label--parent-collapsed,.T14,.T19,.gh_data_selector-more,.gh_data_selector-less,.C1,.C1>div,.F5,.F5>div{color:var(--pallette-two, var(--pallette-one))!important}.gh-tree-selector__row--top-expanded,.gh-tree-selector__row--branch-expanded{background-color:var(--palette-toggle-bg, var(--pallette-three))!important;border:1px solid var(--palette-toggle-border, var(--pallette-four))!important;box-sizing:border-box}.gh-tree-selector__label--parent-collapsed{color:var(--_mc-ink, #1f3947)!important;font-weight:400!important}.gh-tree-selector__children{border-left-color:var(--palette-toggle-border, var(--pallette-four))!important}.mx-icon-calendar,.mx-table-date thead th{color:var(--pallette-one)!important}.mx-calendar-header{background:linear-gradient(180deg,var(--pallette-one),var(--pallette-one-dark))!important}.mx-calendar-content .cell:hover{background-color:var(--pallette-six, var(--pallette-three))!important;color:var(--pallette-two)!important}.mx-calendar-content .cell.active,.mx-calendar-content .cell.active:hover{background-color:var(--pallette-one)!important}.mx-calendar-content .cell.active:hover{background-color:var(--pallette-one-dark)!important}._mc-user-name,._mc-user-trigger-name{color:var(--pallette-one-dark, var(--_mc-blue-700))!important}._mc-user-trigger-avatar,._mc-icon-btn._mc-primary{background:var(--pallette-one)!important}._mc-user-trigger-chevron,._mc-lang-trigger-ic,._mc-icon-btn,._mc-top-right .table-cell_link,._mc-top-right .class_help_action{color:var(--pallette-one)!important}.striped,.striped_tree{background-color:var(--pallette-three)!important}td.table-header,.table-header{background-color:var(--palette-table-header-bg)!important}.table-footer,.table-footer td{background-color:var(--palette-table-footer-bg)!important}.section_line,.separator-line,.env-form__theme-separator{background-color:var(--palette-separator)!important}.business-form__divider{background-color:var(--palette-section-divider-bg)!important}.business-form__divider-text{color:var(--palette-section-divider-text)!important}.gh-drop__toggle,button.gh-drop__toggle{border-color:var(--palette-toggle-border)!important}.gh-drop__toggle:hover,.gh-drop__toggle--open,button.gh-drop__toggle:hover:not(:disabled),button.gh-drop__toggle.gh-drop__toggle--open:not(:disabled){background:var(--palette-toggle-bg)!important;border-color:var(--palette-toggle-border)!important}.checkmark_checked,.inner_radio-checked{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}.gh-drop__toggle,button.gh-drop__toggle{border-color:var(--palette-toggle-border)!important;color:var(--pallette-one)!important}.gh-drop__toggle:hover,.gh-drop__toggle--open,button.gh-drop__toggle:hover:not(:disabled),button.gh-drop__toggle.gh-drop__toggle--open:not(:disabled){background:var(--palette-toggle-bg)!important;border-color:var(--palette-toggle-border)!important;color:var(--pallette-one)!important}.gh-program-card__image-inner--placeholder,.gh-questionnaire-stage-card__media-placeholder{background:var(--palette-card-gradient)!important}.gh-program-card__name{color:var(--pallette-five)!important}.gh-button--primary,button.gh-button--primary,.gh-register-actions .gh-button--primary{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}.gh-button--primary:hover,button.gh-button--primary:hover,.gh-button--primary:active,button.gh-button--primary:active{background-color:var(--pallette-one-dark)!important;border-color:var(--pallette-one-dark)!important}.gh-button--secondary,button.gh-button--secondary{color:var(--pallette-one)!important;border-color:var(--pallette-four)!important}.gh-button--secondary:hover,button.gh-button--secondary:hover{background-color:var(--pallette-three)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one-dark)!important}.gh-button--secondary:active,button.gh-button--secondary:active{background-color:var(--pallette-four)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one-dark)!important}.gh-button--primary:focus-visible,button.gh-button--primary:focus-visible,.gh-button--secondary:focus-visible,button.gh-button--secondary:focus-visible{outline:2px solid var(--pallette-one)!important;outline-offset:2px}.gh-action-styled:hover{background:var(--pallette-three)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one)!important}.gh-action-styled:active{background:var(--pallette-four)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one-dark, var(--pallette-five))!important}.gh-action-styled:focus-visible{outline:2px solid var(--pallette-one)!important;outline-offset:2px}.gh-popup__actions .gh-button--primary,.gh-popup__actions button.gh-button--primary{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}.gh-popup__actions .gh-button--primary:hover,.gh-popup__actions .gh-button--primary:active,.gh-popup__actions button.gh-button--primary:hover,.gh-popup__actions button.gh-button--primary:active{background-color:var(--pallette-one-dark)!important;border-color:var(--pallette-one-dark)!important}.gh-popup__actions .gh-button--secondary,.gh-popup__actions button.gh-button--secondary{color:var(--pallette-one)!important;border-color:var(--pallette-four)!important}.gh-popup__actions .gh-button--secondary:hover,.gh-popup__actions .gh-button--secondary:active,.gh-popup__actions button.gh-button--secondary:hover,.gh-popup__actions button.gh-button--secondary:active{background-color:var(--pallette-three)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one-dark)!important}.gh-popup__actions .gh-button--primary:focus-visible,.gh-popup__actions .gh-button--secondary:focus-visible,.gh-popup__actions button.gh-button--primary:focus-visible,.gh-popup__actions button.gh-button--secondary:focus-visible{outline:2px solid var(--pallette-one)!important;outline-offset:2px}.gh-location{background:linear-gradient(180deg,var(--pallette-one),var(--pallette-one-dark))!important}.gh-subtab__item:not(.gh-subtab__item--active){color:var(--pallette-two)!important}.gh-subtab__item:not(.gh-subtab__item--active):hover{background:var(--pallette-three)!important;color:var(--pallette-one-dark)!important}.gh-subtab__item--active,.gh-subtab__item--active:hover{background:var(--pallette-one)!important;color:#fff!important}.gh-subtab__item--active:hover{background:var(--pallette-one-dark)!important}.gh-subtab__arrow{color:var(--pallette-one)!important}.gh-subtab__arrow:hover{background:var(--pallette-three)!important;border-color:var(--pallette-four)!important;color:var(--pallette-one-dark)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-index-bar__title,#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card__title,#content_page.questionnaire-realize-shell .gh-questionnaire-type-5__title{color:var(--pallette-five)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card__cta,#content_page.questionnaire-realize-shell .gh-questionnaire-card-trigger--active,#content_page.questionnaire-realize-shell .checkmark_checked{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card__media-placeholder{background:var(--palette-card-gradient)!important}#content_page.questionnaire-realize-shell .input-contorn-selector--selected,#content_page.questionnaire-realize-shell .input-contorn-selector.selected{border-color:var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-type-2__input-range::-webkit-slider-thumb,#content_page.questionnaire-realize-shell .gh-questionnaire-type-2__input-range::-moz-range-thumb{background-color:var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-type-6__col-header,#content_page.questionnaire-realize-shell .gh-questionnaire-type-6__row-header{background-color:var(--pallette-six)!important;color:var(--pallette-five)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-type-6__cell--selected{background-color:var(--pallette-three)!important;box-shadow:inset 0 0 0 1px var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-evaluator-bar .gh-button--primary,#content_page.questionnaire-realize-shell .gh-register-actions .gh-button--primary{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important}.gh-evaluation-map-page .gh-drop__title,.gh-rate-map-page .gh-drop__title,.gh-consensus-map-page .gh-drop__title{color:var(--pallette-five)!important}.gh-global-map-panel__header{background:linear-gradient(180deg,var(--pallette-one),var(--pallette-five))!important}.gh-global-map-panel__total-badge{background:linear-gradient(to right,var(--pallette-one),var(--pallette-five))!important}.gh-global-map-panel .gh-global-map-table thead td,.gh-global-map-panel .gh-global-map-table .header_char_table td{color:var(--pallette-five)!important}.gh-global-map-panel .gh-global-map-cell--expanded,.gh-global-map-panel tr.gh-global-map-row--expanded td{background-color:var(--pallette-three)!important}.gh-global-map-panel .gh-global-map-advice-badge,.gh-joint-map-page .gh-global-map-advice-badge{background:var(--pallette-three)!important;color:var(--pallette-five)!important;border-color:var(--pallette-four)!important}.gh-consensus-map-page .gh-consensus-table tfoot td{background-color:var(--pallette-six)!important;border-color:var(--pallette-four)!important;color:var(--pallette-two)!important}#popup_learning .popup-learning-thumb-wrap--fallback,#popup_learning .popup-learning-thumb-placeholder{background-color:var(--pallette-five)!important;background-image:var(--palette-card-gradient)!important}#popup_learning .popup-learning-item-title{color:var(--pallette-one)!important}:root{--palette-icon-filter: url(#gh-palette-icon-primary);--palette-icon-filter-secondary: url(#gh-palette-icon-secondary);--palette-icon-filter-hover: url(#gh-palette-icon-hover);--palette-icon-filter-ink: url(#gh-palette-icon-ink)}.gh-action-styled img:not(.gh-palette-icon--native),a.gh-action-styled img:not(.gh-palette-icon--native),a.table-cell_link>img:not(.gh-palette-icon--native),.table-cell_link>img:not(.gh-palette-icon--native),.color-light-blue img:not(.gh-palette-icon--native),.underline-light-blue img:not(.gh-palette-icon--native),a.color-light-blue img:not(.gh-palette-icon--native),a.underline-light-blue img:not(.gh-palette-icon--native),.gh-global-map-panel .gh-global-map-cell--advice [id^=see_advice_]>img,._mc-top-right .table-cell_link img:not(.gh-palette-icon--native),._mc-top-right .class_help_action img:not(.gh-palette-icon--native),.gh-advice-item__actions .gh-action-styled>img,.gh-annexes-file__download.gh-action-styled img,.gh-actions-dropdown-item .gh-action-styled img,.gh-questionnaire-header-icon-btn img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button img[src$=".svg"],.gh-content-global-questionnaire .flex-direction-reverse .gh-action-styled img:not(.gh-palette-icon--native),.gh-joint-map-page .gh-action-styled img:not(.gh-palette-icon--native),.gh-evaluation-map-page .gh-action-styled img:not(.gh-palette-icon--native),.gh-rate-map-page .gh-action-styled img:not(.gh-palette-icon--native),.gh-consensus-map-page .gh-action-styled img:not(.gh-palette-icon--native),.gh-global-map-panel .gh-action-styled img:not(.gh-palette-icon--native),.gh-delete-confirm__actions .gh-action-styled img:not(.gh-palette-icon--native),.gh-popup__actions .gh-action-styled img:not(.gh-palette-icon--native),button:not(.gh-button--primary) img[src$=".svg"]:not(.gh-ce-multi-upload__icon-btn-img):not(.gh-palette-icon--native),a img[src$=".svg"]:not(.gh-ce-multi-upload__icon-btn-img):not(.gh-palette-icon--native){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important}.gh-action-styled:hover img:not(.gh-palette-icon--native),a.table-cell_link:hover>img:not(.gh-palette-icon--native),.table-cell_link:hover>img:not(.gh-palette-icon--native),a.color-light-blue:hover img:not(.gh-palette-icon--native),a.underline-light-blue:hover img:not(.gh-palette-icon--native),._mc-top-right .table-cell_link:hover img:not(.gh-palette-icon--native),.gh-content-global-questionnaire .flex-direction-reverse .gh-action-styled:hover img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}.C1 img:not(.gh-palette-icon--native),.F5 img:not(.gh-palette-icon--native),.link img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter-secondary)!important;-webkit-filter:var(--palette-icon-filter-secondary)!important}.gh-palette-icon--native,.gm-advice-icon,img[src*=advice-star],img[src*=advice-chart],img[src*=advice-good],.gh-program-card img,.gh-program-card__image img,.gh-questionnaire-stage-card__media img,.gh-questionnaire-stage-card__media-brand img,.gh-questionnaire-stage-card__media-placeholder img,.gh-video-thumbnail-wrap img,.gh-image-thumbnail-wrap img,.logo_cabecera_square img,.gh-location img,img[src*=flag],img[src*=logo],img[src*=Logo],.quill-lazy-skeleton img,.popup-learning-thumb-wrap img,#popup_learning img,.gh-questionnaire-video__player,.gh-questionnaire-video__frame img,.chart-radar-fallback img,.gh-easy-upload img,.gh-ce-multi-upload img:not(.gh-ce-multi-upload__icon-btn-img),.gh-multi-upload-popup img,.gh-user-avatar img,._mc-user-trigger-avatar img,.gh-questionnaire-type-7__video-thumb img,.gh-questionnaire-type-5__intro img,.container-evidences img:not(.gh-ce-multi-upload__icon-btn-img):not(.gh-button__icon){filter:none!important;-webkit-filter:none!important}.image-attachment img{filter:none!important;-webkit-filter:none!important}.gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),button.gh-ce-multi-upload__icon-btn img[src$=".svg"]:not(.gh-palette-icon--native),[id^=input_remove_attach_]>img:not(.gh-palette-icon--native),[id^=input_show_attach_image_]>img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important}.gh-ce-multi-upload__file-row:hover .gh-ce-multi-upload__icon-btn:not(:disabled) .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),.gh-ce-multi-upload__icon-btn:hover:not(:disabled) .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),.gh-ce-multi-upload__icon-btn:focus-visible .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),[id^=input_remove_attach_]:hover:not(:disabled)>img:not(.gh-palette-icon--native),[id^=input_show_attach_image_]:hover:not(:disabled)>img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}._mc-icon-btn._mc-primary img,._mc-icon-btn._mc-primary svg,button.gh-button--primary img[src$=".svg"]:not(.gh-palette-icon--native),button.gh-button--primary .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),.gh-button--primary .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),.gh-button--primary img:not(.gh-palette-icon--native),button.gh-button--primary img:not(.gh-palette-icon--native),.gh-popup__icon svg,.gh-location .gh-popup__icon svg,.gh-global-map-panel__header img,.gh-global-map-panel__close img{filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important}button.gh-button--secondary .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),.gh-button--secondary .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important}button.gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),.gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),button.gh-button--secondary:active .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native),.gh-button--secondary:active .gh-button__icon:not([src$=".gif"]):not(.gh-palette-icon--native){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}.gh-drop__toggle svg,._mc-tabs-arrow svg,.gh-subtab__arrow svg,.gh-popup__close svg{fill:currentColor;stroke:currentColor}.gh-drop__toggle,button.gh-drop__toggle{color:var(--pallette-one)}.ql-snow .ql-stroke{stroke:var(--pallette-one)!important}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:var(--pallette-one)!important}.ql-snow .ql-picker-label:hover .ql-stroke,.ql-snow .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-picker-item:hover .ql-stroke,.ql-snow .ql-picker-item.ql-selected .ql-stroke,.ql-snow button:hover .ql-stroke,.ql-snow button.ql-active .ql-stroke{stroke:var(--pallette-one-dark)!important}.ql-snow .ql-picker-label:hover .ql-fill,.ql-snow .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-picker-item:hover .ql-fill,.ql-snow .ql-picker-item.ql-selected .ql-fill,.ql-snow button:hover .ql-fill,.ql-snow button.ql-active .ql-fill{fill:var(--pallette-one-dark)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn img[src$=".svg"]:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn img[src$=".svg"]:not(.gh-palette-icon--native){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn:hover:not(:disabled) .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn:hover:not(:disabled) .gh-ce-multi-upload__icon-btn-img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn:hover:not(:disabled) img[src$=".svg"]:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn:hover:not(:disabled) img[src$=".svg"]:not(.gh-palette-icon--native){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload .gh-button--primary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary img[src$=".svg"]:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload .gh-button--primary img[src$=".svg"]:not(.gh-palette-icon--native){filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important;width:14px!important;height:14px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload .gh-button--primary,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary{color:#fff!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences button.gh-button--secondary img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row button.gh-button--secondary img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important;width:14px!important;height:14px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences button.gh-button--secondary:hover img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row button.gh-button--secondary:hover img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:active .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:active .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences button.gh-button--secondary:active img:not(.gh-palette-icon--native),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row button.gh-button--secondary:active img:not(.gh-palette-icon--native){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}html body .container-numeric-questionnaire,html body .gh-questionnaire-type-8 .container-numeric-questionnaire{--nq-contour: var(--pallette-one);--nq-divider: var(--pallette-four);--nq-selected: var(--pallette-one);--nq-column-selected-bg: var(--pallette-three);--nq-scale-inactive-bg: var(--pallette-six);--nq-scale-active-bg: #fefefe;--nq-value-bg: transparent;--nq-value-color: #a8b4be;--nq-value-active-bg: transparent;--nq-value-active-color: #8a98a4;--nq-radius: 4px;display:flex!important;flex-direction:row!important;align-items:stretch;width:100%;box-sizing:border-box;font-family:var(--font-family-base);overflow:visible}.container-numeric-questionnaire.is-disabled{opacity:.92;pointer-events:none}html body .container-numeric-questionnaire .numeric-questionnaire-column,html body .gh-questionnaire-type-8 .container-numeric-questionnaire .numeric-questionnaire-column{position:relative;z-index:0;display:grid!important;grid-template-rows:minmax(120px,auto) auto!important;flex:1 1 0;min-width:0;cursor:pointer;border:1px solid var(--nq-contour);background-color:#fff;box-sizing:border-box;margin-left:-1px}.numeric-questionnaire-column--first{margin-left:0;border-top-left-radius:var(--nq-radius);border-bottom-left-radius:var(--nq-radius);overflow:hidden}.numeric-questionnaire-column--last{border-top-right-radius:var(--nq-radius);border-bottom-right-radius:var(--nq-radius);overflow:hidden}.numeric-questionnaire-column--selected{z-index:2;background-color:var(--nq-column-selected-bg)}html body .container-numeric-questionnaire .numeric-questionnaire-column__answer,html body .gh-questionnaire-type-8 .container-numeric-questionnaire .numeric-questionnaire-column__answer{padding:12px;text-align:justify;min-height:120px;overflow:visible;box-sizing:border-box}html body .container-numeric-questionnaire .numeric-questionnaire-column__answer .gh_text_field-label,html body .container-numeric-questionnaire .numeric-questionnaire-column__answer .T-text,html body .gh-questionnaire-type-8 .container-numeric-questionnaire .numeric-questionnaire-column__answer .gh_text_field-label,html body .gh-questionnaire-type-8 .container-numeric-questionnaire .numeric-questionnaire-column__answer .T-text{display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;white-space:normal!important;min-width:0!important;flex:none!important;align-items:unset!important;align-self:stretch!important;text-align:justify!important;overflow:visible!important;font-size:15px;line-height:1.65;color:#445a67;font-weight:400;word-break:break-word;cursor:pointer;box-sizing:border-box}.numeric-questionnaire-column__answer .T-text p,.numeric-questionnaire-column__answer .gh_text_field-label p,.numeric-questionnaire-column__answer .T-text>*,.numeric-questionnaire-column__answer .gh_text_field-label>*{margin:0 0 12px;white-space:normal}.numeric-questionnaire-column__answer .T-text>*:last-child,.numeric-questionnaire-column__answer .gh_text_field-label>*:last-child{margin-bottom:0}.numeric-questionnaire-column__answer .T-text li,.numeric-questionnaire-column__answer .gh_text_field-label li{display:list-item!important;list-style-position:outside;list-style-type:disc;margin-left:16px;margin-bottom:4px}.numeric-questionnaire-column__scale{display:flex;width:100%;align-self:end;background-color:var(--nq-scale-inactive-bg)}.numeric-questionnaire-column__scale--active{background-color:var(--nq-scale-active-bg)}.numeric-questionnaire-column__value{flex:1 1 0;min-width:0;margin:0;padding:10px 2px;border:0;border-top:1px solid var(--nq-divider);border-right:1px solid var(--nq-divider);background-color:var(--nq-value-bg);color:var(--nq-value-color);font-family:var(--font-family-base);font-size:14px;font-weight:500;line-height:1.2;text-align:center;cursor:not-allowed;box-sizing:border-box;transition:background-color .15s ease,color .15s ease}.numeric-questionnaire-column__scale--active .numeric-questionnaire-column__value{cursor:pointer;background-color:var(--nq-value-active-bg);color:var(--nq-value-active-color)}.numeric-questionnaire-column__value:last-child{border-right:none}.numeric-questionnaire-column__value--corner-bl{border-bottom-left-radius:var(--nq-radius)}.numeric-questionnaire-column__value--corner-br{border-bottom-right-radius:var(--nq-radius)}.numeric-questionnaire-column__value--selected{background-color:var(--nq-selected)!important;color:#fff!important;font-weight:700;border-top-color:var(--nq-selected)}.numeric-questionnaire-column__value--selected+.numeric-questionnaire-column__value{border-left:none}.numeric-questionnaire-column__value:disabled{cursor:not-allowed}.numeric-questionnaire-column li{list-style-position:inside;margin-bottom:4px}@media(max-width:1100px){html body .container-numeric-questionnaire,html body .gh-questionnaire-type-8 .container-numeric-questionnaire{overflow-x:auto;min-width:920px}}@media(max-width:900px){html body .container-numeric-questionnaire,html body .gh-questionnaire-type-8 .container-numeric-questionnaire{min-width:720px}}*{padding:0;margin:0}:root{--body_color: #FFFFFF}body{background-color:var(--body_color)}.content_page{padding:22px}.modal{border-radius:4px}textarea{padding-top:4px}input[type=color]{display:flex!important;margin-top:-3px}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-active{opacity:0}.modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000004d;z-index:1000}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}:root{--pallette-one: #1b7cc2;--pallette-two: #0B4683;--pallette-three: #eef6fc;--pallette-four: #c5d1df;--pallette-five: #115d96;--pallette-six: #f4f7f8;--pallette-one-dark: var(--pallette-five);--palette-separator: var(--pallette-four);--palette-table-header-bg: color-mix(in srgb, var(--pallette-four) 28%, var(--pallette-three));--palette-table-footer-bg: color-mix(in srgb, var(--pallette-four) 28%, var(--pallette-three));--palette-toggle-border: var(--pallette-four);--palette-toggle-bg: var(--pallette-three);--palette-section-divider-bg: var(--pallette-three);--palette-section-divider-text: var(--pallette-five);--primary: var(--pallette-one);--primary-dark: var(--pallette-five);--blue-50: var(--pallette-three);--blue-200: var(--pallette-four);--blue-600: var(--pallette-one);--blue-700: var(--pallette-five);--_mc-blue-50: var(--pallette-three);--_mc-blue-200: var(--pallette-four);--_mc-blue-600: var(--pallette-one);--_mc-blue-700: var(--pallette-five);--gh-qh-blue-600: var(--pallette-one);--gh-qh-blue-700: var(--pallette-five);--_mc-blue-500: #2e8fd0;--palette-card-gradient: linear-gradient(150deg, var(--_mc-blue-500), var(--pallette-five))}.tab-active,.subtitulo,.nav-active-background,.modal-header,.checkmark_checked{background-color:var(--pallette-one)!important}.tab-inactive>.tab-text{color:var(--pallette-two)!important}.T1,.T4,.T9,.T14,.T19,.C7,.C1,.F2,.container-md_button_content,.link,#select_lang>.T15_action{color:var(--pallette-two)!important}.container-md_button_content,.collapsible_section{border:1px solid var(--pallette-one)!important}.collapsible>svg>.cls-2{fill:var(--pallette-two)!important}.inner_radio-checked{background-color:var(--pallette-one)!important}.collapsible_section-header .label{background-color:var(--pallette-two)!important}.collapsible_section-header .extra_label,.striped,.striped_tree{background-color:var(--pallette-three)!important}.collapsible_expanded{border-top:1px solid var(--pallette-three)!important}.gh_delete_confirm-content{background-color:var(--pallette-three)!important}.modal-body{padding:unset!important}.modal-body>.gh_delete_confirm-content{padding-left:16px!important}.temp-button-class{border:1px solid #007AAE!important;color:#fff!important}@keyframes gh-loader-spin{to{transform:rotate(360deg)}}.gh-spinner{display:inline-block;box-sizing:border-box;border-style:solid;border-color:var(--pallette-four);border-top-color:var(--pallette-one);border-radius:50%;animation:gh-loader-spin .7s linear infinite;flex-shrink:0}.gh-spinner--xs{width:13px;height:13px;border-width:2px}.gh-spinner--sm{width:24px;height:24px;border-width:2px}.gh-spinner--md{width:34px;height:34px;border-width:3px}.gh-spinner--lg{width:40px;height:40px;border-width:3px}.gh-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 0}.gh-loader__text{font-family:var(--font-family-base);font-size:13px;font-weight:600;letter-spacing:.02em;color:#8190a0}.gh-loader-fade-enter-active{transition:opacity .25s ease}.gh-loader-fade-enter-from{opacity:0}@media(prefers-reduced-motion:reduce){.gh-spinner{animation-duration:1.4s}}:root{--font-family-base: "Source Sans 3", system-ui, sans-serif;--platform-min-width: 1024px}html,body,#app,button,input,textarea,select{font-family:var(--font-family-base)}html,body{min-width:var(--platform-min-width)}body.gh-popup-scroll-locked{position:fixed;overflow:hidden!important;width:100%}#app{min-width:var(--platform-min-width)}@font-face{font-family:IBMPlexSans-Bold;src:url(/assets/IBMPlexSans-Bold-BRSQPMC7.ttf)}@font-face{font-family:IBMPlexSans-SemiBold;src:url(/assets/IBMPlexSans-SemiBold-CxxNFTsI.ttf)}@font-face{font-family:IBMPlexSans-Regular;src:url(/assets/IBMPlexSans-Regular-DdMtL_U8.ttf)}@font-face{font-family:OpenSans-Bold;src:url(/assets/OpenSans-Bold-DGvYQtcs.ttf)}@font-face{font-family:OpenSans-Regular;src:url(/assets/OpenSans-Regular-Dtf4kUB_.ttf)}@font-face{font-family:OpenSans-SemiBold;src:url(/assets/OpenSans-SemiBold-D3TTYgdB.ttf)}@font-face{font-family:IBMPlexSans-Medium;src:url(/assets/IBMPlexSans-Medium-CreUDVyb.ttf)}@font-face{font-family:IBMPlexSans-Regular;src:url(/assets/IBMPlexSans-Regular-DdMtL_U8.ttf)}main{overflow:auto;min-height:50px;max-height:calc(100vh - 350px)!important}footer{padding-top:10px}.gh_text_field-label{margin-top:2px}.gh-calendar-field .gh_text_field-label,.gh-calendar-field .gh_calendar-label{margin-top:0}.gh-input-text-field__label,.gh_calendar-label,.gh-data-selector__label,.gh-data-selector__label--view,.gh-textarea__label,.gh-search-window .gh-data-selector__label,.gh-search-window .gh-data-selector__label--view,.group-perms-block__label{width:150px;min-width:150px;max-width:150px;flex:0 0 150px}.group-perms-table__row-inner,.associated-perms-table__row-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px 16px;align-items:start;width:100%}.group-perms-table__check,.associated-perms-table__check{min-width:0}.gh_textarea-double{height:34px;min-height:34px;resize:vertical}.table-cell_link{cursor:pointer}.table-cell_link>img{margin-top:-2px}.reopen_class>span{color:#ff5100!important}.reopen_class:hover>span{text-decoration:underline!important;text-decoration-color:#ff5100!important}.centered_footer{margin-top:10px;display:flex;justify-content:center;align-items:center}.gh-content-global{padding:15px}.gh-row-content{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:flex-start}.gh-row-fields{display:flex;flex-direction:column;width:100%;min-width:0}.gh-row-fields--editor{display:flex;align-items:flex-start;gap:12px;width:100%;min-width:0;margin-bottom:12px}.gh-row-content>div:not(.no_containts):not(.gh-row-fields):not(.gh-row-fields--editor):not(.gh-input-text-field):not(.gh-textarea):not(.gh-data-selector):not(.gh-easy-upload):not(.gh-checks):not(.gh-calendar-field):not(.gh-tree-block){display:contents!important}.gh-row-content>.no_containts{display:unset!important}.gh-row-content>div>div:not(.gh-input-text-field):not(.gh-textarea):not(.gh-data-selector):not(.gh-easy-upload):not(.gh-checks):not(.gh-calendar-field):not(.gh-row-fields--editor){margin-bottom:0!important}.mx-datepicker{width:160px;min-width:160px;max-width:160px}.mx-input-wrapper{width:100%}.mx-icon-calendar{color:var(--pallette-two)}.mx-datepicker svg{width:12px;margin-right:3px;margin-top:-1px;cursor:pointer}.mx-datepicker-popup{border-radius:10px}.mx-datepicker-main{font-family:var(--font-family-base);color:#000;border-radius:10px;overflow:hidden;padding:0}.mx-datepicker-content{padding:0 0 8px}.mx-datepicker-main .mx-calendar{padding:0;box-sizing:border-box}.mx-table.mx-table-date{padding:0 12px;box-sizing:border-box}.mx-table-date thead th{font-weight:700;color:var(--pallette-one);font-family:var(--font-family-base);text-transform:lowercase}.mx-calendar-header{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;column-gap:2px;width:100%;height:40px;padding:0 8px;box-sizing:border-box;line-height:normal;background:linear-gradient(180deg,var(--pallette-one),var(--pallette-one-dark));border-radius:0}.mx-calendar-header .mx-btn-icon-double-left{grid-column:1;grid-row:1}.mx-calendar-header .mx-btn-icon-left{grid-column:2;grid-row:1}.mx-calendar-header-label{grid-column:3;grid-row:1;justify-self:center;display:inline-flex;align-items:center;gap:2px;white-space:nowrap;max-width:100%}.mx-calendar-header .mx-btn-icon-right{grid-column:4;grid-row:1}.mx-calendar-header .mx-btn-icon-double-right{grid-column:5;grid-row:1}.mx-calendar-header .mx-btn-icon-double-left,.mx-calendar-header .mx-btn-icon-left,.mx-calendar-header .mx-btn-icon-double-right,.mx-calendar-header .mx-btn-icon-right{float:none;margin:0}.mx-calendar-header-label,.mx-calendar-header-label .mx-btn-text{color:#fff;font-weight:600}.mx-calendar-header .mx-btn-text{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;min-height:28px;padding:0 8px;margin:0;font-size:13px;font-weight:600;font-family:var(--font-family-base);line-height:1;color:#fffffff2;background:transparent;border:1px solid transparent!important;border-radius:6px;box-shadow:none;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.mx-calendar-header .mx-btn-icon-left,.mx-calendar-header .mx-btn-icon-right,.mx-calendar-header .mx-btn-icon-double-left,.mx-calendar-header .mx-btn-icon-double-right{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;padding:0;text-align:center;line-height:1}.mx-calendar-header .mx-btn-icon-left i,.mx-calendar-header .mx-btn-icon-right i,.mx-calendar-header .mx-btn-icon-double-left i,.mx-calendar-header .mx-btn-icon-double-right i{display:inline-block;line-height:1;font-style:normal;vertical-align:middle}.mx-calendar-header .mx-btn-icon-double-left,.mx-calendar-header .mx-btn-icon-double-right{width:30px;min-width:30px}.mx-calendar-header-label>.mx-btn-text,.mx-calendar-header .mx-btn-current-month,.mx-calendar-header .mx-btn-current-year{height:auto;min-height:28px;padding:0 12px;font-weight:600;box-sizing:border-box}.mx-calendar-header-label>.mx-btn:hover,.mx-calendar-header>.mx-btn:hover,.mx-calendar-header .mx-btn-text:hover{color:#fff!important;background:#ffffff24!important;border-color:#fff6!important;border-radius:6px}.mx-table-year,.mx-table-month{padding:12px 12px 0}.mx-datepicker-main tbody tr:hover,.mx-calendar-content tbody tr:hover{background-color:transparent}.mx-table-date td.cell{border-radius:4px;transition:background-color .15s ease,color .15s ease}.mx-calendar-content .cell:hover{background-color:var(--pallette-six)!important;color:var(--pallette-two);border-radius:4px}.mx-calendar-content .cell.active{color:#fff!important;background-color:var(--pallette-one)!important;border-radius:4px}.mx-calendar-content .cell.active:hover{color:#fff!important;background-color:var(--pallette-one-dark)!important}.mx-table-date td.cell.weekend.active>div{color:#fff}.mx-table-date td.cell.weekend:not(.active)>div{color:#e57373}.mx-table-date td.cell.weekend:not(.active):hover>div{color:red}.mx-table-date td.cell.weekend.not-current-month:not(.active)>div{color:#ffcdd2}.gh-row-content>div:has(>label.gh_calendar-label+.mx-datepicker)>label.gh_calendar-label,.gh-row-content>div:has(>label+.mx-datepicker)>label{padding-right:var(--size-2, 8px);text-align:right;justify-content:flex-end;box-sizing:border-box}.T15_b{font-family:var(--font-family-base)!important;font-weight:700;font-size:14px!important;color:#000}.T16_b{font-family:var(--font-family-base)!important;font-size:14px!important;color:#000}.T15_b>.T14{color:#000!important;font-size:14px!important}.T16_b>.T14{font-family:var(--font-family-base)!important;color:#000!important;font-size:14px!important}.t15b,.legend,.tooltip-text-line{font-family:var(--font-family-base)!important;font-size:12px!important;color:#000}.T1,.T4,.T8,.T9,.T14,.T15,.T15_action,.T16,.T19,.T21,.T-text,.T-subtitle,.T-subtitle-second,.T-subtitle-action,.T-header,.F2,.C1,.C7,.container-md_button_content,.gh_text_field-label,.gh_text_field-input,.gh_data_selector-subtitle{font-family:var(--font-family-base)!important}.T8,.T19,.T15_b,.T1,.T4,.T9{font-weight:700}.T21{font-weight:600}.botonera>.T19{color:#fff}span>.cls-1{fill:#fff}g>.cls-1{fill:#fff}.collapsible_section-extra_label{padding-top:2px}.none_margin>div{margin-bottom:0!important}.info-popup{position:absolute;background-color:#fafafa;border-radius:10px;border:1px solid #C5D1DF;margin-top:-53px;padding-left:10px;margin-left:-10px;z-index:9999}.content-info_popup{padding:20px}.icon-info_anwer{background-color:#0275d8;display:table-cell;vertical-align:middle;width:25px;height:25px;text-align:center;border-radius:100%;color:#fff;opacity:.5;cursor:pointer}.question-info_popup{padding-left:2px;padding-top:12px}.content-body_answer{padding-top:40px;padding-bottom:40px}.disabled{-moz-opacity:.7;opacity:.7;filter:alpha(opacity=70);pointer-events:none}.gh_text_field-input{height:18px}.icon_selector_quizz{width:75px;height:75px;background-color:#d9edfc;border-radius:100%;position:relative;display:inline-block;overflow:hidden}.icon_selector_quizz>img{display:block;position:absolute;top:50%;left:50%;max-height:65%;max-width:65%;transform:translate(-50%,-50%)}.element_block{min-width:1020px!important}.tabs-navigation{margin-left:-12px!important;margin-right:-12px!important}.section_line{background-color:var(--palette-separator);display:flex;padding-left:10px;padding-top:6px;padding-bottom:6px}.business-form__divider{display:flex;align-items:center;width:100%;margin:4px 0 12px;padding:8px 14px;border-radius:6px;background-color:var(--palette-section-divider-bg);box-sizing:border-box}.business-form__divider-text{margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.3;color:var(--palette-section-divider-text)}.Output-Image{max-width:100px!important;padding-right:15px}.mx-datepicker{width:130px!important}.gh-calendar-field .mx-datepicker{width:160px!important;min-width:160px!important;max-width:160px!important}.checkmark,.checkmark_checked,.checkmark-radio{box-sizing:border-box;flex-shrink:0;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.checkmark,.checkmark_checked{width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;border-radius:4px;margin:0;position:relative;overflow:hidden}.checkmark{background-color:#fff;border:1px solid #d1d5db}.checkmark_checked{background-color:#1d7dc3!important;border:1px solid #1d7dc3!important}.inner-checked{position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-65%) rotate(45deg);margin:0;box-sizing:border-box;pointer-events:none}.checkmark-radio{width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;background-color:#fff;border:1px solid #d1d5db;border-radius:50%;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.inner_radio-checked{width:10px;height:10px;border-radius:50%;background-color:#1d7dc3!important;margin:0!important}.d_cajaSuperiorTitulo{font-family:var(--font-family-base);font-size:12pt;font-weight:400;color:#9cb700;padding-top:20px;width:410px;text-align:left;float:left;padding-left:20px}.link{color:var(--pallette-two)!important}a.link:hover{text-decoration:underline}.star_class_back:before{content:"★";font-size:38px!important;padding-left:10px;color:#000!important}.star_class_front:before{content:"★";font-size:30px!important;padding-left:10px}.definition-field-content{width:100%;display:flex}.definition-field-header{display:flex}.gh_delete_confirm-content,.gh_warning_confirm-content,.gh_info_popup-content{margin-top:12px;padding-top:12px;background-color:#e9f7ff}.label_span-2{width:150px}.grid-container-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 10px;width:100%}.grid-container-2-extra{display:grid;grid-template-columns:repeat(2,1fr)}.grid-container-2-extra>div:nth-child(4n+1),.grid-container-2-extra>div:nth-child(4n+2){background-color:#fff}.grid-container-2-extra>div:nth-child(4n+3),.grid-container-2-extra>div:nth-child(4n+4){background-color:#d9edfc}.grid-item{padding-right:10px}.min-width-460>div{min-width:460px!important}.warning_exist>div>.definition-field-content>.definition-field-header>.definition-field_header-text{color:red!important}.collapsible_section-label{padding-top:4px!important}.gh-grid-2,.gh-grid-3,.gh-grid-4,.gh-grid-6{display:grid;gap:12px 16px;padding-bottom:8px;width:100%}.gh-grid-2{grid-template-columns:repeat(2,1fr)}.gh-grid-3{grid-template-columns:repeat(3,1fr)}.gh-grid-4{grid-template-columns:repeat(4,1fr)}.gh-grid-6{grid-template-columns:repeat(6,1fr)}.gh-grid-2>.gh-grid-col,.gh-grid-3>.gh-grid-col,.gh-grid-4>.gh-grid-col,.gh-grid-6>.gh-grid-col,.gh-grid-2>div,.gh-grid-3>div,.gh-grid-4>div,.gh-grid-6>div{min-width:0}.gh-grid-col-full{grid-column:1 / -1}.gh-grid-col-span-2{grid-column:span 2}.gh-grid-col-span-3{grid-column:span 3}.gh-grid-col-span-4{grid-column:span 4}.gh-grid-col-span-6{grid-column:span 6}.gh-grid-2 :is(.gh-input-text-field,.gh-textarea,.gh-data-selector,.gh-tree-block),.gh-grid-3 :is(.gh-input-text-field,.gh-textarea,.gh-data-selector,.gh-tree-block),.gh-grid-4 :is(.gh-input-text-field,.gh-textarea,.gh-data-selector,.gh-tree-block),.gh-grid-6 :is(.gh-input-text-field,.gh-textarea,.gh-data-selector,.gh-tree-block){margin-bottom:0}.gh-register-form{display:flex;flex-direction:column}.gh-register-actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:8px;padding:0}.gh-register-actions .gh-button{margin-bottom:0}.delete-min-width>div>div{min-width:unset!important}.delete-min-width>div>div>div{margin-bottom:unset!important}.calendar-parent>div{display:flex}.calendar-parent>div>label{margin-top:2px}.gh-content-ranking{padding-top:15px}#data_file_easy_download_block,#data_extra_file_file_easy_download_block{word-break:break-word}button>img{height:12px}:root{--gh-field-view-row-min-height: 36px;--gh-field-view-text-padding-top: 9px}.gh-row-content:has(>[class*=__view-label]),.gh-row-content:has(>.ccaa-view-label),.gh-row-content:has(>label.gh_text_field-label.T15+label.gh_text_field-label.T15_b):not(:where(.support-incidence-window *)),.gh-row-content:has(>[class*=__view-row]),[class*=__view-row],.ab-view-field,.assignation-base-field-stack{align-items:flex-start}.gh-row-content:has(>[class*=__view-label]),.gh-row-content:has(>.ccaa-view-label),.gh-row-content:has(>label.gh_text_field-label.T15+label.gh_text_field-label.T15_b):not(:where(.support-incidence-window *)),.gh-row-content:has(>[class*=__view-row]),[class*=__view-row]{display:flex;flex-wrap:nowrap;gap:12px;width:100%;min-width:0}[class*=__view-label]:not([class*=--compact]),.ccaa-view-label,.creation-field-label,.evaluation-field-label,.gh-row-content:not(:where(.support-incidence-window *))>label.gh_text_field-label.T15:has(+label.gh_text_field-label.T15_b),[class*=__view-row]>label.gh_text_field-label.T15:first-child{display:flex;align-items:flex-start;justify-content:flex-end;flex:0 0 150px;min-width:150px;max-width:150px;min-height:0;margin:0;padding:var(--gh-field-view-text-padding-top) 0 0;text-align:right;box-sizing:border-box;font-size:14px;font-weight:600;line-height:1.3;color:#3d4f63;align-self:flex-start}.exercise-form__view-label--compact{flex:0 0 auto;min-width:0;max-width:none;min-height:0}[class*=__view-value],.gh-row-content:not(:where(.support-incidence-window *))>label.gh_text_field-label.T15+label.gh_text_field-label.T15_b,[class*=__view-row]>label.gh_text_field-label.T15_b{flex:1;min-width:0;display:block;margin:0;padding:var(--gh-field-view-text-padding-top) 0 0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;font-size:14px;line-height:1.3;box-sizing:border-box}.gh-input-text-field--view,.gh-data-selector--view,.gh-calendar-field--view,.gh-checks--view{align-items:flex-start}.gh-input-text-field--view .gh-input-text-field__label,.gh-data-selector__label--view,.gh-calendar-field--view .gh-input-text-field__label,.gh-calendar-field--view .gh_calendar-label{align-items:flex-start;align-self:flex-start;min-height:0;padding-top:var(--gh-field-view-text-padding-top)}.gh-input-text-field__value,.gh-data-selector__view-value,.gh-calendar-field--view .gh-calendar-field__value{display:block;min-height:0;margin:0;padding:var(--gh-field-view-text-padding-top) 0 0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.gh-textarea--view{align-items:flex-start}.gh-textarea--view .gh-textarea__label{align-items:flex-start;align-self:flex-start;min-height:0;padding-top:var(--gh-field-view-text-padding-top)}.gh-textarea__view{display:block;min-height:0;margin:0;padding:var(--gh-field-view-text-padding-top) 0 0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.assignation-base-field-stack>.gh_text_field-label.T15{padding-top:var(--gh-field-view-text-padding-top)}.assignation-base-field-stack>.gh_text_field-label.T15_b{display:block;padding-top:var(--gh-field-view-text-padding-top)}.ab-view-field,.ab-view-field-group .ab-view-field{align-items:flex-start}.ab-view-field__label{display:flex;align-items:flex-start;justify-content:flex-end;align-self:flex-start;min-height:0;padding-top:var(--gh-field-view-text-padding-top)}.ab-view-field__value{display:block;min-height:0;padding-top:var(--gh-field-view-text-padding-top);white-space:normal;overflow-wrap:anywhere;word-break:break-word}form#form_assignation_base.form-assignation-base--view .gh-row-column-flex .assignation-base-field-stack{align-items:flex-start}.t8{color:#1080b5;font-family:var(--font-family-base)!important;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.32px}.container-md_button{height:34px;border-radius:4px;box-shadow:0 2px 2px #8a898a;outline:none;border:1px solid #0b4683;background:transparent;margin-right:8px;float:left;color:#fff;font-family:var(--font-family-base);background-color:#0b4683;font-weight:700}.container-md_button:hover{color:#0b4683}.container-user>input{width:312px;min-width:312px}.container-user,.container-password{top:189px;left:269px;width:312px}.container-password>input{width:285px;min-width:285px}.introduzcalosdatos_t12{opacity:.87;margin-left:25px;margin-top:58px;width:338px;height:33px}.t12{font-family:var(--font-family-base);font-size:13px;line-height:24px;color:#000}.t11{font-family:var(--font-family-base);font-weight:700;font-size:20px;line-height:16px;color:#0b4683}.recordarnombre_t11{position:absolute;left:25px;top:25px}.telefono_t8_1_{margin-bottom:26px;left:265px;top:144px;width:318px;height:18px}.recordar_t5_2_{opacity:.54;left:269px;top:356px;width:111px;height:9px}.t5,.remember_password_message{color:#0b4683;font-family:var(--font-family-base);font-size:14px;letter-spacing:.12px}.t13{font-family:var(--font-family-base);font-size:14px;line-height:16px;text-transform:uppercase;color:#fff}.t13:hover{font-family:var(--font-family-base);font-size:14px;line-height:16px;text-transform:uppercase;color:#000}.text-inline{white-space:nowrap}.alink{cursor:pointer}.alink:hover{text-decoration:underline}.botonera{display:flex;margin-top:64px;left:269px}.botonera>button:hover{color:#000!important}.botonera>button{color:#fff!important}.ayuda_fondo_2_{background:#fff;width:610px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:0 6px 6px #00000059}.modal{background:#fff;box-shadow:#00000059 0 2px 1px;overflow-x:auto;display:flex;flex-direction:column}.error-login{height:25px;margin-bottom:20px;padding-top:5px;width:312px}#content_page.questionnaire-realize-shell{--gh-qh-blue-700: var(--pallette-five);--gh-qh-blue-600: var(--pallette-one);--gh-qh-line: var(--pallette-four);--gh-qh-muted: #6b8494;--gh-content-page-padding: 22px;max-width:none!important;width:100%!important;min-width:1024px;padding:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box;overflow-x:visible;background-color:var(--body_color, #dddddd);--gh-questionnaire-empty-header-height: var(--_mc-header-main-height, 98px);--gh-questionnaire-fixed-top-with-menu: calc(var(--_mc-header-main-height, 98px) + var(--_mc-location-height, 66px));--gh-questionnaire-fixed-top-empty: calc(var(--gh-questionnaire-empty-header-height) + var(--_mc-location-height, 66px));--gh-menu-bar-height: var(--gh-questionnaire-fixed-top-with-menu);--gh-questionnaire-page-top: var(--gh-menu-bar-height);--gh-questionnaire-page-bottom: calc(var(--size-5, 32px) + env(safe-area-inset-bottom, 0px));--gh-questionnaire-height-fuzz: 4px}@media(min-width:2560px)and (max-width:3839px){#content_page.questionnaire-realize-shell{--gh-questionnaire-page-bottom: calc(var(--size-6, 40px) + env(safe-area-inset-bottom, 0px))}}@media(min-width:3840px),(min-height:2160px){#content_page.questionnaire-realize-shell{--gh-questionnaire-page-bottom: calc(var(--size-6, 40px) + var(--size-3, 12px) + env(safe-area-inset-bottom, 0px))}}#content_page.questionnaire-realize-shell.questionnaire-shell-below-gh-location:not(.questionnaire-empty-shell){--gh-questionnaire-page-top: var(--gh-questionnaire-fixed-top-with-menu)}#content_page.questionnaire-realize-shell.questionnaire-empty-shell{--gh-questionnaire-page-top: var(--gh-questionnaire-fixed-top-empty)}.app-root:not(:has(.gh-questionnaire-empty-top))>#content_page.questionnaire-realize-shell.questionnaire-empty-shell{--gh-questionnaire-page-top: 0px}.gh-questionnaire-empty-top{width:100%}.gh-questionnaire-empty-header__company{margin:0;font-family:var(--font-family-base);font-size:18px;font-weight:700;line-height:1.3;color:var(--pallette-four);letter-spacing:.02em}#content_page.questionnaire-realize-shell.questionnaire-realize-shell--standalone{--gh-questionnaire-page-top: 0px}#content_page.questionnaire-realize-shell .gh_position-line.gh_position-line--realize-index{position:sticky!important;top:var(--gh-questionnaire-page-top)!important;z-index:12!important;width:100%;max-width:none;min-width:1024px!important;min-height:56px;margin-left:0!important;margin-right:0!important;box-sizing:border-box;background-color:#fff!important;box-shadow:0 1px 3px #1432500f!important;border:none!important;border-bottom:1px solid var(--gh-qh-line)!important;isolation:isolate}#content_page.questionnaire-realize-shell .gh_position-line.gh_position-line--realize-index:before{content:"";position:absolute;top:-6px;left:0;width:100%;height:6px;background:#fff;z-index:-1;pointer-events:none}#content_page.questionnaire-realize-shell .gh-content-questionnaire.gh-content-questionnaire--realize-index{background:#fff!important;padding:12px var(--gh-content-page-padding, 22px)!important;box-sizing:border-box}#content_page.questionnaire-realize-shell .gh-questionnaire-constructor-root{display:block!important;box-sizing:border-box!important;overflow:visible!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire,.gh-content-global-questionnaire.gh-content-global-questionnaire--realize-shell{--gh-content-page-padding: 22px;padding-left:var(--gh-content-page-padding, 22px)!important;padding-right:var(--gh-content-page-padding, 22px)!important;padding-top:var(--gh-content-page-padding, 22px)!important;padding-bottom:calc(var(--gh-content-page-padding, 22px) + env(safe-area-inset-bottom,0px))!important;box-sizing:border-box!important;max-width:100%!important;min-width:1024px!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important;background-color:transparent!important}#content_page.questionnaire-realize-shell .gh-questionnaire-constructor-root,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire,.gh-content-global-questionnaire--realize-shell{font-family:var(--font-family-base)!important}#content_page.questionnaire-realize-shell .gh-questionnaire-constructor-root :where(.T-text,.T-subtitle,.T-subtitle-second,.T-subtitle-action,.T-header,.T15,.T15_b,.T15_action,.T16,.T19,.gh_text_field-label,.gh-row-content,.gh-statement-content,.gh-button,.gh-button__text,.gh-action,.container-evidences-title,.container-evidences-files-count,.gh-questionnaire-support-material__title,.gh-questionnaire-support-material__name,.gh-questionnaire-support-material__description,.gh-questionnaire-type-5__title,.gh-questionnaire-type-5__statement-title,.gh-questionnaire-type-5__statement-body,.gh-questionnaire-type-6__col-label,.gh-questionnaire-type-6__question-text,.gh-questionnaire-type-2 .input-box-item__label,.gh-questionnaire-closed-options__label,.gh-questionnaire-type-8 .container-numeric-questionnaire .numeric-questionnaire-column__answer .T-text,.gh-questionnaire-stage-card__title,.gh-questionnaire-stage-card__description,.gh-questionnaire-stage-card__info-title,.gh-questionnaire-stage-card__info-body,.gh-questionnaire-stage-card__media-brand-label,.quill-lazy-preview),.gh-content-global-questionnaire--realize-shell :where(.T-text,.T-subtitle,.T-subtitle-second,.T-subtitle-action,.T-header,.gh_text_field-label,.gh-row-content,.gh-statement-content){font-family:var(--font-family-base)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body :is(p,span,div,li,td,th,h1,h2,h3,h4,h5,h6,strong,em,a,label),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-stage-card :is(p,span,div,li,a,label),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__statement-body :is(p,span,div,li,a,label),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .quill-lazy-preview :is(p,span,div,li,a,label){font-family:inherit!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .questionnaire-constructor-quill-wrap .ql-container.ql-snow .ql-editor,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .quill-textarea-wrapper .ql-container.ql-snow .ql-editor{font-family:var(--font-family-base)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh_position-index .overflow-index{height:auto!important;max-height:none!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire--overlay-open{background-color:transparent!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding,#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-questionnaire-index-bar{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:var(--size-4, 16px)!important;width:100%}#content_page.questionnaire-realize-shell .gh-questionnaire-index-bar__lead{display:flex!important;align-items:center!important;gap:12px!important;flex:1 1 auto!important;min-width:0!important;overflow:hidden!important}#content_page.questionnaire-realize-shell .gh-questionnaire-index-bar__lead.gh-questionnaire-header-breadcrumb-current-title-interactive{width:fit-content!important;max-width:100%!important;cursor:pointer!important}#content_page.questionnaire-realize-shell .gh-questionnaire-index-bar__title{margin:0!important;padding:0!important;font-family:var(--font-family-base)!important;font-size:17px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:-.01em!important;color:var(--gh-qh-blue-700)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#content_page.questionnaire-realize-shell .gh-questionnaire-header-breadcrumb{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;overflow:hidden}#content_page.questionnaire-realize-shell .gh-questionnaire-header-breadcrumb__segment{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit}#content_page.questionnaire-realize-shell .gh-questionnaire-header-breadcrumb__segment--muted{flex:0 1 auto;color:var(--gh-qh-muted)!important;font-weight:600!important}#content_page.questionnaire-realize-shell .gh-questionnaire-header-breadcrumb__segment:not(.gh-questionnaire-header-breadcrumb__segment--muted){flex:1 1 auto;color:var(--gh-qh-blue-700)!important;font-weight:700!important}#content_page.questionnaire-realize-shell .gh-questionnaire-header-breadcrumb__separator{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:16px;height:16px;color:var(--gh-qh-muted);opacity:.9}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis{flex:1 1 auto!important;width:auto!important;max-width:100%!important;min-width:0!important;margin-right:0!important;overflow:hidden!important;white-space:nowrap!important;align-items:center!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-hamburger-line{background-color:var(--gh-qh-muted)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-hamburger-btn{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;margin:0!important;border:1px solid var(--gh-qh-line)!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important;cursor:pointer!important;flex-shrink:0!important;transition:background-color .15s ease,border-color .15s ease}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-hamburger-btn:hover{background:var(--pallette-three)!important;border-color:var(--pallette-four)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-hamburger-btn .gh-questionnaire-hamburger-line{display:block!important;width:16px!important;height:2px!important;margin:0!important;border-radius:999px!important;background-color:var(--gh-qh-muted)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .bread-crumb.T-header,#content_page.questionnaire-realize-shell .gh-content-questionnaire .bread-crumb.color-light-blue{font-family:var(--font-family-base)!important;color:var(--gh-qh-blue-700)!important;margin-top:0!important;margin-left:0!important;font-size:17px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:-.01em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis>div:nth-last-child(-n+2) .bread-crumb.T-header{font-weight:var(--font-weight-bold)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis>div:not(:last-child) .bread-crumb.T-header,#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis>div:not(:last-child) .bread-crumb.color-light-blue{color:#6b8494!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;flex-shrink:0!important;margin-left:auto!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-button{margin:0!important;padding:10px 20px!important;min-height:36px!important;border-radius:8px!important;font-family:var(--font-family-base)!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important;box-shadow:0 2px 4px #0000001f!important;white-space:nowrap!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-button--primary{background-color:var(--gh-qh-blue-600)!important;border-color:var(--gh-qh-blue-600)!important;color:#fff!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-button--primary:hover{background-color:var(--gh-qh-blue-700)!important;border-color:var(--gh-qh-blue-700)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-button--primary .gh-button__icon:not([src$=".gif"]){filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important;width:14px!important;height:14px!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-questionnaire-header-icon-btn{width:36px!important;min-width:36px!important;height:36px!important;padding:0!important;box-shadow:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-questionnaire-header-icon-btn .gh-button__text:empty{display:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire--realize-index .gh-questionnaire-header-trailing-actions .gh-questionnaire-header-icon-btn .gh-button__icon{filter:none!important;width:16px!important;height:16px!important;margin:0!important;opacity:.72}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-breadcrumb-current-title{flex:1 0 100%;width:100%;max-width:100%;min-width:0!important;box-sizing:border-box;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;font-family:var(--font-family-base)!important;color:var(--pallette-one)!important;font-weight:var(--font-weight-bold)!important;font-size:var(--font-size-h3)!important;line-height:1.3!important;margin-bottom:0!important;padding:0!important;overflow:hidden}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-breadcrumb-current-title-interactive{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:var(--size-3, 16px)!important;width:fit-content!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;cursor:pointer!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-breadcrumb-current-title .gh-questionnaire-header-hamburger-line{background-color:var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-breadcrumb-current-title .gh-questionnaire-header-breadcrumb-current-title-text{display:block!important;flex:0 1 auto!important;width:auto!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis>div>.gh-bread-crumb-segment{overflow:hidden!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis .gh-banner-bread-crumb-label{display:block!important;min-width:0!important;max-width:100%!important;flex:1 1 auto!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.ellipsis .gh_margin-arrow img{filter:none!important;margin-top:0!important;vertical-align:middle;opacity:.55}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.gh-questionnaire-header-menu-trigger{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:calc(var(--size-5) + var(--size-1))!important;height:calc(var(--size-5) + var(--size-1))!important;min-width:calc(var(--size-5) + var(--size-1))!important;min-height:calc(var(--size-5) + var(--size-1))!important;margin:0 var(--size-2) 0 0!important;margin-top:0!important;margin-left:0!important;padding:0!important;border-radius:50%!important;background:var(--white)!important;box-shadow:var(--shadow-3);position:relative}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.gh-questionnaire-header-menu-trigger>div{display:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.gh-questionnaire-header-menu-trigger:after{content:"‹";position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:translateY(-.11em)!important;font-size:var(--font-size-h3);line-height:1!important;color:var(--primary);font-weight:var(--font-weight-bold);pointer-events:none;text-align:center;font-family:var(--font-family-base)}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next .T19.container-md_button_content,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next button[class*=container-md_button_content].button-questionnaire-primary{align-items:center!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next button.button-questionnaire-primary:after,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next .T19.container-md_button_content:after,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next button[class*=container-md_button_content].button-questionnaire-primary:after,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-trailing-actions>button.gh-questionnaire-header-next.button-questionnaire-primary:after{content:"‹"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;box-sizing:border-box!important;width:1em!important;height:1em!important;min-width:1em!important;min-height:1em!important;line-height:1!important;padding:0!important;margin:0!important;font-size:var(--font-size-h3)!important;font-weight:var(--font-weight-bold)!important;font-family:var(--font-family-base)!important;color:inherit!important;vertical-align:middle!important;transform:translateY(-.11em) scaleX(-1)!important;flex-shrink:0!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-trailing-actions .button-questionnaire-secondary,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-middle .button-questionnaire-secondary,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-evaluator-actions .button-questionnaire-secondary{background:var(--primary)!important;color:var(--white)!important;border:var(--stroke-1) solid var(--primary)!important;border-radius:var(--radius-3)!important;min-height:calc(var(--size-5) + var(--size-1))!important;box-shadow:none!important;white-space:nowrap!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-trailing-actions .button-questionnaire-secondary p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-middle .button-questionnaire-secondary p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-evaluator-actions .button-questionnaire-secondary p{color:var(--white)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-trailing-actions .button-questionnaire-secondary:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-middle .button-questionnaire-secondary:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-evaluator-actions .button-questionnaire-secondary:hover{background:color-mix(in srgb,var(--primary) 88%,var(--black))!important;color:var(--white)!important;border-color:color-mix(in srgb,var(--primary) 88%,var(--black))!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .button-questionnaire-primary,#content_page.questionnaire-realize-shell .gh-content-questionnaire .T19.container-md_button_content.button-questionnaire-primary{background:var(--primary)!important;color:var(--white)!important;border:var(--stroke-1) solid var(--primary)!important;border-radius:var(--radius-3)!important;min-height:calc(var(--size-5) + var(--size-1))!important;box-shadow:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .button-questionnaire-primary p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .T19.container-md_button_content.button-questionnaire-primary p{color:var(--white)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .button-questionnaire-primary:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .T19.container-md_button_content.button-questionnaire-primary:hover{background:color-mix(in srgb,var(--primary) 88%,var(--black))!important;color:var(--white)!important;border-color:color-mix(in srgb,var(--primary) 88%,var(--black))!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .button-questionnaire-primary:hover p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .T19.container-md_button_content.button-questionnaire-primary:hover p{color:var(--white)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary:disabled,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary[disabled],#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary:disabled,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary[disabled]{opacity:.55!important;cursor:not-allowed!important;background:var(--white)!important;color:var(--primary)!important;border:var(--stroke-1) solid var(--white)!important;box-shadow:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary:disabled:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary[disabled]:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary:disabled:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary[disabled]:hover{background:var(--white)!important;color:var(--primary)!important;border-color:var(--white)!important;opacity:.55!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary:disabled p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.button-questionnaire-primary[disabled] p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary:disabled p,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-next.T19.container-md_button_content.button-questionnaire-primary[disabled] p{color:var(--primary)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>a.table-cell_link,#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.gh-questionnaire-header-middle>a.table-cell_link,#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding a#close_eval{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border:1px solid var(--gh-qh-line)!important;border-radius:8px!important;background:#fff!important;color:#6b8494!important;box-sizing:border-box!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding a img{filter:none;opacity:.72}#content_page.questionnaire-realize-shell .gh-content-questionnaire .underline-light-blue{text-decoration:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire>.gh-row-content-without-padding>.gh-questionnaire-header-middle>div[style*="width: 50px"]{display:none!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire a#close_eval,#content_page.questionnaire-realize-shell .gh-content-questionnaire button#close_eval{display:inline-flex!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon .button-questionnaire-secondary,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon .T19.container-md_button_content.button-questionnaire-secondary{background:var(--white)!important;color:var(--primary)!important;border:var(--stroke-1) solid var(--white)!important;border-radius:var(--radius-3)!important;min-height:calc(var(--size-5) + var(--size-1))!important;height:auto!important;width:auto!important;min-width:auto!important;padding:var(--size-2, 8px) var(--size-4, 16px)!important;box-sizing:border-box!important;box-shadow:none!important;display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;align-items:center!important;gap:var(--size-2, 8px)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon .button-questionnaire-secondary:hover,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon .T19.container-md_button_content.button-questionnaire-secondary:hover{background:var(--not-white)!important;color:var(--primary)!important;border-color:var(--not-white)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button p{color:var(--primary)!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button:disabled,#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button[disabled]{opacity:.55!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button img{width:20px!important;height:20px!important;flex-shrink:0!important}#content_page.questionnaire-realize-shell .gh-content-questionnaire .gh-questionnaire-header-save-icon button img[src$=".svg"]{filter:var(--palette-icon-filter, url(#gh-palette-icon-primary))!important;-webkit-filter:var(--palette-icon-filter, url(#gh-palette-icon-primary))!important}#content_page.questionnaire-realize-shell.questionnaire-shell-below-gh-location{padding-top:0!important;box-sizing:border-box}#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire .gh_position-map:not(.gh_position-annexes){margin-top:var(--size-4, 16px)}#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire .gh_position-index .overflow-index>div:first-child{margin-top:var(--size-2, 8px)!important}html:has(#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire.gh-content-global-questionnaire--overlay-open),body:has(#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire.gh-content-global-questionnaire--overlay-open),#app:has(#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire.gh-content-global-questionnaire--overlay-open){overflow:hidden!important}#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire.gh-content-global-questionnaire--overlay-open .gh_position-map>.overflow-index{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}#content_page.questionnaire-shell-below-gh-location .gh-content-global-questionnaire.gh-content-global-questionnaire--overlay-open .gh_position-index .gh-index-guide-body{max-height:calc(100dvh - 360px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}.gh-questionnaire-stage-card--card-grid,#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card--card-grid,.gh-content-global-questionnaire--realize-shell .gh-questionnaire-stage-card--card-grid{padding:24px 28px 28px}.gh-questionnaire-stage-card__grid-body{width:100%;box-sizing:border-box}.gh-questionnaire-stage-card__cards,#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card__cards,.gh-content-global-questionnaire--realize-shell .gh-questionnaire-stage-card__cards{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px;width:100%;padding:0;margin:0}.gh-questionnaire-stage-card__cards--sidebar{flex:0 0 280px;max-width:280px;padding-top:4px}.gh-questionnaire-stage-card__finish-panel{flex:1 1 auto;min-width:0;padding-top:12px;margin-left:32px}#content_page.questionnaire-realize-shell .card-container,.gh-content-global-questionnaire--realize-shell .card-container,.gh-questionnaire-stage-card__cards.card-container{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px;width:100%!important}#content_page.questionnaire-realize-shell .card-container>div{flex:0 1 330px;max-width:330px;width:100%;min-width:0}#content_page.questionnaire-realize-shell .centered{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}#content_page.questionnaire-realize-shell .card-container,.gh-content-global-questionnaire--realize-shell .card-container,.gh-questionnaire-stage-card__cards.card-container{padding-top:0;padding-left:0;padding-right:0;margin-left:0;margin-right:0;gap:20px}#content_page.questionnaire-realize-shell .gh-questionnaire-card-trigger{display:block;flex:0 1 330px;max-width:330px}#content_page.questionnaire-realize-shell .question-body{border-radius:12px;box-shadow:0 2px 12px #11395a12;border:1px solid rgba(17,57,90,.08)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire--realize-shell:has(.gh-questionnaire-body-header-actions){padding-top:16px!important}#content_page.questionnaire-realize-shell .gh-questionnaire-evaluator-bar{padding-bottom:8px!important}#content_page.questionnaire-realize-shell .gh-questionnaire-body-header-actions{display:flex!important;flex-direction:row-reverse!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:16px!important}#content_page.questionnaire-realize-shell .gh-questionnaire-body-header-actions--after-evaluator{margin-top:4px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire--realize-shell:has(.gh-questionnaire-body-header-actions) .question-body{margin-top:0!important}.gh-content-global-questionnaire .flex-direction-reverse #action_know_more,.gh-content-global-questionnaire .flex-direction-reverse #action_information{display:inline-flex!important;align-items:center!important}.gh-content-global-questionnaire .flex-direction-reverse .gh-action-styled img{display:inline-block!important;visibility:visible!important;opacity:1!important}.gh-content-global-questionnaire .flex-direction-reverse #action_know_more img{height:14px!important;max-width:20px!important}.gh-content-global-questionnaire .flex-direction-reverse #action_information img{height:14px!important;max-width:16px!important}.gh-content-global-questionnaire .flex-direction-reverse .gh-action-styled:hover img{filter:var(--palette-icon-filter-hover, url(#gh-palette-icon-hover))!important;-webkit-filter:var(--palette-icon-filter-hover, url(#gh-palette-icon-hover))!important}.gh-questionnaire-stage-card,#content_page.questionnaire-realize-shell .gh-questionnaire-stage-card,.gh-content-global-questionnaire--realize-shell .gh-questionnaire-stage-card{width:100%;max-width:100%;box-sizing:border-box;background:#fff;border:1px solid var(--gh-qh-line);border-radius:16px;box-shadow:0 2px 12px #11395a12;padding:24px 28px 28px;font-family:var(--font-family-base)}.gh-questionnaire-stage-card__hero-row{display:flex;flex-direction:row;align-items:flex-start;gap:28px}.gh-questionnaire-stage-card__media{position:relative;flex:0 0 260px;width:260px;max-width:260px;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:var(--pallette-three)}.gh-questionnaire-stage-card__media-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.gh-questionnaire-stage-card__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--palette-card-gradient)}.gh-questionnaire-stage-card__media-brand{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px 16px;box-sizing:border-box;color:#fff;background-color:var(--gh-qh-blue-700);background-image:radial-gradient(circle,rgba(255,255,255,.14) 1px,transparent 1px),var(--palette-card-gradient);background-size:12px 12px,100% 100%}.gh-questionnaire-stage-card__media-brand-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:#ffffff29;border:1px solid rgba(255,255,255,.28)}.gh-questionnaire-stage-card__media-brand-icon svg{width:28px;height:28px}.gh-questionnaire-stage-card__media-brand-label{max-width:180px;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;text-align:center;line-height:1.35}.gh-questionnaire-stage-card__intro{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;min-width:0;padding-top:2px}.gh-questionnaire-stage-card__title{margin:0;font-size:21px;font-weight:800;line-height:1.3;letter-spacing:-.02em;color:var(--gh-qh-blue-700)}.gh-questionnaire-stage-card__description,.gh-questionnaire-stage-card__description p{margin:0;font-size:14px;line-height:1.6;color:#445a67}.gh-questionnaire-stage-card__info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid var(--gh-qh-line)}.gh-questionnaire-stage-card__info-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-questionnaire-stage-card__info-grid--one{grid-template-columns:minmax(0,1fr)}.gh-questionnaire-stage-card__info-col{min-width:0}.gh-questionnaire-stage-card__info-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.gh-questionnaire-stage-card__info-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:var(--gh-qh-blue-600)}.gh-questionnaire-stage-card__info-icon svg{width:22px;height:22px}.gh-questionnaire-stage-card__info-title{margin:0;font-size:17px;font-weight:700;line-height:1.3;color:var(--gh-qh-blue-700)}.gh-questionnaire-stage-card__info-body,.gh-questionnaire-stage-card__info-body p{margin:0;font-size:14px;line-height:1.6;color:#445a67}.gh-questionnaire-stage-card__info-body strong,.gh-questionnaire-stage-card__info-body b{color:var(--gh-qh-blue-700);font-weight:700}.gh-questionnaire-stage-card__footer{display:flex;justify-content:center;margin-top:32px;padding-top:8px}.gh-questionnaire-stage-card__cta.gh-button{min-width:220px;padding:12px 28px!important;margin:0!important;font-size:15px!important;font-weight:700!important;border-radius:8px!important;box-shadow:0 2px 4px #0000001f!important}@media(max-width:960px){.gh-questionnaire-stage-card__hero-row{flex-direction:column;align-items:stretch}.gh-questionnaire-stage-card__media{flex:0 0 auto;width:100%;max-width:320px}.gh-questionnaire-stage-card__info-grid,.gh-questionnaire-stage-card__info-grid--two{grid-template-columns:1fr}}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-5,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-6,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-8,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-2,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-3,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-4,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-1,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-7{padding:28px 32px 32px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-5,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-6,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-8,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-2,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-3,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-4,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-1,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-7{display:flex;flex-direction:column;gap:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__title{margin:0 0 20px;font-family:var(--font-family-base);font-size:22px;font-weight:700;line-height:1.3;color:var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__intro{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:4px;width:100%;box-sizing:border-box}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__intro .gh-questionnaire-type-5__statement-body{width:100%;margin-top:0;margin-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__intro .gh-image-thumbnail-wrap,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__intro .gh-video-thumbnail-wrap{flex-shrink:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__statements{display:flex;flex-direction:column;gap:16px;margin-top:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__statement{margin:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__statement-title{margin:0 0 8px;font-family:var(--font-family-base);font-size:16px;font-weight:700;line-height:1.45;color:var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-5 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-6 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-8 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-2 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-3 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-4 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-1 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-7 .gh-questionnaire-type-5__statement-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-5 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-6 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-8 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-2 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-3 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-4 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-1 .gh-questionnaire-type-5__statement-body p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-7 .gh-questionnaire-type-5__statement-body p{margin:0 0 14px;font-family:var(--font-family-base);font-size:15px;line-height:1.65;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-5 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-6 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-8 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-2 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-3 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-4 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-1 .gh-row-content .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-content--type-7 .gh-row-content .T-text{color:#445a67;line-height:1.65!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-video--inline{margin-top:16px;width:100%;max-width:100%;border-color:var(--gh-qh-line);box-shadow:0 2px 12px #11395a12}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-video__chrome{background:linear-gradient(90deg,#e8f3fb 0%,var(--pallette-six) 100%);border-bottom-color:var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-video__frame{width:100%;max-width:100%;max-height:500px;background:linear-gradient(160deg,#0d1b26,#152a38)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-video__player{width:100%;max-width:100%;max-height:500px;background:#0d1b26}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-video__error{background:var(--pallette-six)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__intro .gh-video-thumbnail-wrap,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-row-content .gh-video-thumbnail-wrap{margin-top:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-video-thumbnail-wrap{border-color:var(--gh-qh-line);box-shadow:0 2px 12px #11395a12}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-video-thumbnail-wrap:hover{border-color:var(--pallette-four);box-shadow:0 8px 22px #11395a24}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-image-thumbnail-wrap{border-color:var(--gh-qh-line);box-shadow:0 2px 12px #11395a12}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-options-group{border:1px solid var(--gh-qh-line);box-shadow:0 1px 2px #11395a0a}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-options-group .input-contorn-selector{border:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-options-group .input-contorn-selector+.input-contorn-selector{border-top:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-answer-options-group .input-contorn-selector--selected{border-color:transparent;box-shadow:inset 3px 0 0 0 var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload .gh-button{margin:0!important;padding:10px 20px!important;min-height:36px!important;border-radius:8px!important;font-family:var(--font-family-base)!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important;box-shadow:0 2px 4px #0000001f!important;white-space:nowrap!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button{margin-bottom:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__file-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__file-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .multistatement-evidence-placeholder__file-row{color:#4d616d}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary:focus-visible,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:focus-visible,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary:focus-visible,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:focus-visible{outline:2px solid var(--pallette-one)!important;outline-offset:2px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn:focus-visible{outline:2px solid var(--pallette-one)!important;outline-offset:2px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-easy-upload__field:focus-visible,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-easy-upload__image-box:focus-visible{outline:none;border-color:var(--pallette-four, var(--pallette-one))!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--pallette-one) 22%,transparent)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-easy-upload__field--dragover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-easy-upload__image-box--dragover{border-color:var(--pallette-one)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--pallette-one) 22%,transparent)!important;background-color:var(--pallette-three)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary{background-color:var(--pallette-one)!important;border-color:var(--pallette-one)!important;color:#fff!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary:hover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary:hover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary:active,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary:active{background-color:var(--pallette-one-dark, var(--pallette-five))!important;border-color:var(--pallette-one-dark, var(--pallette-five))!important;color:#fff!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary{color:var(--pallette-one)!important;border-color:var(--pallette-four)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:hover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:hover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:active,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:active{color:var(--pallette-one-dark, var(--pallette-five))!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-title{font-family:var(--font-family-base)!important;font-size:var(--font-size-h5, 18px)!important;font-weight:var(--font-weight-bold, 700)!important;color:var(--pallette-one)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .container-evidences-download-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh_text_field-label.T-text{font-family:var(--font-family-base)!important;font-size:var(--font-size-body, 14px)!important;font-weight:var(--font-weight-regular, 400)!important;color:var(--black, #000000)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row label.T-text:first-of-type,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row label.container-evidences-download-text:first-of-type{margin-left:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .T-text p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .T-text>*,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .container-evidences-download-text p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .container-evidences-download-text>*{font-family:inherit!important;color:inherit!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .color-light-blue,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .underline-light-blue,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .T-subtitle-second,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-action-styled{font-family:var(--font-family-base)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__file-link.gh-action-styled,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__file-link.gh-action-styled{color:#4d616d!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn{color:var(--pallette-one)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__files,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__files{margin-top:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__file-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .multistatement-evidence-placeholder__file-row{gap:4px 8px;align-items:center}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__file-actions,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__file-actions{gap:2px;margin-left:2px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn{min-width:28px;height:28px;padding:0 4px;border:none;border-radius:6px;background:transparent;cursor:pointer}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload__icon-btn:hover:not(:disabled),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .gh-ce-multi-upload__icon-btn:hover:not(:disabled){background:var(--pallette-three)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection{margin-top:12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection .pa-detail{margin-top:0;border-color:var(--gh-qh-line);background:#fff;border-radius:8px;overflow:hidden}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection .pa-detail__list{margin-left:8px;padding-left:12px;border-left-color:var(--pallette-four)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection .pa-detail__item{font-family:var(--font-family-base)!important;font-size:13px!important;color:#3d4f63!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection .pa-detail__item.striped{background-color:var(--pallette-three)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-associated-with-selection .pa-detail__item.striped_white{background-color:#fff!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__element-extra--dual{flex-direction:column;gap:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__element-extra--dual .gh-questionnaire-type-7__element-extra-divider{flex:0 0 auto;width:100%;height:1px;min-height:0;margin:16px 0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .gh-questionnaire-type-7__element-extra--dual .gh-questionnaire-type-7__element-extra-divider{flex:0 0 1px;width:1px;height:auto;align-self:stretch;min-height:48px;margin:0 8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-header .gh-questionnaire-type-7__associated-with-action{margin:0;flex-shrink:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-files-count{display:inline-flex;align-items:center;align-self:center;margin:0;padding:0;min-height:0;white-space:nowrap;font-family:var(--font-family-base)!important;font-size:13px!important;font-weight:400!important;line-height:16px!important;color:#445a67!important;letter-spacing:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-files-count--limit{color:#d64545!important;font-weight:600!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--primary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--primary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-ce-multi-upload .gh-button--primary .gh-button__icon:not([src$=".gif"]){filter:brightness(0) invert(1)!important;-webkit-filter:brightness(0) invert(1)!important;width:14px!important;height:14px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary .gh-button__icon:not([src$=".gif"]){filter:var(--palette-icon-filter)!important;-webkit-filter:var(--palette-icon-filter)!important;width:14px!important;height:14px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:hover .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences .gh-button--secondary:active .gh-button__icon:not([src$=".gif"]),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences-download-row .gh-button--secondary:active .gh-button__icon:not([src$=".gif"]){filter:var(--palette-icon-filter-hover)!important;-webkit-filter:var(--palette-icon-filter-hover)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-1,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-2,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-3,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-4,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-5,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-6,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-8{margin-top:28px;padding-top:24px;border-top:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-1 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-2 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-3 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-4 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-5 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-6 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-7 .container-evidences-download-row,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .container-evidences--type-8 .container-evidences-download-row{align-items:center;gap:10px 12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__actions,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:28px!important;padding-top:8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__actions .gh-button,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-5__actions button,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__actions .gh-button,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__actions button{margin-bottom:0!important;min-width:180px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material{margin:0 0 32px;padding:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material--below{margin:20px 0 32px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material--structural{margin-top:40px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__title{margin:0 0 16px;font-family:var(--font-family-base);font-size:18px;font-weight:700;line-height:1.3;color:var(--pallette-one)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material:not(.gh-questionnaire-support-material--below) .gh-questionnaire-support-material__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;min-height:168px;padding:20px 22px;margin:0;box-sizing:border-box;border:1px solid var(--_mc-line);border-radius:14px;background:#fff;box-shadow:0 1px 3px #1432500f;text-align:left;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__head{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__card:hover{box-shadow:0 10px 26px #11395a1f;border-color:var(--_mc-blue-200)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__card:focus-visible{outline:2px solid var(--pallette-one);outline-offset:3px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--pallette-three);color:var(--pallette-one)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__icon svg{width:22px;height:22px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__name{margin:0;flex:1 1 auto;min-width:0;font-family:var(--font-family-base);font-size:16px;font-weight:700;line-height:1.35;color:var(--pallette-one)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__description{margin:0;font-family:var(--font-family-base);font-size:14px;line-height:1.55;color:var(--_mc-ink-2, #445a67)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8{width:100%;margin-top:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8__intro{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8__intro .gh-questionnaire-type-5__statement-body:last-child{margin-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .container-numeric-questionnaire{--nq-contour: var(--pallette-one);--nq-divider: var(--pallette-four);--nq-selected: var(--pallette-one);--nq-column-selected-bg: var(--pallette-three);--nq-scale-inactive-bg: #f9fafb;--nq-scale-active-bg: #fefefe;--nq-value-bg: transparent;--nq-value-color: #a8b4be;--nq-value-active-bg: transparent;--nq-value-active-color: #8a98a4;--nq-radius: 8px;margin-top:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer{min-height:180px;padding:14px 14px 12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column--selected{background-color:var(--nq-column-selected-bg)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .gh_text_field-label,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .T-text p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .gh_text_field-label p,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .T-text li,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__answer .gh_text_field-label li{font-size:15px;line-height:1.65;color:#445a67;font-weight:400}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__value{padding:11px 2px;font-size:13px;font-weight:500}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .numeric-questionnaire-column__value--selected{background-color:var(--nq-selected)!important;color:#fff!important;font-weight:700}@media(max-width:1100px){#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .container-numeric-questionnaire{overflow-x:auto}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .container-numeric-questionnaire{min-width:920px}}@media(max-width:900px){#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-8 .container-numeric-questionnaire{min-width:720px}}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6{margin-top:8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4{margin-top:20px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-answer-options-group,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-answer-options-group{margin-bottom:0;border:1px solid var(--gh-qh-line);border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #11395a0f}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-answer-options-group .input-contorn-selector,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-answer-options-group .input-contorn-selector{padding:12px 14px;min-height:48px;border:none;background-color:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-answer-options-group .input-contorn-selector+.input-contorn-selector,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-answer-options-group .input-contorn-selector+.input-contorn-selector{border-top:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .input-contorn-selector,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .input-contorn-selector{padding:12px 14px;min-height:48px;border-color:var(--gh-qh-line);background-color:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .input-contorn-selector:hover:not(.input-contorn-selector--selected),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .input-contorn-selector:hover:not(.input-contorn-selector--selected){background-color:var(--pallette-six);border-color:var(--pallette-four)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-answer-options-group .input-contorn-selector:hover:not(.input-contorn-selector--selected),#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-answer-options-group .input-contorn-selector:hover:not(.input-contorn-selector--selected){background-color:var(--pallette-six);border-color:transparent}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .input-contorn-selector--selected,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .input-contorn-selector--selected{background-color:var(--pallette-three);border-color:var(--gh-qh-blue-700);box-shadow:inset 0 0 0 1px var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-answer-options-group .input-contorn-selector--selected,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-answer-options-group .input-contorn-selector--selected{border-color:transparent;box-shadow:inset 3px 0 0 0 var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-questionnaire-closed-options__label,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-questionnaire-closed-options__label{margin-left:12px!important;font-family:var(--font-family-base);font-size:15px;font-weight:400;line-height:1.45;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .input-contorn-selector--selected .gh-questionnaire-closed-options__label,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .input-contorn-selector--selected .gh-questionnaire-closed-options__label{color:var(--gh-qh-blue-700);font-weight:600}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-checks__control--radio,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-checks__control--radio,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-checks__control--checkbox,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-checks__control--checkbox{border-color:var(--pallette-four)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-checks__control--checked,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-checks__control--checked{border-color:var(--gh-qh-blue-700);background-color:var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-3 .gh-checks__radio-dot--visible,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-4 .gh-checks__radio-dot--visible{background-color:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2{margin-top:20px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__selector,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__range{width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__range{margin-top:8px;padding:12px 0 8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 .input-box-container{gap:0;justify-content:stretch;flex-wrap:nowrap}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 .input-box-item{flex:1 1 0;height:40px;min-height:40px;margin:0;padding:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 .input-box-item.selected{border-width:1px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 .range-container{margin-bottom:8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 .range-value{background-color:var(--gh-qh-blue-700);font-family:var(--font-family-base);font-size:13px;font-weight:600;padding:4px 8px;border-radius:6px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 input[type=range]{width:100%;height:6px;accent-color:var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 input[type=range]::-webkit-slider-thumb{background:var(--gh-qh-blue-700);height:18px;width:18px;border-radius:50%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 input[type=range]::-moz-range-thumb{background:var(--gh-qh-blue-700);height:18px;width:18px;border-radius:50%;border:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 input[type=range]::-moz-range-track{background:var(--gh-qh-line);height:6px;border-radius:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2 input[type=range]::-moz-range-progress{background-color:var(--gh-qh-blue-700);border-radius:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__legend{margin-top:6px;padding-top:0;border-top:none;display:flex;justify-content:flex-end;align-items:center;font-family:var(--font-family-base);font-size:14px;line-height:1.65;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-legend-action{justify-content:flex-end;margin-left:auto}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-legend-action .gh-action-styled{margin:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__legend .T-text,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-2__legend p{margin:0 0 8px;color:#445a67;line-height:1.65}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize{margin-top:20px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px 0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-row>div:not(.gh-question-inline):not(.gh-questions-numeric-percentage){flex:1 1 100%;min-width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;margin-top:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage .gh-question-inline{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px;flex:0 0 auto;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage .gh-question-inline>.gh-input-text-field,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage .gh-question-inline>.gh-questionnaire-type-1__percentage-field{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;width:auto!important;max-width:none!important;margin-bottom:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__numeric-label{width:auto;min-width:0;max-width:none;margin:0;padding:0;text-align:left;white-space:nowrap}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage .gh-input-text-field{margin-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__numeric-field.gh-input-text-field,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questions-numeric-percentage #answer_numeric{min-width:9ch;box-sizing:border-box}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__percentage-field{gap:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__percentage-field .gh-input-text-field{max-width:160px;margin-right:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__percentage-suffix{margin:0;line-height:1}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .quill-textarea-wrapper,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .questionnaire-constructor-quill-wrap,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea.gh-textarea{width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea.gh-textarea{flex-direction:column;align-items:stretch;gap:0;margin-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea .gh-textarea__label{display:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea .gh-textarea__field,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea .gh-textarea__editor{width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .gh-questionnaire-type-1__textarea.gh-textarea--view .gh-textarea__view{width:100%;min-height:80px;padding:12px 14px;border:1px solid var(--gh-qh-line);border-radius:8px;background:var(--pallette-six);font-size:14px;line-height:1.55;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-1--realize .quill-lazy-preview{width:100%;font-family:var(--font-family-base)!important;font-size:15px!important;line-height:1.65!important;color:#445a67!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize{margin-top:8px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline{border:none;border-radius:0;background:transparent;overflow:visible}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .multistatement-element-lazy-slot{padding:16px 0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__answer-block--first,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__answer-block--first .gh-questionnaire-type-7__answer-label-row{margin-top:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-block{margin-top:24px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-block--first{margin-top:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row.gh-tree-selector__row{background:transparent;border-radius:0;padding:0;margin:0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row .gh-tree-selector__inner{width:100%;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row .gh-tree-selector__content,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand{flex-wrap:nowrap;width:auto}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row .gh-tree-selector__label,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand .gh-tree-selector__label{flex:0 1 auto;min-width:0;cursor:pointer;white-space:normal}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__section-title{margin:0;font-family:var(--font-family-base)!important;font-size:16px!important;font-weight:700!important;line-height:1.45!important;color:var(--gh-qh-blue-700)!important;cursor:pointer}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row--reference{margin-top:0;margin-left:0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row--reference .gh-tree-selector__content{display:flex;align-items:center;gap:8px;flex-wrap:wrap;width:100%;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__expand-row--reference .gh-tree-selector__label{flex:0 1 auto;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-label-row{display:flex;align-items:flex-start;gap:12px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-label-main{flex:1 1 auto;min-width:0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options{margin-top:10px;width:100%;box-sizing:border-box}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;align-items:start}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;align-items:start}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-1 .gh-answer-options-group{margin-bottom:0;border:1px solid var(--gh-qh-line);border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #11395a0f}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-1 .gh-answer-options-group .input-contorn-selector{border:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-1 .gh-answer-options-group .input-contorn-selector+.input-contorn-selector{border-top:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options .input-contorn-selector{min-height:48px;padding:12px 14px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options .input-contorn-selector--selected{background-color:var(--pallette-three);border-color:var(--gh-qh-blue-700);box-shadow:inset 0 0 0 1px var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-1 .gh-answer-options-group .input-contorn-selector--selected{border-color:transparent;box-shadow:inset 3px 0 0 0 var(--gh-qh-blue-700)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options .gh-questionnaire-closed-options__label{margin-left:12px!important;font-size:15px;line-height:1.45;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options .input-contorn-selector--selected .gh-questionnaire-closed-options__label{color:var(--gh-qh-blue-700);font-weight:600}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-option{margin-bottom:0;height:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-status{white-space:nowrap;margin-top:0!important;margin-left:0!important;color:var(--gh-qh-muted)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__element-extra{display:flex;flex-direction:column;gap:0;width:100%;margin-top:16px;padding:0;border-top:none;background:transparent}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--inline .gh-questionnaire-type-7__element-extra .container-evidences{flex:1 1 100%;min-width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-block--first .gh-questionnaire-type-7__answer-label-row{margin-top:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-action{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding-bottom:12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-action-btn.gh-action-styled,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-restore-btn.gh-action-styled{margin:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-restore-btn.gh-action-styled.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-panel{margin-bottom:12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0;border:1px solid var(--gh-qh-line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #11395a12}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:12px 16px;border:none;border-top:1px solid var(--gh-qh-line);border-radius:0;background:#fff;box-sizing:border-box;transition:background-color .15s ease,box-shadow .15s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--first{border-top:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row:hover{background:var(--pallette-six)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--ghost{opacity:.55;background:var(--pallette-three)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--chosen,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--drag{background:var(--pallette-three)!important;box-shadow:0 4px 14px #115d961f;z-index:2}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-index{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:8px;background:var(--pallette-three);border:1px solid var(--pallette-four);color:var(--gh-qh-blue-700);font-family:var(--font-family-base);font-size:13px;font-weight:700;line-height:1}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-name{flex:1 1 auto;min-width:0;font-family:var(--font-family-base)!important;font-size:15px;font-weight:600;line-height:1.45;color:var(--gh-qh-blue-700);word-break:break-word}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-name--empty{font-weight:500;color:#6b8494}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-handle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border:1px solid var(--gh-qh-line);border-radius:8px;background:#fff;color:#6b8494;cursor:grab;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row:hover .gh-questionnaire-type-7__reorder-handle{border-color:var(--pallette-four);color:var(--gh-qh-blue-700);background:var(--pallette-six)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--chosen .gh-questionnaire-type-7__reorder-handle,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reorder-row--drag .gh-questionnaire-type-7__reorder-handle{cursor:grabbing;border-color:var(--pallette-four);color:var(--gh-qh-blue-700);background:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack{border:1px solid var(--gh-qh-line);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #11395a12;background:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card{border:none;border-radius:0;background:#fff;box-shadow:none;overflow:hidden;transition:background-color .2s ease,border-color .2s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--first{border-radius:16px 16px 0 0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--last{border-radius:0 0 16px 16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--only{border-radius:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--not-first{border-top:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--expanded{background:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack:has(.gh-questionnaire-type-7__element--expanded){border-color:var(--pallette-four);box-shadow:0 4px 18px #115d961a}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--first .gh-questionnaire-type-7__element-header{border-radius:16px 16px 0 0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--last:not(.gh-questionnaire-type-7__element--expanded) .gh-questionnaire-type-7__element-header{border-radius:0 0 16px 16px;border-bottom:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--only:not(.gh-questionnaire-type-7__element--expanded) .gh-questionnaire-type-7__element-header{border-radius:16px;border-bottom:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--last.gh-questionnaire-type-7__element--expanded .gh-questionnaire-type-7__element-body,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__elements-stack .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--only.gh-questionnaire-type-7__element--expanded .gh-questionnaire-type-7__element-body{border-radius:0 0 16px 16px;overflow:hidden}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element{border:none;border-radius:0;background:transparent;overflow:visible}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card.gh-questionnaire-type-7__element--not-first{margin-top:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header{padding:12px 20px;min-height:52px;box-sizing:border-box;background:var(--pallette-six);border-bottom:1px solid var(--gh-qh-line);transition:background-color .2s ease,border-color .2s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header--expanded{background:var(--pallette-three);border-bottom-color:var(--pallette-four)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header-main{display:flex;flex-wrap:nowrap;align-items:center;gap:12px;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand{flex:1 1 0;min-width:0;width:auto;flex-wrap:nowrap}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand .gh-tree-selector__label,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-expand .gh-drop__toggle{flex:0 0 auto}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input.gh-input-text-field{flex:1 1 0;width:100%;min-width:0;max-width:none;margin-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh-input-text-field__input,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh_text_field-input{width:100%;min-height:36px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete{margin-left:auto;flex-shrink:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn.gh-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;min-width:36px!important;height:36px!important;padding:0!important;margin:0!important;box-shadow:none!important;border:1px solid var(--gh-qh-line)!important;border-radius:8px!important;background:#fff!important;color:#6b8494!important;box-sizing:border-box!important;transition:background-color .15s ease,border-color .15s ease}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn .gh-button__text:empty{display:none!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn .gh-button__icon{width:16px!important;height:16px!important;margin:0!important;opacity:.72;filter:none!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn.gh-button:hover,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn.gh-button--secondary:hover{background:#fdecea!important;border-color:#f0b4b4!important;color:#d64545!important;box-shadow:none!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn.gh-button:hover .gh-button__icon,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-delete-btn.gh-button--secondary:hover .gh-button__icon{opacity:1;filter:brightness(0) saturate(100%) invert(36%) sepia(72%) saturate(2476%) hue-rotate(328deg) brightness(92%) contrast(88%)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-body{background:#fff}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .multistatement-element-lazy-slot{padding:20px 24px 8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .multistatement-element-lazy-slot{padding:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .gh-questionnaire-type-7__answer-block{margin-top:0;padding-bottom:4px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .gh-questionnaire-type-7__answer-block+.gh-questionnaire-type-7__answer-block{margin-top:20px;padding-top:20px;border-top:1px solid #eef2f5}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .gh-questionnaire-type-7__reference-label-row{margin-top:20px;padding-top:20px;border-top:1px solid #eef2f5}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-label-row{margin-top:20px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-label-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:12px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-label-main{flex:1 1 auto;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__answer-words-badge,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__reference-status-badge{display:inline-flex;align-items:center;flex-shrink:0;margin:0;padding:2px 10px;border-radius:999px;background:var(--pallette-three);color:var(--gh-qh-blue-700);border:1px solid var(--pallette-four);font-family:var(--font-family-base);font-size:12px;font-weight:600;line-height:1.35;letter-spacing:.01em;white-space:nowrap}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__answer-words-badge.gh-questionnaire-type-7__answer-words-badge--complete,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__reference-status-badge.gh-questionnaire-type-7__reference-status-badge--complete{background:#edf7f0;border-color:#9fd4ad;color:#2f8f4e}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__answer-words-badge.gh-questionnaire-type-7__answer-words-badge--over-limit{background:#fdecea;border-color:#f0b4b4;color:#d64545}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-tree-state-badge.gh-questionnaire-type-7__reference-status-badge:not(.gh-questionnaire-type-7__reference-status-badge--complete){background:#f4f7f9;border-color:#d1dce3;color:var(--gh-qh-muted)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-indication{flex:0 0 auto;text-align:right}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-editor{margin-top:8px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea.gh-textarea{flex-direction:column;align-items:stretch;gap:0;margin-bottom:0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea .gh-textarea__label{display:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea .gh-textarea__field,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea .gh-textarea__editor,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea .gh-textarea__editor.content-edited-textarea.gh-quill-fe{width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea--over-limit .gh-textarea__editor.content-edited-textarea.gh-quill-fe{border-color:#e57373;box-shadow:0 0 0 2px #e5393526}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton{width:100%;border:1px solid var(--pallette-four);border-radius:8px;overflow:hidden}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .ql-toolbar.ql-snow.quill-lazy-skeleton__toolbar{background:var(--pallette-six)!important;border:none!important;border-bottom:1px solid var(--gh-qh-line)!important;padding:6px 8px!important;min-height:40px;gap:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .ql-toolbar.ql-snow .ql-formats{gap:0!important;margin:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .ql-toolbar.ql-snow .ql-formats>*+*{margin-left:-1px!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .quill-lazy-skeleton__btn{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;border:1px solid var(--pallette-four)!important;background-color:#fff!important;box-shadow:none!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .ql-container.ql-snow{border:none!important;background:#fff!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea-skeleton .ql-editor.quill-lazy-skeleton__editor{min-height:108px!important;padding:14px 16px!important;font-size:15px!important;line-height:1.65!important;color:#445a67!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__textarea.gh-textarea--view .gh-textarea__view{width:100%;min-height:80px;padding:12px 14px;border:1px solid var(--gh-qh-line);border-radius:8px;background:var(--pallette-six);font-size:14px;line-height:1.55;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh_text_field-input,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh-input-text-field__input{border:1px solid var(--pallette-four);border-radius:8px;background:#fff;min-height:36px;padding:8px 12px;font-size:14px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header--expanded .gh-questionnaire-type-7__element-name-input .gh_text_field-input,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header--expanded .gh-questionnaire-type-7__element-name-input .gh-input-text-field__input{border-color:var(--pallette-four);background:#fff;box-shadow:0 1px 3px #115d960f}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh_text_field-input:focus,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-name-input .gh-input-text-field__input:focus{border-color:var(--gh-qh-blue-700);box-shadow:0 0 0 3px #115d961f;outline:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__quill-wrap,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-preview{width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__answer-preview{font-family:var(--font-family-base)!important;font-size:15px!important;line-height:1.65!important;color:#445a67!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-extra{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;padding:0 24px 24px;border-top:none;background:transparent}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element--card .gh-questionnaire-type-7__element-extra .container-evidences{margin-top:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-extra .container-evidences{margin-left:0!important;margin-top:0!important;padding-top:0!important;border-top:none!important;background:transparent!important;flex:1 1 280px;min-width:min(100%,280px)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-extra .container-evidences--type-7{margin-top:0!important;padding-top:0!important;border-top:none!important;background:transparent!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .multistatement-element-lazy-slot [style*="margin-left: 23px"]{margin-left:0!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element{margin-top:12px;padding:12px 16px;border:1px dashed var(--pallette-four);border-radius:12px;background:var(--pallette-six)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element .separator-line{display:none}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-top:0;min-height:28px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element-action.gh-action-styled{margin:0!important;align-self:center}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element-action.gh-action-styled.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element-count{display:inline-flex;align-items:center;align-self:center;margin:0;padding:0;min-height:26px;white-space:nowrap;font-family:var(--font-family-base)!important;font-size:13px;font-weight:400;line-height:16px;color:#445a67;letter-spacing:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__add-element-count--limit{color:#d64545;font-weight:600}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element-header:has(.gh-questionnaire-type-7__element-header-main:empty){display:none;padding:0;border:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__element:not(:has(.gh-questionnaire-type-7__element-expand,.gh-questionnaire-type-7__element-name-input)):not(.gh-questionnaire-type-7__element--inline) .multistatement-element-lazy-slot{padding-top:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__matrix{display:flex;flex-direction:column;gap:0;width:100%}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__header{display:flex;flex-wrap:nowrap;align-items:flex-end;gap:0;padding:0 0 12px;border-bottom:1px solid var(--gh-qh-line)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__header-spacer{flex:1 1 auto;min-width:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__col-header{flex:0 0 88px;width:88px;text-align:center}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__col-label{display:block;font-family:var(--font-family-base);font-size:15px;font-weight:700;line-height:1.45;color:var(--pallette-one)}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__row{display:flex;flex-wrap:nowrap;align-items:center;gap:0;width:100%;min-height:52px;padding:12px 0;border-bottom:1px solid var(--gh-qh-line);box-sizing:border-box}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__row:last-child{border-bottom:none;padding-bottom:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__label{flex:1 1 auto;min-width:0;padding-right:16px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__question-text{display:block;font-family:var(--font-family-base);font-size:15px;font-weight:400;line-height:1.65;color:#445a67}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__option{flex:0 0 88px;width:88px;display:flex;align-items:center;justify-content:center}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__option--checkbox{flex:0 0 88px;width:88px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__matrix--checkbox-only .gh-questionnaire-type-6__option--checkbox{flex:0 0 40px;width:40px;justify-content:flex-start}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__matrix--checkbox-only .gh-questionnaire-type-6__row{padding-left:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__option .gh-checks{justify-content:center}@media(max-width:720px){#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__col-header,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__option{flex:0 0 64px;width:64px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__col-label{font-size:13px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-6__question-text{font-size:14px}}@media(max-width:1100px){#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__grid,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material:not(.gh-questionnaire-support-material--below) .gh-questionnaire-support-material__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material__grid,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-support-material:not(.gh-questionnaire-support-material--below) .gh-questionnaire-support-material__grid{grid-template-columns:1fr}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-5,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-6,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-8,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-2,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-3,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-4,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-1,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .question-body--type-7{padding:22px 20px 24px}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-2,#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-questionnaire-type-7--realize .gh-questionnaire-type-7__reference-options--cols-3{grid-template-columns:1fr}}#content_page.questionnaire-realize-shell .gh-skeleton-questionnaire--page{padding-left:var(--gh-content-page-padding);padding-right:var(--gh-content-page-padding);padding-bottom:var(--gh-questionnaire-page-bottom, 32px)}#content_page.questionnaire-realize-shell.questionnaire-realize-shell--standalone .gh-skeleton-questionnaire--page{padding-top:0}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire .gh-skeleton-questionnaire--section .gh-skeleton-questionnaire__card{margin-top:10px;margin-bottom:var(--size-10, 40px)!important}#content_page.questionnaire-realize-shell .gh-content-global-questionnaire--realize-shell .gh-skeleton-questionnaire--section{padding-top:0}.gh-icon-glyph{display:inline-block;flex-shrink:0;background-color:currentColor;mask-image:var(--gh-icon-glyph-url);mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-image:var(--gh-icon-glyph-url);-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;pointer-events:none}display: inline-flex; align-items: center; gap: 2px; flex-shrink: 0; margin-left: 2px; } .gh-ce-multi-upload__file-row{color:#4d616d}.gh-ce-multi-upload__icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0;min-width:28px;height:28px;padding:0 4px;margin:0;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.gh-ce-multi-upload__icon-btn:hover:not(:disabled){background:var(--pallette-three, #eef6fc)}.gh-ce-multi-upload__icon-btn:active:not(:disabled){background:var(--pallette-four, #e1eefb)}.gh-ce-multi-upload__icon-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.gh-ce-multi-upload__icon-btn:disabled{opacity:.45;cursor:not-allowed}.gh-ce-multi-upload__icon-glyph{width:16px;height:16px;min-width:16px;min-height:16px}.gh-ce-multi-upload__icon-btn-img--preview,.gh-ce-multi-upload__icon-btn-img--remove{width:16px;height:16px;min-width:16px;min-height:16px;margin:0;object-fit:contain}.gh-ce-multi-upload__file-actions .gh-ce-multi-upload__icon-btn-label{font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif);font-size:13px;line-height:1;color:inherit}.gh-ce-multi-upload__file-actions .pa-detail{margin-top:12px;padding:12px 14px;border-radius:8px;border:1px solid var(--palette-toggle-border, var(--pallette-four));background:#fff;box-sizing:border-box}.gh-ce-multi-upload__file-actions .pa-detail__group{display:flex;flex-direction:column;gap:6px}.gh-ce-multi-upload__file-actions .pa-detail__group+.pa-detail__group{margin-top:14px;padding-top:14px;border-top:1px dashed var(--palette-toggle-border, var(--pallette-four))}.gh-ce-multi-upload__file-actions .pa-detail__label{display:block;width:100%;box-sizing:border-box;margin:0;padding:8px 10px;border-radius:6px;font-family:"Source Sans 3",system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.35;color:#8190a0;background-color:var(--palette-toggle-bg, var(--pallette-three));border:1px solid var(--palette-toggle-border, var(--pallette-four))}.gh-ce-multi-upload__file-actions .pa-detail__list{margin:2px 0 4px 12px;padding:2px 0 2px 12px;border-left:2px solid var(--palette-toggle-border, var(--pallette-four));list-style:none}.gh-ce-multi-upload__file-actions .pa-detail__item{padding:6px 8px 6px 10px;min-height:24px;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif);font-size:13px;font-weight:400;line-height:1.4;color:var(--_mc-ink-2, #445a67);word-break:break-word;box-sizing:border-box;border-radius:4px}.gh-ce-multi-upload__file-actions .pa-detail__item.striped_white{background-color:#fff}.gh-ce-multi-upload__file-actions .pa-detail__item.striped{background-color:color-mix(in srgb,var(--palette-toggle-bg, var(--pallette-three)) 55%,#ffffff)}.gh-ce-multi-upload__file-actions .gh-associated-with-selection{margin-top:12px;width:100%}.gh-ce-multi-upload__file-actions .container-evidences-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.gh-ce-multi-upload__file-actions .container-evidences-header .gh-questionnaire-type-7__associated-with-action{margin:0;flex-shrink:0}.gh-ce-multi-upload__file-actions .gh-questionnaire-type-7__element-extra--dual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0 16px}.gh-ce-multi-upload__file-actions .gh-questionnaire-type-7__element-extra-divider{flex:0 0 100%;width:100%;height:1px;margin:16px 0;padding:0;border:none;border-radius:0;background-color:#e1e8ec}.gh-ce-multi-upload__file-actions .gh-questionnaire-type-7__element-extra--dual .gh-questionnaire-type-7__element-extra-divider{flex:0 0 1px;width:1px;height:auto;align-self:stretch;min-height:48px;margin:0 8px}.gh-ce-multi-upload__file-actions .gh-associated-with-selection .pa-detail{margin-top:12px;padding:12px 14px;border-radius:8px;border:1px solid var(--palette-toggle-border, var(--pallette-four));background:#fff}.gh-ce-multi-upload__file-actions .gh-associated-with-selection--empty .pa-detail{padding:10px 14px}.gh-ce-multi-upload__file-actions .gh-associated-with-selection__empty-text{margin:0;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif);font-size:13px;line-height:1.4;color:#8aa0ad;font-style:italic}.gh-ce-multi-upload__file-actions #popup_assign #form_todo_assign{padding:14px 22px 16px;box-sizing:border-box}.gh-ce-multi-upload__file-actions #popup_assign #form_todo_assign .pa-hint{border-color:var(--palette-toggle-border, var(--pallette-four));background:var(--palette-toggle-bg, var(--pallette-three));color:var(--pallette-two, var(--pallette-five))}.gh-ce-multi-upload__file-actions .Vue-Toastification__container{padding:14px;z-index:2000}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast{--gh-toast-accent: var(--_mc-blue-600, #1b7cc2);--gh-toast-shadow: rgba(27, 124, 194, .28);--gh-toast-tint: rgba(27, 124, 194, .12);display:flex!important;flex-direction:row;align-items:flex-start!important;min-height:auto!important;padding:14px 14px 18px 16px;margin-bottom:12px;border-radius:12px;border:1px solid var(--gh-toast-accent);background:#fff;color:var(--_mc-ink, #1f3947);box-shadow:0 1px 2px #11395a0f,0 10px 26px var(--gh-toast-shadow);font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif)!important;transition:box-shadow .18s ease,transform .18s ease}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast:hover{box-shadow:0 2px 4px #11395a14,0 14px 32px var(--gh-toast-shadow)}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast-body{flex:1;align-self:flex-start;padding-top:1px;font-family:var(--font-family-base, "Source Sans 3", system-ui, sans-serif)!important;font-size:14px;font-weight:600;line-height:1.45;letter-spacing:.005em;color:var(--_mc-ink, #1f3947)}.gh-ce-multi-upload__file-actions .Vue-Toastification__icon{width:22px;min-width:22px;height:22px!important;min-height:22px!important;max-height:22px!important;margin:2px 13px 0 0!important;padding:0;background:transparent;color:var(--gh-toast-accent);fill:var(--gh-toast-accent);flex-shrink:0;align-self:flex-start!important}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast>svg,.gh-ce-multi-upload__file-actions .Vue-Toastification__toast .Vue-Toastification__icon{margin-top:2px!important}.gh-ce-multi-upload__file-actions .Vue-Toastification__close-button{display:inline-flex!important;align-items:center;justify-content:center;width:26px;height:26px!important;min-height:26px!important;max-height:26px!important;margin:0 0 0 12px!important;padding:0!important;border:1px solid var(--_mc-line, #e1e8ec);border-radius:7px;background:#f4f7f8;color:var(--_mc-ink-2, #445a67);font-size:17px;line-height:1;opacity:1;flex-shrink:0;align-self:flex-start!important;cursor:pointer;box-shadow:none;transition:background .16s ease,border-color .16s ease,color .16s ease}.gh-ce-multi-upload__file-actions .Vue-Toastification__close-button:hover,.gh-ce-multi-upload__file-actions .Vue-Toastification__close-button:focus-visible{outline:none;background:#e9eef2;border-color:#cdd6dd;color:var(--_mc-ink, #1f3947)}.gh-ce-multi-upload__file-actions .Vue-Toastification__progress-bar{left:16px;right:16px;bottom:8px;width:auto;height:4px;background:linear-gradient(90deg,var(--gh-toast-accent),var(--gh-toast-accent));border-radius:999px;opacity:.85}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--info,.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--success,.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--warning,.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--error{background:#fff;color:var(--_mc-ink, #1f3947)}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--info{--gh-toast-accent: var(--_mc-blue-600, #1b7cc2);--gh-toast-shadow: rgba(27, 124, 194, .28);--gh-toast-tint: rgba(27, 124, 194, .12)}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--success{--gh-toast-accent: #1f9d57;--gh-toast-shadow: rgba(31, 157, 87, .26);--gh-toast-tint: rgba(31, 157, 87, .12)}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--warning{--gh-toast-accent: #d9930a;--gh-toast-shadow: rgba(217, 147, 10, .26);--gh-toast-tint: rgba(217, 147, 10, .14)}.gh-ce-multi-upload__file-actions .Vue-Toastification__toast--error{--gh-toast-accent: #d64545;--gh-toast-shadow: rgba(214, 69, 69, .28);--gh-toast-tint: rgba(214, 69, 69, .12)}.gh-ce-multi-upload__file-actions #popup_learning .gh-popup__title{font-size:18px}.gh-ce-multi-upload__file-actions #popup_learning .gh-popup__body{padding:0;overflow:hidden}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-list-panel.gh-popup__list-panel{max-height:min(480px,58vh);padding:14px 16px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more{margin:0;line-height:1.65;color:#445a67;font-size:var(--font-size-body, 14px)}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more p{margin:0 0 12px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more p:last-child{margin-bottom:0}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more ul,.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more ol{margin:0 0 12px;padding-left:1.25rem}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-know-more li+li{margin-top:6px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-section-know-more:has(+.popup-learning-items .popup-learning-item-row){padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e1e8ec}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-items{display:flex;flex-direction:column;gap:0}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-row{display:flex;align-items:flex-start;gap:18px;margin:0;padding:14px 0}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-items .popup-learning-item-row:first-child{padding-top:0}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-row~.popup-learning-item-row{border-top:1px solid #e1e8ec}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-title{margin:0;padding:0;font-family:var(--font-family-base);font-size:15px;font-weight:700;line-height:1.35;color:var(--pallette-one);word-break:break-word}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-meta{margin:0;font-size:12px;font-weight:400;line-height:1.4;color:#8aa0ad}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-details.gh-popup__list{margin:0}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-description{margin:0;padding:0;font-size:var(--font-size-body, 14px);font-weight:400;color:#1f3947;line-height:1.65;white-space:pre-line}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-wrap{position:relative;flex:0 0 120px;width:120px;min-width:120px;height:120px;box-sizing:border-box;border-radius:8px;overflow:hidden;border:1px solid #e1e8ec;background:#f8fafc}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-wrap--fallback,.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-placeholder{border-color:transparent;background-color:var(--pallette-five);background-image:var(--palette-card-gradient)}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-placeholder{width:100%;height:100%;min-height:120px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-img{display:block;width:100%;height:100%;object-fit:cover}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;padding-top:4px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-actions a{display:inline-flex;text-decoration:none}@media(max-width:720px){.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-content.gh-popup-content{padding:16px 18px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-item-row{flex-direction:column;gap:12px}.gh-ce-multi-upload__file-actions #popup_learning .popup-learning-thumb-wrap{width:100%;min-width:0;max-width:200px;height:auto;aspect-ratio:1;flex-basis:auto}}
