@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";.login-page__content{display:flex;flex-direction:column;gap:16px}.login-page__content .app-input{width:100%}.login-page__link{margin-bottom:8px;align-self:flex-end;color:var(--color-gray-light)}.auth-layout{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa;gap:32px}.auth-layout__content{max-width:422px;width:100%}.auth-layout__header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.auth-layout__logo{margin-top:auto;align-self:center;display:block;width:140px;height:35px}.auth-layout__title{font-size:28px;line-height:36px;text-align:center;font-weight:500;color:var(--color-gray-dark)}.auth-layout__title:not(:last-child){margin-bottom:8px}.auth-layout__desc{color:var(--color-gray-light);text-align:center;max-width:230px}.page-layout{display:flex;flex-direction:column;min-height:100vh}.page-layout__container{padding-top:32px;flex:1;display:flex;flex-direction:column;padding-bottom:32px}.app-header{padding:16px 0;background-color:var(--color-white);box-shadow:0 0 1px silver,0 0 2px #171a1f14}.app-header__logo{display:flex;margin-right:40px}.app-header__logo img{width:140px;height:35px}.app-header__container{display:flex;align-items:center;justify-content:space-between}.user-menu__button{display:flex;align-items:center;gap:4px}.user-menu__avatar{font-family:var(--font-primary);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:var(--color-quinary);color:var(--color-primary);font-weight:500}.user-menu__text{font-family:var(--font-primary);font-size:16px;line-height:120%;font-weight:500;color:#777e90}.app-nav__list{display:flex;gap:64px;list-style:none}.app-nav__link{font-size:16px;font-weight:400;color:var(--color-gray-light)}.app-nav__link_active{color:var(--color-primary)}.app-nav__link:hover{color:var(--color-secondary)}.app-footer{background-color:#f8f9fa;color:#565d6d;padding:16px;margin-top:auto;border-top:1px solid #f3f4f6;width:100%;text-align:center;box-shadow:0 0 1px silver,0 0 2px #171a1f14}.app-card{padding:24px;background-color:var(--color-white);border-radius:12px;box-shadow:0 0 1px silver,0 0 2px #171a1f14}.app-button{font-family:var(--font-primary)}.app-input__label{display:block;font-weight:500;margin-bottom:4px}.app-input input{font-family:var(--font-primary);font-size:14px}.app-input input:focus{border-color:var(--color-primary)}.ant-input-prefix{margin-right:6px!important}.ant-input-prefix svg{width:22px;height:22px}.app-modal .ant-modal-header{margin-bottom:32px}.app-modal .ant-modal-title{font-family:var(--font-primary);font-size:28px;line-height:36px;font-weight:500}.app-modal .ant-modal-body{display:flex;flex-direction:column;gap:16px}.app-select__label{display:block;font-weight:500;margin-bottom:4px}.app-select .ant-select{width:100%}.ant-select-item-option-selected{background-color:var(--color-quinary)!important;color:var(--color-primary)!important}.app-textarea__label{display:block;font-weight:500;margin-bottom:4px}.app-textarea__input-wrap{position:relative}.app-textarea__icon{width:24px;height:24px;position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none}.app-textarea__icon svg{width:100%;height:100%}.app-textarea__button{width:24px;height:24px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.app-textarea__button svg{width:100%;height:100%}.app-textarea textarea{width:100%;padding:12px;border-radius:12px;font-family:var(--font-primary);font-size:16px;line-height:120%;border:1px solid var(--color-gray-extra-light);outline:none;resize:vertical;min-height:48px}.app-textarea textarea:focus{border-color:var(--color-primary)}.app-textarea_icon input{padding-left:52px}.app-textarea_error input{border-color:var(--color-red)}.app-textarea__error{margin-top:4px;display:inline-block;font-size:12px;line-height:1;color:var(--color-red)}.app-loader{width:100%;display:flex;align-items:center;justify-content:center;padding:80px 0}.app-date-picker__label{display:block;font-weight:500;margin-bottom:4px}.app-date-picker .ant-picker{width:100%}.app-range-picker__label{display:block;font-weight:500;margin-bottom:4px}.app-range-picker .ant-select{width:100%}.file-upload__label{display:block;font-weight:500;margin-bottom:4px}.file-upload .ant-upload-drag-icon{margin-bottom:0!important}.file-upload__preview{display:flex;align-items:center;gap:16px;padding:16px 20px;background-color:#f4f4f4;border-radius:8px}.file-upload__preview svg{flex-shrink:0}.file-upload__file-info{display:flex;flex-direction:column;margin-right:auto;overflow:hidden}.file-upload__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:22px;font-family:var(--font-primary)}.app-editor__content{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.app-editor__label{display:block;font-weight:500;margin-bottom:4px}.app-editor__toolbar{padding:8px;background:#fafafa}.app-editor__toolbar li,.app-editor ul,.app-editor ol{padding-left:32px}.app-editor .ProseMirror{min-height:160px;padding:12px;outline:none}.selected-controls{position:fixed;left:50%;transform:translate(-50%);bottom:16px}.selected-controls__content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px;background:#e1e8f0;border-radius:12px}.selected-controls__desc{font-weight:500;padding-left:8px;font-size:16px}.selected-controls__buttons{display:flex;align-items:center;gap:16px}.conclusion{padding-bottom:24px;border:1px solid #0a3055;border-radius:12px;overflow:hidden;margin-bottom:40px}.conclusion__title{display:block;width:120px;padding:8px 12px;background-color:#0a3055;line-height:1;color:var(--color-white);text-align:center;margin-bottom:16px;margin-left:-1px}.conclusion__text{white-space:pre-line;padding:0 16px}.report-info{display:flex;justify-content:flex-start;gap:32px;margin-top:auto}.report-info__logo{height:14px;width:61px!important;max-width:unset!important;margin:unset!important}.report-info__page,.report-info__text{font-size:10px;line-height:20px;color:#6f7f96;white-space:nowrap}.report-info__page{margin-left:auto}.leave-accept-modal__buttons{display:flex;justify-content:space-between;gap:8px}.leave-accept-modal__buttons .app-button{flex:1}.home-page__content{display:flex;flex-direction:column}.home-filters{display:flex;align-items:center;gap:8px;margin-bottom:16px}.home-filters .app-input{max-width:350px;width:100%}.home-filters .app-select{max-width:200px;width:100%}.home-filters__button{margin-left:auto}.standard-survey-page__content{display:flex;flex-direction:column;gap:20px;max-width:1000px;width:100%;margin:0 auto}.standard-survey-page h2{color:#1e2f41}.standard-survey-page h2:not(:first-child){margin-top:16px}.standard-survey-page__buttons{display:flex;justify-content:flex-end;gap:16px}.standard-survey-page__settings{display:flex;gap:8px;align-items:center}.standard-survey-page .app-card{display:flex;flex-direction:column;gap:20px}.standard-survey-page__collapse-accent{background-color:#e1e8f0!important}.standard-survey-page__preview{display:flex;align-items:center;gap:16px;padding:16px 20px;background-color:#f4f4f4;border-radius:8px}.standard-survey-page__preview svg{flex-shrink:0}.standard-survey-page__file-info{display:flex;flex-direction:column;margin-right:auto;overflow:hidden}.standard-survey-page__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:22px;font-family:var(--font-primary)}.custom-survey-page h2{color:#1e2f41}.custom-survey-page h2:not(:first-child){margin-top:16px}.custom-survey-page__collapse-accent{background-color:#e1e8f0!important}.custom-survey-page__content{display:flex;flex-direction:column;gap:20px;max-width:1000px;width:100%;margin:0 auto}.custom-survey-page__row{display:flex;gap:16px}.custom-survey-page__row>*{flex:1}.custom-survey-page__buttons{display:flex;justify-content:flex-end;gap:16px}.custom-survey-page__item-header{display:flex;justify-content:space-between;align-items:center}.custom-survey-page__item-header h3{color:#565d6d;font-weight:400}.custom-survey-page__item-header span{color:#dd3c3c;font-weight:500;font-size:16px}.custom-survey-page__info{padding:8px;display:flex;align-items:flex-start;gap:8px;border:1px solid #dd3c3c;background:#dd3c3c1a;flex:1;border-radius:8px;color:#dd3c3c}.custom-survey-page__info .anticon{margin-top:4px}.custom-survey-page__warn{flex-direction:row!important;align-items:flex-start;gap:12px!important;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;font-size:16px}.custom-survey-page__warn .anticon{font-size:20px;margin-top:4px}.custom-survey-page__settings{display:flex;gap:8px;align-items:center}.custom-survey-page .app-card{display:flex;flex-direction:column;gap:20px}.custom-survey-page__question-header{display:flex;align-items:center;width:100%;font-size:16px;font-weight:500;gap:12px}.custom-survey-page__question-header .ant-checkbox{margin-bottom:2px}.custom-survey-page__question-header .anticon{cursor:pointer;color:#dd3c3c;margin-bottom:4px}.custom-survey-page__questions{display:flex;flex-direction:column;gap:8px}.custom-survey-page__questions h4{margin-bottom:8px}.custom-survey-page__question{display:flex;align-items:center;gap:16px}.custom-survey-page__question .app-input{flex:1}.custom-survey-page__question .anticon{font-size:16px;color:#dd3c3c}.custom-survey-page .ant-divider{margin-top:8px;margin-bottom:8px}.custom-survey-page__questions-button{align-self:flex-start;margin-top:16px}.custom-survey-page__groups-header{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.custom-survey-page__preview{display:flex;align-items:center;gap:16px;padding:16px 20px;background-color:#f4f4f4;border-radius:8px}.custom-survey-page__preview svg{flex-shrink:0}.custom-survey-page__file-info{display:flex;flex-direction:column;margin-right:auto;overflow:hidden}.custom-survey-page__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:22px;font-family:var(--font-primary)}.add-template-modal__question-header{display:flex;width:100%;font-size:16px;font-weight:500;gap:16px}.add-template-modal__question-header .anticon{cursor:pointer;color:#dd3c3c;margin-bottom:4px}.add-template-modal__questions{display:flex;flex-direction:column;gap:8px}.add-template-modal__questions h4{margin-bottom:8px}.add-template-modal__question{display:flex;align-items:center;gap:16px}.add-template-modal__question .app-input{flex:1}.add-template-modal__question .anticon{font-size:16px;color:#dd3c3c}.add-template-modal .ant-divider{margin-top:8px;margin-bottom:8px}.add-template-modal__questions-button{align-self:flex-start;margin-top:16px}.add-template-modal__groups-header{display:flex;justify-content:space-between;align-items:center}.add-template-modal h4{margin-bottom:8px}.create-survey-page{display:flex;flex-direction:column}.create-survey-page__content{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1}.create-survey-page__title{font-size:24px;line-height:32px;font-weight:700;margin-bottom:32px}.create-survey-page__items{display:flex;gap:24px}.create-survey-page__item{display:flex;flex:0 0 calc((100% - 48px) / 3)}.create-survey-card{color:var(--color-black)}.create-survey-card__title{font-size:20px;line-height:28px;font-weight:600;margin-bottom:8px}.create-survey-card__desc{font-size:14px;line-height:20px;font-weight:400;color:#565d6d}.create-survey-card .anticon{font-size:20px;color:var(--color-primary);margin-bottom:20px}.users-page .app-input{max-width:350px;width:100%}.users-page__name{color:var(--color-primary);cursor:pointer}.users-page .app-button{min-width:120px}.users-page__controls{display:flex;align-items:center;gap:12px;margin-bottom:32px}.users-page__controls .app-select{max-width:250px;width:100%}.users-page__controls .app-button:last-child{margin-left:auto}.users-page__question-header{display:flex;width:100%;justify-content:space-between;font-size:16px;font-weight:500}.users-page__question-header .anticon{cursor:pointer;color:#dd3c3c;margin-bottom:4px}.users-page__questions{display:flex;flex-direction:column;gap:8px}.users-page__questions h4{margin-bottom:8px}.users-page__question{display:flex;align-items:center;gap:16px}.users-page__question .app-input{flex:1}.users-page__question .anticon{font-size:16px;color:#dd3c3c}.users-page .ant-divider{margin-top:8px;margin-bottom:8px}.users-page__questions-button{align-self:flex-start;margin-top:16px}.users-page__groups-header{display:flex;justify-content:space-between;align-items:center}.users-page .ant-collapse-content-box{padding:0!important}.users-page .ant-table-cell{border-radius:0!important}.users-page .app-collapse{margin-bottom:24px}.add-participant-modal__checkbox{margin-bottom:8px}.move-participants-modal__buttons{display:flex;justify-content:space-between;gap:8px}.move-participants-modal__buttons .app-button{flex:1}.delete-participants-modal__buttons{display:flex;justify-content:space-between;gap:8px}.delete-participants-modal__buttons .app-button{flex:1}.import-participants-modal__buttons{display:flex;justify-content:space-between;gap:8px}.import-participants-modal__buttons .app-button{flex:1}.answers-page__controls{display:flex;align-items:center;gap:12px;margin-bottom:32px}.answers-page__controls .app-select{max-width:250px;width:100%}.answers-page .app-input{max-width:350px;width:100%}.answers-page .ant-table{overflow:hidden!important}.answers-page .ant-table-thead>tr:first-child>th:not(:first-child){background-color:var(--color-tertiary)!important;font-weight:700;text-align:center}.answers-page .ant-table-thead>tr:first-child>th{background-color:#e6f7ff;font-weight:700;text-align:center}.answers-page .ant-table-thead>tr:nth-child(2)>th{background-color:#bae7ff;text-align:center;font-weight:400}.answers-page__department-row{font-weight:700;background:#0a3055!important}.answers-page__department-row .ant-table-cell-fix-left,.answers-page__department-row .ant-table-cell-row-hover{background:#0a3055!important;color:var(--color-white)!important}.answers-page__department-row .ant-table-cell:not(:last-child){border-inline-end:transparent!important}.answers-page__department-row td:after{display:none!important}.answers-page .department-cell{padding:8px}.reports-page__controls{display:flex;margin-bottom:32px}.reports-page__button{margin-left:auto}.edit-report-modal__title{font-weight:600;margin-top:16px}.survey-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fcfdff}.survey-page__count br{display:none}@media(max-width:539px){.survey-page__count br{display:block}}.survey-page__title{font-size:18px;line-height:38px;font-weight:600;color:#1a1a1a;margin-bottom:16px!important}.survey-page__desc{text-align:center;font-size:16px}.survey-page__desc p:not(:last-child){margin-bottom:16px}.survey-page__desc:not(:last-child){margin-bottom:32px}.survey-page__fade{width:100%;display:flex;flex-direction:column;align-items:center;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.survey-page h1{text-align:center;margin-bottom:48px}@media(max-width:539px){.survey-page h1{font-size:20px!important}}.survey-page__items-wrap{display:flex;flex-wrap:wrap;margin-bottom:24px;gap:8px;max-width:384px}@media(max-width:539px){.survey-page__items-wrap{max-width:304px}}.survey-page__items-wrap_enps{align-self:center;max-width:608px}@media(max-width:767px){.survey-page__items-wrap_enps{max-width:350px}.survey-page__items-wrap_enps .survey-page__label:nth-child(2){order:-1}}.survey-page__items-wrap_enps .survey-page__items{gap:8px}@media(max-width:767px){.survey-page__items-wrap_enps .survey-page__items{max-width:400px;flex-wrap:wrap;justify-content:center}}.survey-page__items-wrap_enps .survey-page__item{width:48px;height:48px;line-height:48px;font-size:18px}.survey-page__items{display:flex;gap:16px}.survey-page__item{display:flex;justify-content:center;width:64px;height:64px;border:1px solid #c7c7c7;border-radius:6px;cursor:pointer;font-weight:500;font-size:20px;line-height:64px}.survey-page__item_beforeActive{background-color:var(--color-quaternary);border-color:var(--color-quaternary)}.survey-page__item_active{background-color:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-white)}@media(max-width:539px){.survey-page__item{width:48px;height:48px;line-height:48px;font-size:16px}}.survey-page__label{color:#565d6d}.survey-page__label:last-child{margin-left:auto}.survey-page__card{margin-top:auto;margin-bottom:auto;display:flex;flex-direction:column;align-items:center;max-width:800px;width:100%;align-self:center;padding:48px 64px 64px;transition:transform .4s ease,height .4s ease;transform-origin:center center}.survey-page__card_next{transform:perspective(1500px) rotateY(5deg)}.survey-page__card_prev{transform:perspective(1500px) rotateY(-5deg)}@media(max-width:767px){.survey-page__card{padding:32px 48px 48px}}@media(max-width:539px){.survey-page__card{padding:24px 24px 32px}}.survey-page__logo{height:40px;margin-bottom:48px}.survey-page .app-footer{margin-top:0}.survey-page__end,.survey-page__buttons{display:flex;align-items:center;justify-content:space-between;width:100%}.survey-page__end .app-button,.survey-page__buttons .app-button{width:120px}@media(max-width:539px){.survey-page__end .app-button,.survey-page__buttons .app-button{width:80px}}@media(max-width:539px){.survey-page__end span,.survey-page__buttons span{text-align:center}}.survey-page__start{display:flex;width:100%;justify-content:center}.survey-page__start .app-button{max-width:200px;width:100%}.survey-page__slider{width:100%;height:8px;background:var(--color-quinary);border-radius:4px;overflow:hidden;margin-bottom:24px}.survey-page__slider-track{width:50%;height:8px;background:var(--color-primary)}.survey-page__comment{width:100%;margin-bottom:24px;overflow:hidden;max-height:0;opacity:0;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease}.survey-page__comment_hidden{max-height:0;opacity:0;transform:translateY(-8px);pointer-events:none}.survey-page__comment:not(.survey-page__comment_hidden){max-height:200px;opacity:1;transform:translateY(0)}.survey-page__previous-btn_hidden{opacity:0;pointer-events:none}.report-page{font-size:16px;background-color:#fcfdff;font-family:Onest,sans-serif}.report-page .conclusion{margin-bottom:40px}.report-page__container{display:flex;gap:64px}.report-page__content{max-width:1200px;width:100%;margin:0 auto;color:#0a3055}.report-page__content>p{margin-bottom:16px}.report-page__content h2{font-size:32px;margin-bottom:8px}.report-page__content h3{font-size:24px;margin-bottom:16px}.report-page__content h4,.report-page__content b{font-weight:600}.report-page__content ul{margin-bottom:24px}.report-page__content img{display:block;max-width:800px;width:100%;margin:24px auto 40px}.report-page__content img.small-img{max-width:700px}.report-page__content dl{margin-bottom:32px}.report-page__content dl dt{font-weight:600}.report-page__content dl dd{margin-bottom:8px}.report-page__content ul{padding-left:24px}.report-page__subtitle{border-bottom:1px solid #0a3055;font-size:18px;margin-bottom:8px;margin-top:8px}.report-page__status-icon{display:inline-block;margin-left:4px;margin-bottom:-2px;width:16px;height:16px}.report-page__arrow-icon{width:12px;height:12px;margin-left:4px;margin-bottom:-1px}.report-page__zones-img{display:block;height:320px;object-fit:contain;object-position:left;margin-top:-8px!important;margin-bottom:0!important;margin-left:0!important}.report-page__rate{display:flex;align-items:center;gap:12px}.report-page__bar{width:250px;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.report-page__bar-fill{height:100%;border-radius:4px}.report-page__percent{min-width:40px;font-weight:500}.report-page .ant-table{max-width:800px;width:100%;margin:32px auto 64px;background-color:transparent!important}.report-page .ant-table th{background-color:transparent!important;font-weight:400!important;color:#6f7f96!important}.report-page .wrap{height:8px;width:100%;background-color:#ededed}.report-page .value{height:8px;background-color:#6bd9c8}.report-page .info{font-size:64px;line-height:64px;font-weight:600;margin-top:80px;margin-bottom:16px;font-family:var(--font-primary)}.report-preview__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;font-weight:500}.report-preview__title-desc{font-size:20px;margin-bottom:4px}.report-preview__title{font-size:40px;line-height:48px;margin-bottom:32px}.report-health-indicators__tag{display:inline-block;background-color:#f7f7f7;padding:8px 12px;margin-bottom:24px}.report-health-indicators__wrapper{display:flex;gap:48px;margin-bottom:88px;margin-top:88px}.report-health-indicators__wrapper p+p{margin-top:16px}.report-health-indicators__stats{flex-shrink:0;width:250px;margin-left:auto}.report-health-indicators__stats span{display:block;font-weight:600}.report-health-indicators__stats p{font-size:13px}.report-health-indicators .score{position:relative;font-family:Inter,system-ui,sans-serif;color:#0f172a}.report-health-indicators .score-row{display:grid;grid-template-columns:140px 1fr 56px;align-items:center;column-gap:12px;margin-bottom:24px}.report-health-indicators .score-label{font-size:18px;color:#0a3055;font-weight:600}.report-health-indicators .score-value{font-size:20px;font-weight:600;text-align:right;color:#0a3055}.report-health-indicators .score-previous-bar{height:40px;border:1px dashed #cbd5e1;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:12px;color:#94a3b8}.report-health-indicators .score-current{position:relative;width:100%}.report-health-indicators .score-track{position:relative;height:40px;background:#eef2f7}.report-health-indicators .score-fill{position:absolute;height:100%;background:#0a2a4f}.report-health-indicators .stats-track{display:flex}.report-health-indicators .score-item{display:flex;align-items:center}.report-health-indicators .score-item svg{margin-left:auto;margin-right:16px;width:16px;height:16px}.report-health-indicators .score-item-stable{background-color:#c7c7c780}.report-health-indicators .score-market{position:absolute;top:-112px;transform:translate(-50%);text-align:center;pointer-events:none;z-index:1}.report-health-indicators .score-market-arrow{font-size:12px;line-height:1;color:#0a2a4f}.report-health-indicators .score-market-text{font-size:14px;font-weight:600;color:#0a2a4f;line-height:1.2;position:absolute;width:120px;text-align:left;left:12px;top:8px}.report-health-indicators .score-market-line{position:absolute;top:15px;left:50%;transform:translate(-50%);height:182px;border-left:2px dashed #0a2a4f}.report-health-indicators .score-zones{margin-top:6px}.report-health-indicators .score-zones-label{font-size:13px;color:#64748b;margin-bottom:6px}.report-health-indicators .score-zones-bar{position:relative;height:6px;background:linear-gradient(90deg,#d14f4f,#ffbb67 28.85%,#ffde67 56.74%,#35998a 78.85%,#6bd9c8)}.report-health-indicators .score-zone.critical,.report-health-indicators .score-zone.stable,.report-health-indicators .score-zone.optimal{background:transparent}.report-health-indicators .score-zone{position:absolute;top:0;height:100%;background:transparent}.report-health-indicators .score-zones-legend{display:flex;justify-content:space-between;margin-top:8px;color:#6f7f96}.report-health-indicators .legend-item{position:absolute;display:flex;align-items:center;gap:6px;bottom:-32px;color:#6f7f96;font-size:12px;line-height:14px;white-space:nowrap}.report-health-indicators .legend-item svg{width:12px;height:12px}.report-health-indicators .legend-item .dot{width:8px;height:8px;border-radius:50%}.report-health-indicators .legend-item.critical .dot{background:#f87171}.report-health-indicators .legend-item.stable .dot{background:#facc15}.report-health-indicators .legend-item.optimal .dot{background:#22c55e}.report-health-indicators .score-trend{width:fit-content;border:1px solid #cbd5e1;border-radius:999px;padding:8px 16px;font-size:18px;font-weight:600;color:#6f7f96;margin:32px 68px 48px auto}.report-health-indicators .score-stats .score-market-line{height:205px!important}.report-analytics__mode-title-wrap{display:flex;justify-content:space-between;margin-top:48px;border-top:1px solid #0a3055;border-bottom:1px solid #0a3055}.report-analytics__mode-title-wrap h5{line-height:64px;font-size:20px;font-weight:600;text-transform:uppercase}.report-analytics__mode-title-wrap+.steps-table{margin-top:8px}.report-analytics__blocks{margin-top:4px;display:flex;gap:4px;flex-wrap:wrap;width:140px;height:56px}.report-analytics__block{width:60px;height:26px;border:1px solid #0a3055}.report-analytics__block_active{background-color:#0a3055}.report-analytics__system-title{margin-top:32px}.report-analytics__system-title+.steps-table{margin-top:8px}.report-analytics__system-title-inner{display:flex;align-items:center;gap:8px}.report-analytics__system-title-inner h5{font-size:20px;font-weight:400}.report-analytics__system-title-inner h5 b{font-weight:600}.report-analytics__icon{display:flex;align-items:center;justify-content:flex-end;width:50px;height:20px}.report-analytics__icon svg{margin-right:4px}.report-analytics__system-subtitle{margin-left:58px;color:#6f7f96}.report-analytics__tag{display:inline-block;background-color:#f7f7f7;padding:8px 12px;margin-bottom:24px}.steps-table{margin-top:48px;margin-bottom:48px;border-collapse:collapse}.steps-table tr:not(:last-child){border-bottom:1px solid #0a3055}.steps-table td{padding-top:16px;padding-bottom:16px}.steps-table td:first-child{font-weight:600;padding-right:24px}.steps-table td ul{margin-bottom:0}.axis-info{display:flex;justify-content:center;gap:64px;margin-top:48px;margin-bottom:48px}.axis-info__col{padding:24px;flex:1;max-width:450px}.axis-info__col:first-child{padding-top:28px;border-left:4px solid #0a3055}.axis-info__col:last-child{padding-left:0;border-top:4px solid #0a3055}.axis-info__title{display:block;font-weight:600;font-size:26px;line-height:100%;text-transform:uppercase;margin-bottom:4px}.axis-info__subtitle{display:block;font-size:14px;color:#6f7f96;margin-bottom:16px}.matrix{position:relative;display:flex;align-items:flex-end;margin-bottom:48px}.matrix__items{top:50px;right:0;position:absolute;display:flex;flex-wrap:wrap;gap:20px;width:97%}.matrix__item{display:flex;flex-direction:column;position:relative;padding:24px;width:calc(50% - 10px);border:1px solid #6f7f96;height:168px}.matrix__item_active{background-color:#ededed;border:none}.matrix__item_active .matrix__mark{display:block}.matrix__item_active .matrix__list{display:flex}.matrix__list{display:none;margin-top:auto;gap:12px}.matrix__list svg{width:20px;height:20px}.matrix__mark{display:none;position:absolute;top:16px;right:16px;padding:8px 12px;background-color:#0a3055;color:var(--color-white);border-radius:24px}.matrix__item-title{display:inline-block;font-size:24px;line-height:1;font-weight:600}.matrix__item-subtitle{display:block;font-size:18px;color:#6f7f96}.matrix .y-axis{position:relative;height:400px;border-left:2px solid black;margin-top:40px}.matrix .y-axis .matrix__title{transform:translate(-50%,-50%) rotate(-90deg);transform-origin:center}.matrix .y-axis .matrix__label{transform-origin:center;transform:rotate(-90deg);left:-40px;right:unset;font-size:14px}.matrix .y-axis .matrix__label:first-child{bottom:24px!important}.matrix .y-axis .matrix__label:last-child{top:32px!important;bottom:unset;left:-44px}.matrix .y-axis:after{content:"";position:absolute;left:-7px;top:-12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid black}.matrix .x-axis{position:relative;width:100%;border-bottom:2px solid black;margin-top:40px}.matrix .x-axis:after{content:"";position:absolute;right:-2px;top:-5px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:12px solid black}.matrix__title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fcfdff;text-transform:uppercase;padding:8px 12px}.matrix__label{position:absolute;bottom:-24px;font-size:14px}.matrix__label:first-child{left:0}.matrix__label:last-child{right:16px}.report-nav .ant-anchor{margin-top:8px;font-size:14px;font-weight:500;max-width:300px;width:100%}.report-nav .ant-anchor>.ant-anchor-link>.ant-anchor-link-title{font-size:16px;font-weight:600}.report-nav .ant-anchor .ant-anchor-link-title{white-space:normal!important}.functional-unit-table{margin-top:40px;margin-bottom:40px;overflow-x:auto}.functional-unit-table__grid{display:grid;grid-template-columns:260px repeat(5,1fr);border:1px solid #e5e9f0;border-right:0;border-bottom:0}.functional-unit-table__cell{padding:16px;border-right:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;background:#fff;text-align:center}.functional-unit-table__cell--header{background:#fff;font-weight:600}.functional-unit-table__cell--row-header{text-align:left;background:#fff}.functional-unit-table__cell--body{background:#f9fbfc}.functional-unit-table__cell--sticky{position:sticky;left:0;z-index:2;background:#fff}.functional-unit-table__header-value{font-size:28px;font-weight:700;color:#0b2b5c;line-height:1}.functional-unit-table__header-label{margin-top:4px;font-size:14px;color:#5b6b82}.functional-unit-table__row-title{font-size:15px;font-weight:600;color:#0b2b5c;line-height:1.2}.functional-unit-table__row-subtitle{margin-top:4px;font-size:13px;color:#8a96a8}.functional-unit-table__pill{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:32px;padding:0 12px;border-radius:999px;font-size:16px;font-weight:600;color:#fff}.functional-unit-table__delta{margin-top:6px;font-size:12px;font-weight:500}.functional-unit-table__delta--up{color:#0f766e}.functional-unit-table__delta--down{color:#b91c1c}.functional-driver-table{margin-top:40px;margin-bottom:40px;overflow-x:auto}.functional-driver-table__grid{display:grid;grid-template-columns:260px repeat(5,1fr);border:1px solid #e5e9f0;border-right:0;border-bottom:0}.functional-driver-table__cell{padding:8px;border-right:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;background:#fff;text-align:center}.functional-driver-table__cell--header{background:#fff;font-weight:600}.functional-driver-table__cell--row-header{text-align:left;background:#fff}.functional-driver-table__cell--body{background:#f9fbfc}.functional-driver-table__cell--sticky{position:sticky;left:0;z-index:2;background:#fff}.functional-driver-table__header-value{font-size:20px;font-weight:700;color:#0b2b5c;line-height:1}.functional-driver-table__header-label{margin-top:4px;font-size:14px;color:#5b6b82}.functional-driver-table__row-title{font-size:15px;font-weight:600;color:#0b2b5c;line-height:1.2}.functional-driver-table__row-subtitle{margin-top:4px;font-size:13px;color:#8a96a8}.functional-driver-table__pill{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:32px;padding:0 8px;border-radius:999px;font-size:14px;font-weight:600;color:#fff}.functional-driver-table__delta{margin-top:6px;font-size:11px;font-weight:500}.functional-driver-table__delta--up{color:#0f766e}.functional-driver-table__delta--down{color:#b91c1c}.export-page{font-size:16px;background-color:#fcfdff;font-family:Onest,sans-serif}.export-page .conclusion{padding-bottom:12px;border:1px solid #0a3055;border-radius:12px;overflow:hidden;margin-bottom:0;margin-top:auto}.export-page .conclusion+.report-info{margin-top:16px}.export-page .conclusion__title{display:block;width:110px;padding:4px 12px;background-color:#0a3055;line-height:1;color:var(--color-white);text-align:center;margin-bottom:12px;margin-left:-1px;font-size:14px}.export-page .conclusion__text{white-space:pre-line;padding:0 12px}.export-page .report-info{margin-top:auto}.export-page .page-layout__container{max-width:595px;padding:0}.export-page .section{position:relative;display:flex;flex-direction:column;width:596px;height:842px;padding:35px 40px 20px;margin:0 auto 0 -1px;overflow:hidden}.export-page .section:after{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#c7c7c7}.export-page__departments-table th{color:#6f7f96!important;font-weight:400!important;font-size:10px;padding:12px!important}.export-page__departments-table td{padding:12px!important;font-size:12px}.export-page .app-header,.export-page .app-footer{display:none}.export-page__container{display:flex;gap:64px}.export-page__content{max-width:1200px;width:100%;margin:0 auto;color:#0a3055}.export-page__content p{font-size:12px;line-height:16px;font-weight:400;letter-spacing:.1px}.export-page__content h2{font-size:14px;line-height:35px;margin-bottom:4px;font-weight:400}.export-page__content h3{font-size:30px;line-height:38px;font-weight:600;margin-bottom:16px}.export-page__content h4{font-size:12px;line-height:15px;font-weight:600}.export-page__content b{font-weight:600}.export-page__content ul{font-size:12px;line-height:16px;margin-bottom:12px}.export-page__content img{display:block;max-width:800px;width:100%;margin:24px auto 40px}.export-page__content img.small-img{max-width:700px}.export-page__content ul{padding-left:24px}.export-page__model-list{display:flex;flex-direction:column;gap:8px;font-size:12px;line-height:16px}.export-page__subtitle{position:relative;font-size:16px!important;margin-bottom:8px;margin-top:8px}.export-page__subtitle:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:1px;background-color:#0a3055}.export-page__zones-img{display:block;object-fit:contain;object-position:left;margin-top:8px!important;margin-bottom:0!important;margin-left:0!important}.export-page__rate{display:flex;align-items:center;gap:12px}.export-page__bar{width:100px;height:6px;background:#f0f0f0;border-radius:4px;overflow:hidden}.export-page__bar-fill{height:100%;border-radius:4px}.export-page__percent{min-width:40px;font-weight:500}.export-page .ant-table{max-width:800px;width:100%;margin:32px auto 64px;background-color:transparent!important}.export-page .ant-table th{background-color:transparent!important}.export-preview{display:flex;flex-direction:column;height:100%}.export-preview__info{display:flex;align-items:center;margin-bottom:32px;font-weight:500;gap:32px}.export-preview__info p{position:relative;font-size:15px;line-height:35px;font-weight:400}.export-preview__info p:before{content:"";position:absolute;top:5px;left:0;width:100%;border-top:1px solid #0a3055;transform:scaleY(.25)}.export-preview__title-desc{font-size:22px;line-height:35px;font-weight:300;margin-bottom:15px}.export-preview__title{font-size:40px;line-height:48px;font-weight:500;height:156px;margin-bottom:76px}.export-preview__bg{position:relative;height:350px;width:calc(100% + 80px);margin-left:-40px;background-color:#0a3055}.export-preview__bg img{position:absolute;right:0;bottom:-32px}.export-preview__logo{margin-top:auto;margin-bottom:20px}.export-health-indicators__tag{display:inline-block;align-self:flex-start;background-color:#f7f7f7;padding:8px 12px;margin-bottom:16px}.export-health-indicators__text-wrap{width:320px;flex-shrink:0}.export-health-indicators__wrapper{display:flex;gap:24px;margin-bottom:32px}.export-health-indicators__stats{margin-top:-50px;width:153px;flex-shrink:0;margin-left:auto}.export-health-indicators__stats span{font-size:12px;display:block;font-weight:600}.export-health-indicators__stats p{font-size:8px;line-height:10px}.export-health-indicators .score{position:relative;font-family:Inter,system-ui,sans-serif;color:#0f172a}.export-health-indicators .score-row{display:grid;grid-template-columns:60px 1fr 56px;align-items:center;column-gap:12px;margin-bottom:12px}.export-health-indicators .score-label{font-size:12px;line-height:14px;color:#0a3055;font-weight:600}.export-health-indicators .score-value{font-size:20px;font-weight:600;text-align:right;color:#0a3055}.export-health-indicators .score-previous-bar{height:20px;border:1px dashed #cbd5e1;background:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:12px;color:#94a3b8}.export-health-indicators .score-current{position:relative;width:100%}.export-health-indicators .score-track{height:20px;background:#eef2f7;overflow:hidden}.export-health-indicators .score-fill{position:absolute;height:100%;background:#0a2a4f}.export-health-indicators .stats-track{display:flex}.export-health-indicators .score-item{display:flex;align-items:center}.export-health-indicators .score-item svg{margin-left:auto;margin-right:16px;width:16px;height:16px}.export-health-indicators .score-item-stable{background-color:#c7c7c780}.export-health-indicators .score-market{position:absolute;top:-75px;transform:translate(-50%);text-align:center;pointer-events:none;z-index:1}.export-health-indicators .score-market-arrow{font-size:12px;line-height:1;color:#0a2a4f}.export-health-indicators .score-market-text{font-size:10px;font-weight:600;color:#0a2a4f;line-height:1.2;position:absolute;margin-top:-6px;width:120px;text-align:left;left:12px;top:8px}.export-health-indicators .score-market-line{position:absolute;top:12px;left:50%;transform:translate(-50%);height:120px;border-left:1px dashed #0a2a4f}.export-health-indicators .score-zones{margin-top:6px}.export-health-indicators .score-zones-label{font-size:13px;color:#64748b;margin-bottom:6px}.export-health-indicators .score-zones-bar{position:relative;height:3px;background:linear-gradient(90deg,#d14f4f,#ffbb67 28.85%,#ffde67 56.74%,#35998a 78.85%,#6bd9c8)}.export-health-indicators .score-zone.critical,.export-health-indicators .score-zone.stable,.export-health-indicators .score-zone.optimal{background:transparent}.export-health-indicators .score-zone{position:absolute;top:0;height:100%;background:transparent}.export-health-indicators .score-zones-legend{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#6f7f96}.export-health-indicators .legend-item{position:absolute;display:flex;align-items:flex-start;gap:6px;bottom:-26px;color:#6f7f96;line-height:1.2;font-size:8px;white-space:nowrap}.export-health-indicators .legend-item svg{width:8px;height:8px}.export-health-indicators .legend-item .dot{width:8px;height:8px;border-radius:50%}.export-health-indicators .legend-item.critical .dot{background:#f87171}.export-health-indicators .legend-item.stable .dot{background:#facc15}.export-health-indicators .legend-item.optimal .dot{background:#22c55e}.export-health-indicators .score-trend{width:fit-content;border:1px solid #cbd5e1;border-radius:999px;padding:2px 16px;font-size:12px;line-height:15px;font-weight:600;color:#6f7f96;margin:24px 68px 24px auto}.export-health-indicators .score-stats .score-market-line{height:205px!important}.export-circle-chart{text-align:center;margin-bottom:16px}.export-report-analytics__mode-title-wrap{display:flex;justify-content:space-between;align-items:center;margin-top:20px;border-top:1px solid #0a3055;border-bottom:1px solid #0a3055}.export-report-analytics__mode-title-wrap h5{line-height:38px;font-size:16px;font-weight:600;text-transform:uppercase}.export-report-analytics__mode-title-wrap+.steps-table{margin-top:8px}.export-report-analytics__blocks{display:flex;gap:2px;flex-wrap:wrap;width:100px;height:34px}.export-report-analytics__block{width:40px;height:16px;border:1px solid #0a3055}.export-report-analytics__block_active{background-color:#0a3055}.export-report-analytics__system-title{display:flex;flex-direction:column;margin-top:16px}.export-report-analytics__system-title+.export-steps-table{margin-top:4px}.export-report-analytics__system-title+.export-steps-table th,.export-report-analytics__system-title+.export-steps-table td{padding-top:6px;padding-bottom:6px}.export-report-analytics__system-title-inner{display:flex;align-items:center;gap:8px}.export-report-analytics__system-title-inner h5{font-size:16px;line-height:18px;font-weight:400}.export-report-analytics__system-title-inner h5 b{font-weight:600}.export-report-analytics__icon{display:flex;align-items:center;justify-content:flex-end;width:50px;height:20px}.export-report-analytics__icon svg{margin-right:4px}.export-report-analytics__system-subtitle{font-size:12px;margin-left:58px;color:#6f7f96}.export-report-analytics__tag{display:inline-block;background-color:#f7f7f7;padding:8px 12px;margin-bottom:24px}.export-steps-table{border-collapse:collapse}.export-steps-table tr,.export-steps-table td{font-size:12px}.export-steps-table tr:not(:last-child){border-bottom:1px solid #0a3055}.export-steps-table td{padding-top:12px;padding-bottom:12px;line-height:16px}.export-steps-table td:first-child{font-weight:600;padding-right:24px}.export-steps-table td ul{margin-bottom:0}.export-axis-info{display:flex;justify-content:center;gap:40px;margin-top:24px;margin-bottom:24px}.export-axis-info__col{padding:24px;flex:1;max-width:450px}.export-axis-info__col:first-child{padding-top:28px;border-left:4px solid #0a3055}.export-axis-info__col:last-child{flex:0 0 212px;padding-left:0;border-top:4px solid #0a3055}.export-axis-info__title{display:block;font-weight:600;font-size:26px;line-height:100%;text-transform:uppercase;margin-bottom:4px}.export-axis-info__subtitle{display:block;font-size:14px;color:#6f7f96;margin-bottom:16px}.export-axis-info__text{display:block;font-size:12px;line-height:16px}.export-matrix{position:relative;display:flex;align-items:flex-end;margin-bottom:48px;margin-top:8px}.export-matrix__items{top:12px;right:0;position:absolute;display:flex;flex-wrap:wrap;gap:20px;width:97%}.export-matrix__item{display:flex;flex-direction:column;position:relative;padding:16px;width:calc(50% - 10px);border:1px solid #6f7f96;height:120px}.export-matrix__item_active{background-color:#ededed;border:none}.export-matrix__item_active .export-matrix__mark{display:block}.export-matrix__item_active .export-matrix__list{display:flex}.export-matrix__list{display:none;margin-top:auto;gap:8px;font-size:12px;line-height:16px}.export-matrix__list svg{flex-shrink:0;width:12px;margin-top:2px;height:12px}.export-matrix__mark{font-size:10px;line-height:13px;display:none;position:absolute;top:12px;right:12px;padding:4px 8px;background-color:#0a3055;color:var(--color-white);border-radius:24px}.export-matrix__item-title{display:inline-block;font-size:14px;line-height:1;font-weight:600}.export-matrix__item-subtitle{display:block;font-size:12px;color:#6f7f96}.export-matrix .y-axis{position:relative;height:300px;border-left:2px solid black}.export-matrix .y-axis .export-matrix__title{transform:translate(-50%,-50%) rotate(-90deg);transform-origin:center}.export-matrix .y-axis .export-matrix__label{transform-origin:center;transform:rotate(-90deg);left:-24px;right:unset;font-size:10px}.export-matrix .y-axis .export-matrix__label:first-child{bottom:24px!important}.export-matrix .y-axis .export-matrix__label:last-child{top:32px!important;bottom:unset;left:-26px}.export-matrix .y-axis:after{content:"";position:absolute;left:-7px;top:-12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid black}.export-matrix .x-axis{position:relative;width:100%;border-bottom:2px solid black;margin-top:40px}.export-matrix .x-axis:after{content:"";position:absolute;right:-2px;top:-5px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:12px solid black}.export-matrix__title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fcfdff;text-transform:uppercase;padding:8px 12px;font-size:12px}.export-matrix__label{position:absolute;bottom:-24px;font-size:10px}.export-matrix__label:first-child{left:16px}.export-matrix__label:last-child{right:16px}.circle-chart__info{font-size:10px;color:#6f7f96;margin-top:2px}.circle-chart__info:not(:last-child){margin-top:12px}.circle-chart__status-icon{display:inline-block;margin-left:4px;margin-bottom:-2px;width:10px;height:10px}.circle-chart__arrow-icon{width:10px;height:12px;margin-left:4px;margin-bottom:-2px}.loyalty-bar{position:relative;width:100%}.loyalty-bar__info{font-size:10px;color:#6f7f96;margin-top:2px}.loyalty-bar__info:not(:last-child){margin-top:12px}.loyalty-bar__status-icon{display:inline-block;margin-left:4px;margin-bottom:-2px;width:10px;height:10px}.loyalty-bar__arrow-icon{width:10px;height:12px;margin-left:4px;margin-bottom:-2px}.loyalty-bar__value{font-size:30px;line-height:35px;margin-bottom:8px;font-weight:600}.loyalty-bar .wrap{height:8px;width:100%;background-color:#ededed}.loyalty-bar .value{height:8px;background-color:#6bd9c8}.loyalty-bar .info{font-size:64px;line-height:64px;font-weight:600;margin-top:80px;margin-bottom:16px;font-family:var(--font-primary)}.export-functional-unit-table{margin-top:40px;margin-bottom:40px;overflow-x:auto}.export-functional-unit-table__grid{display:grid;grid-template-columns:120px repeat(5,1fr);border:1px solid #e5e9f0;border-right:0;border-bottom:0}.export-functional-unit-table__cell{padding:8px;border-right:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;background:#fff;text-align:center}.export-functional-unit-table__cell--header{background:#fff;font-weight:600}.export-functional-unit-table__cell--row-header{text-align:left;background:#fff}.export-functional-unit-table__cell--body{background:#f9fbfc}.export-functional-unit-table__cell--sticky{position:sticky;left:0;z-index:2;background:#fff}.export-functional-unit-table__header-value{font-size:14px;font-weight:600;color:#0b2b5c;line-height:1}.export-functional-unit-table__header-label{margin-top:4px;font-size:10px;color:#5b6b82}.export-functional-unit-table__row-title{font-size:12px;font-weight:600;color:#0b2b5c;line-height:1.2}.export-functional-unit-table__row-subtitle{margin-top:4px;font-size:13px;color:#8a96a8}.export-functional-unit-table__pill{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:24px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:600;color:#fff}.export-functional-unit-table__delta{margin-top:6px;font-size:8px;font-weight:500}.export-functional-unit-table__delta--up{color:#0f766e}.export-functional-unit-table__delta--down{color:#b91c1c}.export-functional-driver-table{margin-top:40px;margin-bottom:40px;overflow-x:auto}.export-functional-driver-table__grid{display:grid;grid-template-columns:260px repeat(5,1fr);border:1px solid #e5e9f0;border-right:0;border-bottom:0}.export-functional-driver-table__cell{padding:6px;border-right:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;background:#fff;text-align:center}.export-functional-driver-table__cell--header{background:#fff;font-weight:600}.export-functional-driver-table__cell--row-header{text-align:left;background:#fff}.export-functional-driver-table__cell--body{background:#f9fbfc}.export-functional-driver-table__cell--sticky{position:sticky;left:0;z-index:2;background:#fff}.export-functional-driver-table__header-value{font-size:14px;font-weight:600;color:#0b2b5c;line-height:1}.export-functional-driver-table__header-label{margin-top:4px;font-size:8px;color:#5b6b82}.export-functional-driver-table__row-title{font-size:10px;font-weight:600;color:#0b2b5c;line-height:1.2}.export-functional-driver-table__row-subtitle{margin-top:4px;font-size:8px;color:#8a96a8}.export-functional-driver-table__pill{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:16px;padding:0 8px;border-radius:999px;font-size:8px;font-weight:600;color:#fff}.export-functional-driver-table__delta{margin-top:6px;font-size:7px;font-weight:500}.export-functional-driver-table__delta--up{color:#0f766e}.export-functional-driver-table__delta--down{color:#b91c1c}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:120%}button{cursor:pointer;background:none;border:none}a{text-decoration:none}.container{max-width:1440px;width:100%;margin:0 auto;padding-right:24px;padding-left:24px}:root{--font-primary: "Inter", sans-serif;--color-primary: #1788d4;--color-secondary: #28abe9;--color-tertiary: #55c6f8;--color-quaternary: #84d5f3;--color-quinary: #e6f4ff;--color-white: #ffffff;--color-black: #000000;--color-gray-dark: #333333;--color-gray-light: #999999;--color-gray-extra-light: #cccccc;--color-red: #ff3b30;--transition: .3s ease-in-out}.ant-select-selection-placeholder{color:#777e90!important}th.ant-table-cell{background-color:var(--color-quinary)!important}.ant-pagination{align-items:center}.ant-pagination-options .ant-select{height:40px}td.ant-table-cell{vertical-align:top!important}.ant-table-expanded-row .ant-table,.ant-table-expanded-row .ant-table-content,.ant-table-expanded-row .ant-table-cell{border-radius:0!important}.ant-table-expanded-row .ant-pagination{margin-bottom:-8px!important;margin-top:24px!important}.ant-picker-focused{box-shadow:none!important}.ant-table a{color:var(--color-primary)!important}.ant-table a:hover{color:var(--color-secondary)!important}.ant-table,.ant-table-container,.ant-table-content,.ant-table-thead>tr>th,.ant-table-tbody>tr>td{border-color:#e0e0e0!important}.ant-table-thead>tr>th{border-bottom:1px solid #e0e0e0!important}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid #e0e0e0!important}.ant-table-row-selected>td{background:var(--color-quinary)!important}.ant-anchor-ink{display:none;font-weight:500}.ant-btn{box-shadow:none!important}
