@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
:root {
  --aky-color-primary-100: 194, 232, 180;
  --aky-color-primary-200: 159, 217, 133;
  --aky-color-primary-300: 124, 202, 86;
  --aky-color-primary-400: 88, 187, 39;
  --aky-color-primary-500: 62, 154, 27;
  --aky-color-primary-600: 18, 139, 1;
  --aky-color-primary-700: 14, 107, 1;
  --aky-color-secondary-100: 211, 217, 213;
  --aky-color-secondary-200: 169, 179, 172;
  --aky-color-secondary-300: 127, 140, 130;
  --aky-color-secondary-400: 85, 102, 89;
  --aky-color-secondary-500: 61, 81, 67;
  --aky-color-secondary-600: 60, 73, 63;
  --aky-color-secondary-700: 42, 51, 44;
  --aky-color-secondary-800: 25, 30, 26;
  --aky-color-grey-100: 234, 237, 241;
  --aky-color-grey-200: 212, 218, 227;
  --aky-color-grey-300: 169, 181, 198;
  --aky-color-grey-400: 148, 163, 184;
  --aky-color-grey-500: 125, 138, 156;
  --aky-color-grey-600: 101, 113, 129;
  --aky-color-grey-700: 78, 87, 101;
  --aky-color-grey-800: 54, 62, 74;
  --aky-color-grey-900: 31, 37, 46;
  --aky-color-grey-ui-100: 234, 237, 241;
  --aky-color-grey-ui-200: 212, 218, 227;
  --aky-color-grey-ui-300: 169, 181, 198;
  --aky-color-grey-ui-400: 148, 163, 184;
  --aky-color-grey-ui-500: 125, 138, 156;
  --aky-color-grey-ui-600: 101, 113, 129;
  --aky-color-grey-ui-700: 78, 87, 101;
  --aky-color-grey-ui-800: 54, 62, 74;
  --aky-color-grey-ui-900: 31, 37, 46;
  --aky-color-success-100: 219, 248, 230;
  --aky-color-success-200: 183, 242, 204;
  --aky-color-success-300: 110, 229, 153;
  --aky-color-success-400: 74, 222, 128;
  --aky-color-success-500: 60, 185, 106;
  --aky-color-success-600: 47, 147, 84;
  --aky-color-success-700: 33, 110, 61;
  --aky-color-success-800: 20, 72, 39;
  --aky-color-success-900: 6, 35, 17;
  --aky-color-warning-100: 254, 233, 216;
  --aky-color-warning-200: 253, 211, 177;
  --aky-color-warning-300: 252, 168, 99;
  --aky-color-warning-400: 251, 146, 60;
  --aky-color-warning-500: 212, 122, 48;
  --aky-color-warning-600: 173, 98, 36;
  --aky-color-warning-700: 133, 73, 25;
  --aky-color-warning-800: 94, 49, 13;
  --aky-color-warning-900: 55, 25, 1;
  --aky-color-danger-100: 252, 218, 218;
  --aky-color-danger-200: 249, 180, 180;
  --aky-color-danger-300: 242, 105, 105;
  --aky-color-danger-400: 239, 68, 68;
  --aky-color-danger-500: 201, 55, 55;
  --aky-color-danger-600: 163, 42, 42;
  --aky-color-danger-700: 124, 30, 30;
  --aky-color-danger-800: 86, 17, 17;
  --aky-color-danger-900: 48, 4, 4;
  --aky-color-light: 255, 255, 255;
  --aky-color-dark: 0, 0, 0;
  --aky-color-error: 201, 55, 55;
}

.color-primary-100 {
  color: rgba(var(--aky-color-primary-100), 1) !important;
}

.color-primary-200 {
  color: rgba(var(--aky-color-primary-200), 1) !important;
}

.color-primary-300 {
  color: rgba(var(--aky-color-primary-300), 1) !important;
}

.color-primary-400 {
  color: rgba(var(--aky-color-primary-400), 1) !important;
}

.color-primary-500 {
  color: rgba(var(--aky-color-primary-500), 1) !important;
}

.color-primary-600 {
  color: rgba(var(--aky-color-primary-600), 1) !important;
}

.color-primary-700 {
  color: rgba(var(--aky-color-primary-700), 1) !important;
}

.color-secondary-100 {
  color: rgba(var(--aky-color-secondary-100), 1) !important;
}

.color-secondary-200 {
  color: rgba(var(--aky-color-secondary-200), 1) !important;
}

.color-secondary-300 {
  color: rgba(var(--aky-color-secondary-300), 1) !important;
}

.color-secondary-400 {
  color: rgba(var(--aky-color-secondary-400), 1) !important;
}

.color-secondary-500 {
  color: rgba(var(--aky-color-secondary-500), 1) !important;
}

.color-secondary-600 {
  color: rgba(var(--aky-color-secondary-600), 1) !important;
}

.color-secondary-700 {
  color: rgba(var(--aky-color-secondary-700), 1) !important;
}

.color-secondary-800 {
  color: rgba(var(--aky-color-secondary-800), 1) !important;
}

.color-grey-100 {
  color: rgba(var(--aky-color-grey-100), 1) !important;
}

.color-grey-200 {
  color: rgba(var(--aky-color-grey-200), 1) !important;
}

.color-grey-300 {
  color: rgba(var(--aky-color-grey-300), 1) !important;
}

.color-grey-400 {
  color: rgba(var(--aky-color-grey-400), 1) !important;
}

.color-grey-500 {
  color: rgba(var(--aky-color-grey-500), 1) !important;
}

.color-grey-600 {
  color: rgba(var(--aky-color-grey-600), 1) !important;
}

.color-grey-700 {
  color: rgba(var(--aky-color-grey-700), 1) !important;
}

.color-grey-800 {
  color: rgba(var(--aky-color-grey-800), 1) !important;
}

.color-grey-900 {
  color: rgba(var(--aky-color-grey-900), 1) !important;
}

.color-grey-ui-100 {
  color: rgba(var(--aky-color-grey-ui-100), 1) !important;
}

.color-grey-ui-200 {
  color: rgba(var(--aky-color-grey-ui-200), 1) !important;
}

.color-grey-ui-300 {
  color: rgba(var(--aky-color-grey-ui-300), 1) !important;
}

.color-grey-ui-400 {
  color: rgba(var(--aky-color-grey-ui-400), 1) !important;
}

.color-grey-ui-500 {
  color: rgba(var(--aky-color-grey-ui-500), 1) !important;
}

.color-grey-ui-600 {
  color: rgba(var(--aky-color-grey-ui-600), 1) !important;
}

.color-grey-ui-700 {
  color: rgba(var(--aky-color-grey-ui-700), 1) !important;
}

.color-grey-ui-800 {
  color: rgba(var(--aky-color-grey-ui-800), 1) !important;
}

.color-grey-ui-900 {
  color: rgba(var(--aky-color-grey-ui-900), 1) !important;
}

.color-success-100 {
  color: rgba(var(--aky-color-success-100), 1) !important;
}

.color-success-200 {
  color: rgba(var(--aky-color-success-200), 1) !important;
}

.color-success-300 {
  color: rgba(var(--aky-color-success-300), 1) !important;
}

.color-success-400 {
  color: rgba(var(--aky-color-success-400), 1) !important;
}

.color-success-500 {
  color: rgba(var(--aky-color-success-500), 1) !important;
}

.color-success-600 {
  color: rgba(var(--aky-color-success-600), 1) !important;
}

.color-success-700 {
  color: rgba(var(--aky-color-success-700), 1) !important;
}

.color-success-800 {
  color: rgba(var(--aky-color-success-800), 1) !important;
}

.color-success-900 {
  color: rgba(var(--aky-color-success-900), 1) !important;
}

.color-warning-100 {
  color: rgba(var(--aky-color-warning-100), 1) !important;
}

.color-warning-200 {
  color: rgba(var(--aky-color-warning-200), 1) !important;
}

.color-warning-300 {
  color: rgba(var(--aky-color-warning-300), 1) !important;
}

.color-warning-400 {
  color: rgba(var(--aky-color-warning-400), 1) !important;
}

.color-warning-500 {
  color: rgba(var(--aky-color-warning-500), 1) !important;
}

.color-warning-600 {
  color: rgba(var(--aky-color-warning-600), 1) !important;
}

.color-warning-700 {
  color: rgba(var(--aky-color-warning-700), 1) !important;
}

.color-warning-800 {
  color: rgba(var(--aky-color-warning-800), 1) !important;
}

.color-warning-900 {
  color: rgba(var(--aky-color-warning-900), 1) !important;
}

.color-danger-100 {
  color: rgba(var(--aky-color-danger-100), 1) !important;
}

.color-danger-200 {
  color: rgba(var(--aky-color-danger-200), 1) !important;
}

.color-danger-300 {
  color: rgba(var(--aky-color-danger-300), 1) !important;
}

.color-danger-400 {
  color: rgba(var(--aky-color-danger-400), 1) !important;
}

.color-danger-500 {
  color: rgba(var(--aky-color-danger-500), 1) !important;
}

.color-danger-600 {
  color: rgba(var(--aky-color-danger-600), 1) !important;
}

.color-danger-700 {
  color: rgba(var(--aky-color-danger-700), 1) !important;
}

.color-danger-800 {
  color: rgba(var(--aky-color-danger-800), 1) !important;
}

.color-danger-900 {
  color: rgba(var(--aky-color-danger-900), 1) !important;
}

.color-light {
  color: rgba(var(--aky-color-light), 1);
}

.color-dark {
  color: rgba(var(--aky-color-dark), 1);
}

.color-error {
  color: rgba(var(--aky-color-error), 1);
}

@keyframes fadeInUp {
  from {
    transform: translateY(35px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
.a-fadeOutLeft {
  animation: fadeOutLeft 0.5s ease-in-out;
}

.a-fadeOutRight {
  animation: fadeOutRight 0.5s ease-in-out;
}

.c-custom-field-checkbox legend, .form-group label .form-group__info > span, .form-group legend .form-group__info > span, .form-switch label .form-group__info > span, .form-switch legend .form-group__info > span, .c-card__subtitle, .c-card-header .c-title, .c-button--style-underline {
  font-weight: 400;
}
.c-pagination__title {
  font-weight: 500;
}
.custom-pressure-input > span, .c-title--h4, .c-title--h3, .c-title--h2, .c-title--h1, .c-table thead tr th, .intervention_card, fieldset legend, .c-custom-field-checkbox__inputs .form-check, .form-group .input-container .input-prepend, .form-group .input-container .input-append, .form-switch .input-container .input-prepend, .form-switch .input-container .input-append, .c-filter.c-filter--style-1 > li, .c-filter.c-filter--style-2 > li, .c-card-infos .c-card-info a {
  font-weight: 600;
}
.c-list-item__name, .c-list-card .c-card, .c-list-card .c-button--style-card, .c-form-group label, .c-form-group legend, .c-form .form-group label, .c-form .form-group legend, .c-card-infos .c-card-info__label, .c-card__name, .c-card-header .c-button-group, .c-button--style-default, .c-button--style-large, .c-badge.c-badge--size-xs, .c-accordion__title, .l-sidebar__privacy:hover, .l-sidebar nav .c-nav-item > .c-nav-item__link.active, .l-sidebar nav .c-nav-item > .c-nav-item__link:hover, .u-bg--c:before {
  font-weight: 700;
}

.fs-8 {
  font-size: 0.5rem;
  line-height: 100%;
}
.c-tooltip, .c-profile.c-profile--style-1, .c-profile__status, .c-list-item__date, .l-sidebar__copyright, .fs-10 {
  font-size: 0.625rem;
  line-height: 100%;
}
.password .invalid-feedback, .c-text--sm, .c-pagination, .form-group__errors, .c-card-infos .c-card-info, .c-card__subtitle, .c-badge, .l-sidebar nav .c-nav-item > .c-nav-item__link .c-ico-text[data-content]::after, .fs-12 {
  font-size: 0.75rem;
  line-height: 120%;
}
.c-title--h4, .c-table, .c-steps--container .c-steps__item span, .c-profile__content .c-link, .c-list-item__name, .c-list-card .c-card, .c-list-card .c-button--style-card, .c-custom-field-checkbox__inputs .form-check, .form-group .c-custom-file__wrapper .c-custom-file > input[type=file] + .custom-file-label, .form-group .input-container .input-prepend, .form-group .input-container .input-append, .form-switch .input-container .input-prepend, .form-switch .input-container .input-append, .form-group label .form-group__info > span, .form-group legend .form-group__info > span, .form-switch label .form-group__info > span, .form-switch legend .form-group__info > span, .c-form-group, .c-form .form-group, .c-filter.c-filter--style-2 > li, .c-card-header .c-button-group, .fs-14 {
  font-size: 0.875rem;
  line-height: 160%;
}
fieldset legend, .form-group .ts-wrapper.single .ts-control, .form-group .ts-wrapper.multi .ts-control, .form-group input[type=text], .form-group input[type=search], .form-group input[type=number], .form-group input[type=date], .form-group input[type=tel], .form-group input[type=time], .form-group input[type=datetime-local], .form-group input[type=email], .form-group input[type=password], .form-group input[type=color], .form-group .c-custom-file__wrapper input[type=file], .form-group select, .form-group textarea, .form-group > label, .form-group legend, .form-switch > label, .form-switch legend, .c-card-header .c-title, :root, .fs-16 {
  font-size: 1rem;
  line-height: 160%;
}
.c-toast, .c-title--h3, .intervention_card, .c-card-header .c-title svg, .fs-20 {
  font-size: 1.25rem;
  line-height: 120%;
}
.c-title--h2, .c-steps--container .c-steps__item, .fs-24 {
  font-size: 1.5rem;
  line-height: 120%;
}
.c-title--h1, .fs-32 {
  font-size: 2rem;
  line-height: 120%;
}
.fs-48 {
  font-size: 3rem;
  line-height: 120%;
}

.form-group .c-custom-file__wrapper .c-custom-file > input[type=file] + .custom-file-label, .form-group .ts-wrapper.single .ts-control, .form-group .ts-wrapper.multi .ts-control, .form-group input[type=text], .form-group input[type=search], .form-group input[type=number], .form-group input[type=date], .form-group input[type=tel], .form-group input[type=time], .form-group input[type=datetime-local], .form-group input[type=email], .form-group input[type=password], .form-group input[type=color], .form-group .c-custom-file__wrapper input[type=file], .form-group select, .form-group textarea, .form-group .radio-container input[type=radio] + label, .form-group .input-container .input-prepend, .form-group .input-container .input-append, .form-switch .input-container .input-prepend, .form-switch .input-container .input-append, .form-group > label, .form-group legend, .form-switch > label, .form-switch legend, .c-accordion {
  border-radius: 4px;
}

.c-list-item, .c-button--style-default, .c-button--style-large {
  border-radius: 6px;
}

.c-tooltip, .form-group label .form-group__info > span, .form-group legend .form-group__info > span, .form-switch label .form-group__info > span, .form-switch legend .form-group__info > span, .c-form-group__input.c-form-group__input--img, .c-form .form-group__input.c-form-group__input--img, .c-filter.c-filter--style-1 > li, .c-filter.c-filter--style-2 > li {
  border-radius: 8px;
}

.c-badge {
  border-radius: 12px;
}

.c-toast, .c-modal, .c-card, .c-button--style-card, .l-sidebar__privacy, .l-sidebar nav .c-nav-item {
  border-radius: 16px;
}

.c-table__wrapper {
  border-radius: 24px;
}

.c-badge.c-badge--size-xs {
  border-radius: 48px;
}

.c-button--style-rounded {
  border-radius: 64px;
}

/** Librairies externe */
/** Import theme styles */
body {
  font-family: "Sora", sans-serif;
  color: rgba(var(--aky-color-dark), 1);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  margin: 0;
}
body::-webkit-scrollbar {
  width: 5px;
  border-radius: 32px;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-thumb {
  border-radius: 32px;
  background: rgba(var(--aky-color-grey-400), 1);
  width: 5px;
}

a {
  text-decoration: none;
  color: inherit;
}

*[trigger-sidebar] {
  cursor: pointer;
}
*[hidden] {
  display: none;
}

.u-overflow-y-scroll {
  overflow-y: scroll;
  height: 100%;
}
.u-overflow-y-scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 32px;
}
.u-overflow-y-scroll::-webkit-scrollbar-track {
  display: none;
}
.u-overflow-y-scroll::-webkit-scrollbar-thumb {
  border-radius: 32px;
  background: rgba(var(--aky-color-grey-400), 1);
  width: 5px;
}

.u-center-x {
  margin-inline: auto;
}

.u-left {
  margin-inline-end: auto;
}

.u-right {
  margin-inline-start: auto;
}

.u-shadow {
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
}

.u-bg-primary-100 {
  background-color: rgba(var(--aky-color-primary-100), 1) !important;
}
.u-bg-primary-200 {
  background-color: rgba(var(--aky-color-primary-200), 1) !important;
}
.u-bg-primary-300 {
  background-color: rgba(var(--aky-color-primary-300), 1) !important;
}
.u-bg-primary-400 {
  background-color: rgba(var(--aky-color-primary-400), 1) !important;
}
.u-bg-primary-500 {
  background-color: rgba(var(--aky-color-primary-500), 1) !important;
}
.u-bg-primary-600 {
  background-color: rgba(var(--aky-color-primary-600), 1) !important;
}
.u-bg-primary-700 {
  background-color: rgba(var(--aky-color-primary-700), 1) !important;
}
.u-bg-secondary-100 {
  background-color: rgba(var(--aky-color-secondary-100), 1) !important;
}
.u-bg-secondary-200 {
  background-color: rgba(var(--aky-color-secondary-200), 1) !important;
}
.u-bg-secondary-300 {
  background-color: rgba(var(--aky-color-secondary-300), 1) !important;
}
.u-bg-secondary-400 {
  background-color: rgba(var(--aky-color-secondary-400), 1) !important;
}
.u-bg-secondary-500 {
  background-color: rgba(var(--aky-color-secondary-500), 1) !important;
}
.u-bg-secondary-600 {
  background-color: rgba(var(--aky-color-secondary-600), 1) !important;
}
.u-bg-secondary-700 {
  background-color: rgba(var(--aky-color-secondary-700), 1) !important;
}
.u-bg-secondary-800 {
  background-color: rgba(var(--aky-color-secondary-800), 1) !important;
}
.u-bg-grey-100 {
  background-color: rgba(var(--aky-color-grey-100), 1) !important;
}
.u-bg-grey-200 {
  background-color: rgba(var(--aky-color-grey-200), 1) !important;
}
.u-bg-grey-300 {
  background-color: rgba(var(--aky-color-grey-300), 1) !important;
}
.u-bg-grey-400 {
  background-color: rgba(var(--aky-color-grey-400), 1) !important;
}
.u-bg-grey-500 {
  background-color: rgba(var(--aky-color-grey-500), 1) !important;
}
.u-bg-grey-600 {
  background-color: rgba(var(--aky-color-grey-600), 1) !important;
}
.u-bg-grey-700 {
  background-color: rgba(var(--aky-color-grey-700), 1) !important;
}
.u-bg-grey-800 {
  background-color: rgba(var(--aky-color-grey-800), 1) !important;
}
.u-bg-grey-900 {
  background-color: rgba(var(--aky-color-grey-900), 1) !important;
}
.u-bg-grey-ui-100 {
  background-color: rgba(var(--aky-color-grey-ui-100), 1) !important;
}
.u-bg-grey-ui-200 {
  background-color: rgba(var(--aky-color-grey-ui-200), 1) !important;
}
.u-bg-grey-ui-300 {
  background-color: rgba(var(--aky-color-grey-ui-300), 1) !important;
}
.u-bg-grey-ui-400 {
  background-color: rgba(var(--aky-color-grey-ui-400), 1) !important;
}
.u-bg-grey-ui-500 {
  background-color: rgba(var(--aky-color-grey-ui-500), 1) !important;
}
.u-bg-grey-ui-600 {
  background-color: rgba(var(--aky-color-grey-ui-600), 1) !important;
}
.u-bg-grey-ui-700 {
  background-color: rgba(var(--aky-color-grey-ui-700), 1) !important;
}
.u-bg-grey-ui-800 {
  background-color: rgba(var(--aky-color-grey-ui-800), 1) !important;
}
.u-bg-grey-ui-900 {
  background-color: rgba(var(--aky-color-grey-ui-900), 1) !important;
}
.u-bg-success-100 {
  background-color: rgba(var(--aky-color-success-100), 1) !important;
}
.u-bg-success-200 {
  background-color: rgba(var(--aky-color-success-200), 1) !important;
}
.u-bg-success-300 {
  background-color: rgba(var(--aky-color-success-300), 1) !important;
}
.u-bg-success-400 {
  background-color: rgba(var(--aky-color-success-400), 1) !important;
}
.u-bg-success-500 {
  background-color: rgba(var(--aky-color-success-500), 1) !important;
}
.u-bg-success-600 {
  background-color: rgba(var(--aky-color-success-600), 1) !important;
}
.u-bg-success-700 {
  background-color: rgba(var(--aky-color-success-700), 1) !important;
}
.u-bg-success-800 {
  background-color: rgba(var(--aky-color-success-800), 1) !important;
}
.u-bg-success-900 {
  background-color: rgba(var(--aky-color-success-900), 1) !important;
}
.u-bg-warning-100 {
  background-color: rgba(var(--aky-color-warning-100), 1) !important;
}
.u-bg-warning-200 {
  background-color: rgba(var(--aky-color-warning-200), 1) !important;
}
.u-bg-warning-300 {
  background-color: rgba(var(--aky-color-warning-300), 1) !important;
}
.u-bg-warning-400 {
  background-color: rgba(var(--aky-color-warning-400), 1) !important;
}
.u-bg-warning-500 {
  background-color: rgba(var(--aky-color-warning-500), 1) !important;
}
.u-bg-warning-600 {
  background-color: rgba(var(--aky-color-warning-600), 1) !important;
}
.u-bg-warning-700 {
  background-color: rgba(var(--aky-color-warning-700), 1) !important;
}
.u-bg-warning-800 {
  background-color: rgba(var(--aky-color-warning-800), 1) !important;
}
.u-bg-warning-900 {
  background-color: rgba(var(--aky-color-warning-900), 1) !important;
}
.u-bg-danger-100 {
  background-color: rgba(var(--aky-color-danger-100), 1) !important;
}
.u-bg-danger-200 {
  background-color: rgba(var(--aky-color-danger-200), 1) !important;
}
.u-bg-danger-300 {
  background-color: rgba(var(--aky-color-danger-300), 1) !important;
}
.u-bg-danger-400 {
  background-color: rgba(var(--aky-color-danger-400), 1) !important;
}
.u-bg-danger-500 {
  background-color: rgba(var(--aky-color-danger-500), 1) !important;
}
.u-bg-danger-600 {
  background-color: rgba(var(--aky-color-danger-600), 1) !important;
}
.u-bg-danger-700 {
  background-color: rgba(var(--aky-color-danger-700), 1) !important;
}
.u-bg-danger-800 {
  background-color: rgba(var(--aky-color-danger-800), 1) !important;
}
.u-bg-danger-900 {
  background-color: rgba(var(--aky-color-danger-900), 1) !important;
}
.u-bg-light {
  background-color: rgba(var(--aky-color-light), 1);
}
.u-bg-dark {
  background-color: rgba(var(--aky-color-dark), 1);
}
.u-bg-error {
  background-color: rgba(var(--aky-color-error), 1);
}
.u-bg--c {
  position: relative;
  overflow: hidden;
}
.u-bg--c > * {
  position: relative;
  z-index: 1;
}
.u-bg--c:before {
  content: "c";
  position: absolute;
  top: 100%;
  left: 15%;
  transform: translateY(-25%) rotate(45deg);
  color: rgba(var(--aky-color-light), 1);
  font-size: 400px;
  opacity: 0.1;
  line-height: 0.5;
  pointer-events: none;
}
.u-bg--c-1:before {
  font-size: 600px;
  transform: translateY(-20%) rotate(-45deg);
  top: 0;
  left: 0;
  transform-origin: top left;
}
.u-bg--c-2:before {
  font-size: 600px;
  transform: rotate(-45deg);
  top: 20%;
  left: 35%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.l-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  position: sticky;
  top: 0;
  background-color: rgba(var(--aky-color-light), 1);
  z-index: 10;
  margin-bottom: 1.5rem;
  min-height: 5rem;
  border-bottom: 1px solid rgba(var(--aky-color-grey-ui-200), 1);
}
.l-header__nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  gap: 2.5rem;
  font-size: 2.083125rem;
}
@media only screen and (max-width: 768px) {
  .l-header__nav select {
    padding: 0.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    order: -1;
    padding-block: 0;
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    order: -1;
    padding-block: 0;
  }
}

.l-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: min-content;
  grid-gap: 28px;
}
.l-grid.mt-0 {
  margin-top: 0rem;
}
.l-grid.mb-0 {
  margin-bottom: 0rem;
}
.l-grid.mt-1 {
  margin-top: 0.25rem;
}
.l-grid.mb-1 {
  margin-bottom: 0.25rem;
}
.l-grid.mt-2 {
  margin-top: 0.5rem;
}
.l-grid.mb-2 {
  margin-bottom: 0.5rem;
}
.l-grid.mt-3 {
  margin-top: 1rem;
}
.l-grid.mb-3 {
  margin-bottom: 1rem;
}
.l-grid.mt-4 {
  margin-top: 2rem;
}
.l-grid.mb-4 {
  margin-bottom: 2rem;
}
.l-grid.mt-5 {
  margin-top: 4rem;
}
.l-grid.mb-5 {
  margin-bottom: 4rem;
}
.l-grid[class*=l-grid--1] > * {
  grid-column: span calc(12 / 1);
}
.l-grid[class*=l-grid--2] > * {
  grid-column: span calc(12 / 2);
}
.l-grid[class*=l-grid--3] > * {
  grid-column: span calc(12 / 3);
}
.l-grid[class*=l-grid--4] > * {
  grid-column: span calc(12 / 4);
}
.l-grid[class*=l-grid--5] > * {
  grid-column: span calc(12 / 5);
}
.l-grid[class*=l-grid--6] > * {
  grid-column: span calc(12 / 6);
}
.l-grid[class*=l-grid--7] > * {
  grid-column: span calc(12 / 7);
}
.l-grid[class*=l-grid--8] > * {
  grid-column: span calc(12 / 8);
}
.l-grid[class*=l-grid--9] > * {
  grid-column: span calc(12 / 9);
}
.l-grid[class*=l-grid--10] > * {
  grid-column: span calc(12 / 10);
}
.l-grid[class*=l-grid--11] > * {
  grid-column: span calc(12 / 11);
}
.l-grid[class*=l-grid--12] > * {
  grid-column: span calc(12 / 12);
}
@media only screen and (max-width: 1800px) {
  .l-grid[class*="l-grid--1:4xl"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:4xl"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:4xl"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:4xl"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:4xl"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:4xl"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:4xl"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:4xl"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:4xl"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:4xl"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:4xl"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:4xl"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:4xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 1600px) {
  .l-grid[class*="l-grid--1:xxxl"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:xxxl"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:xxxl"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:xxxl"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:xxxl"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:xxxl"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:xxxl"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:xxxl"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:xxxl"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:xxxl"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:xxxl"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:xxxl"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:xxxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 1400px) {
  .l-grid[class*="l-grid--1:xxl"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:xxl"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:xxl"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:xxl"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:xxl"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:xxl"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:xxl"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:xxl"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:xxl"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:xxl"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:xxl"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:xxl"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:xxl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 1200px) {
  .l-grid[class*="l-grid--1:xl"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:xl"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:xl"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:xl"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:xl"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:xl"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:xl"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:xl"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:xl"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:xl"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:xl"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:xl"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:xl"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 992px) {
  .l-grid[class*="l-grid--1:lg"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:lg"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:lg"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:lg"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:lg"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:lg"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:lg"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:lg"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:lg"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:lg"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:lg"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:lg"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:lg"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 768px) {
  .l-grid[class*="l-grid--1:md"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:md"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:md"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:md"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:md"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:md"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:md"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:md"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:md"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:md"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:md"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:md"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:md"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 576px) {
  .l-grid[class*="l-grid--1:sml"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:sml"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:sml"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:sml"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:sml"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:sml"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:sml"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:sml"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:sml"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:sml"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:sml"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:sml"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:sml"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 320px) {
  .l-grid[class*="l-grid--1:sm"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:sm"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:sm"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:sm"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:sm"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:sm"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:sm"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:sm"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:sm"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:sm"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:sm"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:sm"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:sm"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
@media only screen and (max-width: 0) {
  .l-grid[class*="l-grid--1:xs"] > * {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--1:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 1);
  }
  .l-grid[class*="l-grid--2:xs"] > * {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--2:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 2);
  }
  .l-grid[class*="l-grid--3:xs"] > * {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--3:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 3);
  }
  .l-grid[class*="l-grid--4:xs"] > * {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--4:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 4);
  }
  .l-grid[class*="l-grid--5:xs"] > * {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--5:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 5);
  }
  .l-grid[class*="l-grid--6:xs"] > * {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--6:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 6);
  }
  .l-grid[class*="l-grid--7:xs"] > * {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--7:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 7);
  }
  .l-grid[class*="l-grid--8:xs"] > * {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--8:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 8);
  }
  .l-grid[class*="l-grid--9:xs"] > * {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--9:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 9);
  }
  .l-grid[class*="l-grid--10:xs"] > * {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--10:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 10);
  }
  .l-grid[class*="l-grid--11:xs"] > * {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--11:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 11);
  }
  .l-grid[class*="l-grid--12:xs"] > * {
    grid-column: span calc(12 / 12);
  }
  .l-grid[class*="l-grid--12:xs"] > *[class*=l-grid-col] {
    grid-column: span calc(12 / 12);
  }
}
.l-grid .l-grid-col--1 {
  grid-column: span 1;
}
.l-grid .l-grid-col--start-1 {
  grid-column-start: 1;
}
.l-grid .l-grid-col--end-1 {
  grid-column-end: 1;
}
.l-grid .l-grid-row--1 {
  grid-row: span 1;
}
.l-grid .l-grid-row--start-1 {
  grid-row-start: 1;
}
.l-grid .l-grid-row--end-1 {
  grid-row-end: 1;
}
.l-grid .l-grid-col--2 {
  grid-column: span 2;
}
.l-grid .l-grid-col--start-2 {
  grid-column-start: 2;
}
.l-grid .l-grid-col--end-2 {
  grid-column-end: 2;
}
.l-grid .l-grid-row--2 {
  grid-row: span 2;
}
.l-grid .l-grid-row--start-2 {
  grid-row-start: 2;
}
.l-grid .l-grid-row--end-2 {
  grid-row-end: 2;
}
.l-grid .l-grid-col--3 {
  grid-column: span 3;
}
.l-grid .l-grid-col--start-3 {
  grid-column-start: 3;
}
.l-grid .l-grid-col--end-3 {
  grid-column-end: 3;
}
.l-grid .l-grid-row--3 {
  grid-row: span 3;
}
.l-grid .l-grid-row--start-3 {
  grid-row-start: 3;
}
.l-grid .l-grid-row--end-3 {
  grid-row-end: 3;
}
.l-grid .l-grid-col--4 {
  grid-column: span 4;
}
.l-grid .l-grid-col--start-4 {
  grid-column-start: 4;
}
.l-grid .l-grid-col--end-4 {
  grid-column-end: 4;
}
.l-grid .l-grid-row--4 {
  grid-row: span 4;
}
.l-grid .l-grid-row--start-4 {
  grid-row-start: 4;
}
.l-grid .l-grid-row--end-4 {
  grid-row-end: 4;
}
.l-grid .l-grid-col--5 {
  grid-column: span 5;
}
.l-grid .l-grid-col--start-5 {
  grid-column-start: 5;
}
.l-grid .l-grid-col--end-5 {
  grid-column-end: 5;
}
.l-grid .l-grid-row--5 {
  grid-row: span 5;
}
.l-grid .l-grid-row--start-5 {
  grid-row-start: 5;
}
.l-grid .l-grid-row--end-5 {
  grid-row-end: 5;
}
.l-grid .l-grid-col--6 {
  grid-column: span 6;
}
.l-grid .l-grid-col--start-6 {
  grid-column-start: 6;
}
.l-grid .l-grid-col--end-6 {
  grid-column-end: 6;
}
.l-grid .l-grid-row--6 {
  grid-row: span 6;
}
.l-grid .l-grid-row--start-6 {
  grid-row-start: 6;
}
.l-grid .l-grid-row--end-6 {
  grid-row-end: 6;
}
.l-grid .l-grid-col--7 {
  grid-column: span 7;
}
.l-grid .l-grid-col--start-7 {
  grid-column-start: 7;
}
.l-grid .l-grid-col--end-7 {
  grid-column-end: 7;
}
.l-grid .l-grid-row--7 {
  grid-row: span 7;
}
.l-grid .l-grid-row--start-7 {
  grid-row-start: 7;
}
.l-grid .l-grid-row--end-7 {
  grid-row-end: 7;
}
.l-grid .l-grid-col--8 {
  grid-column: span 8;
}
.l-grid .l-grid-col--start-8 {
  grid-column-start: 8;
}
.l-grid .l-grid-col--end-8 {
  grid-column-end: 8;
}
.l-grid .l-grid-row--8 {
  grid-row: span 8;
}
.l-grid .l-grid-row--start-8 {
  grid-row-start: 8;
}
.l-grid .l-grid-row--end-8 {
  grid-row-end: 8;
}
.l-grid .l-grid-col--9 {
  grid-column: span 9;
}
.l-grid .l-grid-col--start-9 {
  grid-column-start: 9;
}
.l-grid .l-grid-col--end-9 {
  grid-column-end: 9;
}
.l-grid .l-grid-row--9 {
  grid-row: span 9;
}
.l-grid .l-grid-row--start-9 {
  grid-row-start: 9;
}
.l-grid .l-grid-row--end-9 {
  grid-row-end: 9;
}
.l-grid .l-grid-col--10 {
  grid-column: span 10;
}
.l-grid .l-grid-col--start-10 {
  grid-column-start: 10;
}
.l-grid .l-grid-col--end-10 {
  grid-column-end: 10;
}
.l-grid .l-grid-row--10 {
  grid-row: span 10;
}
.l-grid .l-grid-row--start-10 {
  grid-row-start: 10;
}
.l-grid .l-grid-row--end-10 {
  grid-row-end: 10;
}
.l-grid .l-grid-col--11 {
  grid-column: span 11;
}
.l-grid .l-grid-col--start-11 {
  grid-column-start: 11;
}
.l-grid .l-grid-col--end-11 {
  grid-column-end: 11;
}
.l-grid .l-grid-row--11 {
  grid-row: span 11;
}
.l-grid .l-grid-row--start-11 {
  grid-row-start: 11;
}
.l-grid .l-grid-row--end-11 {
  grid-row-end: 11;
}
.l-grid .l-grid-col--12 {
  grid-column: span 12;
}
.l-grid .l-grid-col--start-12 {
  grid-column-start: 12;
}
.l-grid .l-grid-col--end-12 {
  grid-column-end: 12;
}
.l-grid .l-grid-row--12 {
  grid-row: span 12;
}
.l-grid .l-grid-row--start-12 {
  grid-row-start: 12;
}
.l-grid .l-grid-row--end-12 {
  grid-row-end: 12;
}
.l-grid .l-grid-col--13 {
  grid-column: span 13;
}
.l-grid .l-grid-col--start-13 {
  grid-column-start: 13;
}
.l-grid .l-grid-col--end-13 {
  grid-column-end: 13;
}
.l-grid .l-grid-row--13 {
  grid-row: span 13;
}
.l-grid .l-grid-row--start-13 {
  grid-row-start: 13;
}
.l-grid .l-grid-row--end-13 {
  grid-row-end: 13;
}
@media only screen and (max-width: 1800px) {
  .l-grid [class*="l-grid-col--1:4xl"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:4xl"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:4xl"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:4xl"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:4xl"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:4xl"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:4xl"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:4xl"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:4xl"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:4xl"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:4xl"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:4xl"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1600px) {
  .l-grid [class*="l-grid-col--1:xxxl"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:xxxl"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:xxxl"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:xxxl"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:xxxl"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:xxxl"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:xxxl"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:xxxl"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:xxxl"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:xxxl"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:xxxl"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:xxxl"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1400px) {
  .l-grid [class*="l-grid-col--1:xxl"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:xxl"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:xxl"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:xxl"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:xxl"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:xxl"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:xxl"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:xxl"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:xxl"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:xxl"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:xxl"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:xxl"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 1200px) {
  .l-grid [class*="l-grid-col--1:xl"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:xl"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:xl"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:xl"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:xl"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:xl"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:xl"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:xl"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:xl"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:xl"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:xl"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:xl"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 992px) {
  .l-grid [class*="l-grid-col--1:lg"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:lg"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:lg"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:lg"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:lg"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:lg"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:lg"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:lg"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:lg"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:lg"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:lg"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:lg"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .l-grid [class*="l-grid-col--1:md"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:md"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:md"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:md"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:md"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:md"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:md"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:md"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:md"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:md"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:md"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:md"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 576px) {
  .l-grid [class*="l-grid-col--1:sml"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:sml"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:sml"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:sml"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:sml"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:sml"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:sml"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:sml"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:sml"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:sml"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:sml"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:sml"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 320px) {
  .l-grid [class*="l-grid-col--1:sm"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:sm"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:sm"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:sm"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:sm"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:sm"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:sm"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:sm"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:sm"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:sm"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:sm"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:sm"] {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 0) {
  .l-grid [class*="l-grid-col--1:xs"] {
    grid-column: span 1;
  }
  .l-grid [class*="l-grid-col--2:xs"] {
    grid-column: span 2;
  }
  .l-grid [class*="l-grid-col--3:xs"] {
    grid-column: span 3;
  }
  .l-grid [class*="l-grid-col--4:xs"] {
    grid-column: span 4;
  }
  .l-grid [class*="l-grid-col--5:xs"] {
    grid-column: span 5;
  }
  .l-grid [class*="l-grid-col--6:xs"] {
    grid-column: span 6;
  }
  .l-grid [class*="l-grid-col--7:xs"] {
    grid-column: span 7;
  }
  .l-grid [class*="l-grid-col--8:xs"] {
    grid-column: span 8;
  }
  .l-grid [class*="l-grid-col--9:xs"] {
    grid-column: span 9;
  }
  .l-grid [class*="l-grid-col--10:xs"] {
    grid-column: span 10;
  }
  .l-grid [class*="l-grid-col--11:xs"] {
    grid-column: span 11;
  }
  .l-grid [class*="l-grid-col--12:xs"] {
    grid-column: span 12;
  }
}
.l-grid-col--start {
  justify-self: start;
}
.l-grid-col--center {
  justify-self: center;
}
.l-grid-col--end {
  justify-self: end;
}
.l-grid-col--top {
  align-self: start;
}
.l-grid-col--middle {
  align-self: center;
}
.l-grid-col--bottom {
  align-self: end;
}
.l-grid.align-items-center {
  align-items: center;
}
.l-grid--no-gap {
  gap: 0;
}

*:has(> .l-grid) {
  container: lgrid/inline-size;
  z-index: 1;
}

@container lgrid (width < 320px) {
  .l-grid {
    column-gap: 0;
  }
}
.dashboard-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: space-between;
  gap: 1.25rem;
  gap: 28px;
}
.dashboard-grid > * {
  flex: 1;
  height: fit-content;
}

.w-10 {
  width: calc(1 * 10%);
}

.w-20 {
  width: calc(2 * 10%);
}

.w-30 {
  width: calc(3 * 10%);
}

.w-40 {
  width: calc(4 * 10%);
}

.w-50 {
  width: calc(5 * 10%);
}

.w-60 {
  width: calc(6 * 10%);
}

.w-70 {
  width: calc(7 * 10%);
}

.w-80 {
  width: calc(8 * 10%);
}

.w-90 {
  width: calc(9 * 10%);
}

.w-100 {
  width: calc(10 * 10%);
}

.centered {
  margin: 0 auto;
}

.l-sidebar {
  position: sticky;
  top: 0;
  align-self: baseline;
  height: -webkit-fill-available;
  z-index: 9;
  color: rgba(var(--aky-color-grey-ui-700), 1);
  padding: 1rem 0.5rem;
  border-radius: 0 20px 20px 0;
}
.l-sidebar::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-sidebar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    height: fit-content;
    min-height: 3.75rem;
    overflow-y: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-sidebar > .l-sidebar__copyright {
    position: initial;
  }
}
.l-sidebar__brand {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 3rem;
  height: 6rem;
  width: 100%;
}
.l-sidebar__brand > a {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-sidebar__brand > a > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-sidebar__brand {
    width: auto;
    min-width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 0;
  }
}
.l-sidebar nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .l-sidebar nav > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.25rem;
    gap: 0.375rem;
  }
}
.l-sidebar nav .c-nav-item {
  width: 100%;
}
.l-sidebar nav .c-nav-item > .c-nav-item__link {
  display: block;
  padding: 1rem;
  position: relative;
}
.l-sidebar nav .c-nav-item > .c-nav-item__link.active, .l-sidebar nav .c-nav-item > .c-nav-item__link:hover {
  color: rgba(var(--aky-color-grey-ui-700), 1);
}
.l-sidebar nav .c-nav-item > .c-nav-item__link .c-ico-text[data-content]::after {
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  background-color: rgba(var(--aky-color-secondary-700), 1);
  border-radius: 0.3125rem;
  color: rgba(var(--aky-color-light), 1);
  padding: 0.25rem 0.5rem;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .l-sidebar nav .c-nav-item > .c-nav-item__link .c-ico-text[data-content]::after {
    display: none;
  }
}
.l-sidebar nav .c-nav-item > .c-nav-item__link:hover .c-ico-text:after {
  pointer-events: all;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .l-sidebar nav .c-nav-item > .c-nav-item__link {
    padding: 0.25rem 0.75rem;
  }
}
.l-sidebar nav .c-nav-item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {
  .l-sidebar nav .c-nav-item {
    width: auto;
  }
}
.l-sidebar__privacy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.5rem;
  margin-top: 6.75rem;
  transition: 0.3s ease;
}
.l-sidebar__privacy:hover {
  color: rgba(var(--aky-color-grey-ui-700), 1);
}
.l-sidebar__privacy {
  margin-top: initial;
}
.l-sidebar__copyright {
  display: block !important;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease;
}
.l-sidebar__copyright a {
  text-decoration: underline;
}
.l-sidebar .c-ico-text {
  justify-content: center;
}
.l-sidebar .c-ico-text__text {
  min-width: 7.5rem;
}

@media only screen and (max-width: 768px) {
  .l-app {
    display: flex;
    flex-flow: column nowrap;
  }
}

.container {
  margin: 0 auto;
}

.container-4xl {
  max-width: 1800px;
}

.container-xxxl {
  max-width: 1600px;
}

.container-xxl {
  max-width: 1400px;
}

.container-xl {
  max-width: 1200px;
}

.container-lg {
  max-width: 992px;
}

.container-md {
  max-width: 768px;
}

.container-sml {
  max-width: 576px;
}

.container-sm {
  max-width: 320px;
}

.container-xs {
  max-width: 0;
}

.l-app {
  display: grid;
  grid-template-columns: min(4.375rem, 100%) 1fr;
  grid-template-rows: auto;
  color: rgba(var(--aky-color-light), 1);
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: rgba(var(--aky-color-primary-100), 1);
}
@media only screen and (max-width: 768px) {
  .l-app {
    display: flex;
    flex-flow: column nowrap;
  }
}

.l-main {
  background-color: rgba(var(--aky-color-light), 1);
  color: rgba(var(--aky-color-grey-ui-700), 1);
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  overflow-y: scroll;
  height: -webkit-fill-available;
  padding: 0 1rem 1rem 2rem;
  border-radius: 24px 0 0 24px;
}
.l-main::-webkit-scrollbar {
  width: 5px;
  border-radius: 32px;
}
.l-main::-webkit-scrollbar-track {
  display: none;
}
.l-main::-webkit-scrollbar-thumb {
  border-radius: 32px;
  background: rgba(var(--aky-color-grey-400), 1);
  width: 5px;
}
@media only screen and (max-width: 768px) {
  .l-main {
    height: calc(100vh - 24px - 40px);
    margin-top: auto;
  }
}
.l-main h1 {
  color: rgba(var(--aky-color-secondary-500), 1);
}
@media only screen and (max-width: 768px) {
  .l-main h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-main h2 {
    font-size: 1.25rem;
  }
}

.l-content {
  padding: 0 0.3125rem 1rem;
}

body {
  position: relative;
}

.c-accordion {
  border: 1px solid rgba(var(--aky-color-secondary-200), 1);
  padding: 1rem 2.1875rem;
  overflow: hidden;
}
.c-accordion__title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
  gap: 1.25rem;
}
.c-accordion__title::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-accordion__title::marker {
  content: none;
}
.c-accordion__panel {
  padding-top: 1.25rem;
  transition: max-height 0.2s linear;
}
.c-accordion__panel img {
  max-width: 100%;
  height: auto;
}

.c-badge {
  padding: 0.5rem 0.75rem;
  letter-spacing: -0.12px;
  display: inline-block;
  line-height: 1;
}
.c-badge a {
  text-decoration: underline;
}
.c-badge.c-badge--size-xs {
  padding: 0.24375rem 0.4875rem;
}
.c-badge.c-badge--contrast.c-badge--primary {
  background-color: rgba(var(--aky-color-primary-200), 1);
  color: rgba(var(--aky-color-primary-700), 1);
}
.c-badge.c-badge--contrast.c-badge--secondary {
  background-color: rgba(var(--aky-color-secondary-200), 1);
  color: rgba(var(--aky-color-secondary-700), 1);
}
.c-badge.c-badge--contrast.c-badge--grey {
  background-color: rgba(var(--aky-color-grey-200), 1);
  color: rgba(var(--aky-color-grey-700), 1);
}
.c-badge.c-badge--contrast.c-badge--grey-ui {
  background-color: rgba(var(--aky-color-grey-ui-200), 1);
  color: rgba(var(--aky-color-grey-ui-700), 1);
}
.c-badge.c-badge--contrast.c-badge--success {
  background-color: rgba(var(--aky-color-success-200), 1);
  color: rgba(var(--aky-color-success-700), 1);
}
.c-badge.c-badge--contrast.c-badge--warning {
  background-color: rgba(var(--aky-color-warning-200), 1);
  color: rgba(var(--aky-color-warning-700), 1);
}
.c-badge.c-badge--contrast.c-badge--danger {
  background-color: rgba(var(--aky-color-danger-200), 1);
  color: rgba(var(--aky-color-danger-700), 1);
}
.c-badge--primary-100 {
  background-color: rgba(var(--aky-color-primary-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--primary-200 {
  background-color: rgba(var(--aky-color-primary-200), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--primary-300 {
  background-color: rgba(var(--aky-color-primary-300), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--primary-400 {
  background-color: rgba(var(--aky-color-primary-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--primary-500 {
  background-color: rgba(var(--aky-color-primary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--primary-600 {
  background-color: rgba(var(--aky-color-primary-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--primary-700 {
  background-color: rgba(var(--aky-color-primary-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-100 {
  background-color: rgba(var(--aky-color-secondary-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--secondary-200 {
  background-color: rgba(var(--aky-color-secondary-200), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-300 {
  background-color: rgba(var(--aky-color-secondary-300), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-400 {
  background-color: rgba(var(--aky-color-secondary-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-500 {
  background-color: rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-600 {
  background-color: rgba(var(--aky-color-secondary-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-700 {
  background-color: rgba(var(--aky-color-secondary-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--secondary-800 {
  background-color: rgba(var(--aky-color-secondary-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-100 {
  background-color: rgba(var(--aky-color-grey-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-200 {
  background-color: rgba(var(--aky-color-grey-200), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-300 {
  background-color: rgba(var(--aky-color-grey-300), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-400 {
  background-color: rgba(var(--aky-color-grey-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-500 {
  background-color: rgba(var(--aky-color-grey-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-600 {
  background-color: rgba(var(--aky-color-grey-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-700 {
  background-color: rgba(var(--aky-color-grey-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-800 {
  background-color: rgba(var(--aky-color-grey-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-900 {
  background-color: rgba(var(--aky-color-grey-900), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-100 {
  background-color: rgba(var(--aky-color-grey-ui-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-ui-200 {
  background-color: rgba(var(--aky-color-grey-ui-200), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-ui-300 {
  background-color: rgba(var(--aky-color-grey-ui-300), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--grey-ui-400 {
  background-color: rgba(var(--aky-color-grey-ui-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-500 {
  background-color: rgba(var(--aky-color-grey-ui-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-600 {
  background-color: rgba(var(--aky-color-grey-ui-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-700 {
  background-color: rgba(var(--aky-color-grey-ui-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-800 {
  background-color: rgba(var(--aky-color-grey-ui-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--grey-ui-900 {
  background-color: rgba(var(--aky-color-grey-ui-900), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-100 {
  background-color: rgba(var(--aky-color-success-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--success-200 {
  background-color: rgba(var(--aky-color-success-200), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--success-300 {
  background-color: rgba(var(--aky-color-success-300), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-400 {
  background-color: rgba(var(--aky-color-success-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-500 {
  background-color: rgba(var(--aky-color-success-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-600 {
  background-color: rgba(var(--aky-color-success-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-700 {
  background-color: rgba(var(--aky-color-success-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-800 {
  background-color: rgba(var(--aky-color-success-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--success-900 {
  background-color: rgba(var(--aky-color-success-900), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-100 {
  background-color: rgba(var(--aky-color-warning-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--warning-200 {
  background-color: rgba(var(--aky-color-warning-200), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--warning-300 {
  background-color: rgba(var(--aky-color-warning-300), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-400 {
  background-color: rgba(var(--aky-color-warning-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-500 {
  background-color: rgba(var(--aky-color-warning-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-600 {
  background-color: rgba(var(--aky-color-warning-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-700 {
  background-color: rgba(var(--aky-color-warning-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-800 {
  background-color: rgba(var(--aky-color-warning-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--warning-900 {
  background-color: rgba(var(--aky-color-warning-900), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-100 {
  background-color: rgba(var(--aky-color-danger-100), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--danger-200 {
  background-color: rgba(var(--aky-color-danger-200), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--danger-300 {
  background-color: rgba(var(--aky-color-danger-300), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-400 {
  background-color: rgba(var(--aky-color-danger-400), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-500 {
  background-color: rgba(var(--aky-color-danger-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-600 {
  background-color: rgba(var(--aky-color-danger-600), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-700 {
  background-color: rgba(var(--aky-color-danger-700), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-800 {
  background-color: rgba(var(--aky-color-danger-800), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--danger-900 {
  background-color: rgba(var(--aky-color-danger-900), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--light {
  background-color: rgba(var(--aky-color-light), 1);
  color: rgba(var(--aky-color-dark), 1);
}
.c-badge--dark {
  background-color: rgba(var(--aky-color-dark), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-badge--error {
  background-color: rgba(var(--aky-color-error), 1);
  color: rgba(var(--aky-color-light), 1);
}

.c-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 1;
  font-family: "Sora", sans-serif;
  word-break: break-word;
  font-size: inherit;
  outline: none;
  text-align: center;
}
.c-button.disabled {
  background-color: rgba(var(--aky-color-grey-200), 1) !important;
  color: rgba(var(--aky-color-light), 1) !important;
  border-color: rgba(var(--aky-color-grey-200), 1) !important;
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}
.c-button-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 0.5rem;
  width: min-content;
}
.c-button-group .c-button {
  flex-wrap: nowrap;
  word-break: keep-all;
}
.c-button-group .c-button__ico {
  width: 1.125rem;
}
.c-button__ico > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  font-size: 150%;
}
.c-button.c-button--is-only-ico {
  padding: 0.35rem;
  font-size: 0.875rem;
  aspect-ratio: 1;
  width: 1.75rem;
  height: 1.75rem;
}
.c-button.c-button--is-only-ico .c-button__ico {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.c-button.c-button--is-only-ico .c-button__ico > * {
  font-size: 100%;
}
.c-button--style-card {
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.c-button--style-card .c-button__ico > * {
  font-size: 325%;
}
.c-button--style-nothing {
  background-color: transparent;
  border: none;
  color: inherit;
}
.c-button--style-default, .c-button--style-large {
  padding: 0.625rem 1rem;
  gap: 0.5rem;
}
.c-button--style-large {
  max-width: 15.625rem;
  width: 100%;
}
.c-button--style-underline {
  position: relative;
  gap: 0.375rem;
  padding-bottom: 0.1875rem;
  height: min-content;
}
.c-button--style-underline .c-button__ico > * {
  font-size: 100%;
}
.c-button--style-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s ease;
}
.c-button--style-underline:hover:after {
  transform: scaleX(0.5);
}
.c-button--style-rounded {
  gap: 0.5rem;
  padding: 1rem 1.5rem;
}
.c-button--primary.c-button--style-nothing {
  color: rgba(var(--aky-color-primary-500), 1);
}
.c-button--primary.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--primary.c-button--style-card, .c-button--primary.c-button--style-rounded, .c-button--primary.c-button--style-default, .c-button--primary.c-button--style-large {
  background-color: rgba(var(--aky-color-primary-500), 1);
  border: 1px solid rgba(var(--aky-color-primary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--primary.c-button--style-card:hover, .c-button--primary.c-button--style-rounded:hover, .c-button--primary.c-button--style-default:hover, .c-button--primary.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-primary-500), 1);
}
.c-button--primary.c-button--style-underline {
  color: rgba(var(--aky-color-primary-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--primary.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-primary-500), 1);
}
.c-button--outline-primary {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-primary-500), 1);
  color: rgba(var(--aky-color-primary-500), 1);
}
.c-button--outline-primary:hover {
  background: rgba(var(--aky-color-primary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--secondary.c-button--style-nothing {
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-button--secondary.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--secondary.c-button--style-card, .c-button--secondary.c-button--style-rounded, .c-button--secondary.c-button--style-default, .c-button--secondary.c-button--style-large {
  background-color: rgba(var(--aky-color-secondary-500), 1);
  border: 1px solid rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--secondary.c-button--style-card:hover, .c-button--secondary.c-button--style-rounded:hover, .c-button--secondary.c-button--style-default:hover, .c-button--secondary.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-button--secondary.c-button--style-underline {
  color: rgba(var(--aky-color-secondary-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--secondary.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-secondary-500), 1);
}
.c-button--outline-secondary {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-button--outline-secondary:hover {
  background: rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--grey.c-button--style-nothing {
  color: rgba(var(--aky-color-grey-500), 1);
}
.c-button--grey.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--grey.c-button--style-card, .c-button--grey.c-button--style-rounded, .c-button--grey.c-button--style-default, .c-button--grey.c-button--style-large {
  background-color: rgba(var(--aky-color-grey-500), 1);
  border: 1px solid rgba(var(--aky-color-grey-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--grey.c-button--style-card:hover, .c-button--grey.c-button--style-rounded:hover, .c-button--grey.c-button--style-default:hover, .c-button--grey.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-grey-500), 1);
}
.c-button--grey.c-button--style-underline {
  color: rgba(var(--aky-color-grey-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--grey.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-grey-500), 1);
}
.c-button--outline-grey {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-grey-500), 1);
  color: rgba(var(--aky-color-grey-500), 1);
}
.c-button--outline-grey:hover {
  background: rgba(var(--aky-color-grey-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--grey-ui.c-button--style-nothing {
  color: rgba(var(--aky-color-grey-ui-500), 1);
}
.c-button--grey-ui.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--grey-ui.c-button--style-card, .c-button--grey-ui.c-button--style-rounded, .c-button--grey-ui.c-button--style-default, .c-button--grey-ui.c-button--style-large {
  background-color: rgba(var(--aky-color-grey-ui-500), 1);
  border: 1px solid rgba(var(--aky-color-grey-ui-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--grey-ui.c-button--style-card:hover, .c-button--grey-ui.c-button--style-rounded:hover, .c-button--grey-ui.c-button--style-default:hover, .c-button--grey-ui.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-grey-ui-500), 1);
}
.c-button--grey-ui.c-button--style-underline {
  color: rgba(var(--aky-color-grey-ui-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--grey-ui.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-grey-ui-500), 1);
}
.c-button--outline-grey-ui {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-grey-ui-500), 1);
  color: rgba(var(--aky-color-grey-ui-500), 1);
}
.c-button--outline-grey-ui:hover {
  background: rgba(var(--aky-color-grey-ui-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--success.c-button--style-nothing {
  color: rgba(var(--aky-color-success-500), 1);
}
.c-button--success.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--success.c-button--style-card, .c-button--success.c-button--style-rounded, .c-button--success.c-button--style-default, .c-button--success.c-button--style-large {
  background-color: rgba(var(--aky-color-success-500), 1);
  border: 1px solid rgba(var(--aky-color-success-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--success.c-button--style-card:hover, .c-button--success.c-button--style-rounded:hover, .c-button--success.c-button--style-default:hover, .c-button--success.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-success-500), 1);
}
.c-button--success.c-button--style-underline {
  color: rgba(var(--aky-color-success-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--success.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-success-500), 1);
}
.c-button--outline-success {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-success-500), 1);
  color: rgba(var(--aky-color-success-500), 1);
}
.c-button--outline-success:hover {
  background: rgba(var(--aky-color-success-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--warning.c-button--style-nothing {
  color: rgba(var(--aky-color-warning-500), 1);
}
.c-button--warning.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--warning.c-button--style-card, .c-button--warning.c-button--style-rounded, .c-button--warning.c-button--style-default, .c-button--warning.c-button--style-large {
  background-color: rgba(var(--aky-color-warning-500), 1);
  border: 1px solid rgba(var(--aky-color-warning-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--warning.c-button--style-card:hover, .c-button--warning.c-button--style-rounded:hover, .c-button--warning.c-button--style-default:hover, .c-button--warning.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-warning-500), 1);
}
.c-button--warning.c-button--style-underline {
  color: rgba(var(--aky-color-warning-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--warning.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-warning-500), 1);
}
.c-button--outline-warning {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-warning-500), 1);
  color: rgba(var(--aky-color-warning-500), 1);
}
.c-button--outline-warning:hover {
  background: rgba(var(--aky-color-warning-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--danger.c-button--style-nothing {
  color: rgba(var(--aky-color-danger-500), 1);
}
.c-button--danger.c-button--style-nothing:hover {
  opacity: 0.8;
}
.c-button--danger.c-button--style-card, .c-button--danger.c-button--style-rounded, .c-button--danger.c-button--style-default, .c-button--danger.c-button--style-large {
  background-color: rgba(var(--aky-color-danger-500), 1);
  border: 1px solid rgba(var(--aky-color-danger-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--danger.c-button--style-card:hover, .c-button--danger.c-button--style-rounded:hover, .c-button--danger.c-button--style-default:hover, .c-button--danger.c-button--style-large:hover {
  background: transparent;
  color: rgba(var(--aky-color-danger-500), 1);
}
.c-button--danger.c-button--style-underline {
  color: rgba(var(--aky-color-danger-500), 1);
  border: none;
  background-color: transparent;
}
.c-button--danger.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-danger-500), 1);
}
.c-button--outline-danger {
  background-color: transparent;
  border: 1px solid rgba(var(--aky-color-danger-500), 1);
  color: rgba(var(--aky-color-danger-500), 1);
}
.c-button--outline-danger:hover {
  background: rgba(var(--aky-color-danger-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.c-button--light.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-light), 1);
}
.c-button--dark.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-dark), 1);
}
.c-button--error.c-button--style-underline:after {
  background-color: rgba(var(--aky-color-error), 1);
}

.c-card, .c-button--style-card {
  border: 1px solid rgba(var(--aky-color-grey-ui-200), 1);
  position: relative;
}
.c-card__config {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.c-card-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-card-header .c-title svg {
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-card__name {
  color: rgba(var(--aky-color-primary-500), 1);
}
.c-card__subtitle {
  color: rgba(var(--aky-color-grey-600), 1);
}
.c-card.c-card--padding-none, .c-card--padding-none.c-button--style-card {
  padding: 0;
}
.c-card.c-card--padding-sm, .c-card--padding-sm.c-button--style-card {
  padding: 1rem 0.5rem;
}
.c-card.c-card--padding-md, .c-card, .c-button--style-card {
  padding: 2rem 1.5rem;
}
.c-card.c-card--padding-lg, .c-card--padding-lg.c-button--style-card {
  padding: 2rem;
}

.c-card-infos {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  gap: 8px;
  margin: 0.75rem 0 0;
}
.c-card-infos .c-card-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  gap: 8px;
}
.c-card-infos .c-card-info__label {
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-card-infos .c-card-info__value {
  text-align: right;
  word-break: break-all;
}
.c-card-infos .c-card-info a {
  color: rgba(var(--aky-color-primary-500), 1);
}

.c-chart-legend-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 0.625rem;
  line-height: 1;
  overflow-y: auto;
  max-height: 130px;
}
.c-chart-legend-list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 0.5rem;
}
.c-chart-legend-list-item__color {
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 5px;
  background-color: var(--chart-item-color);
}

.collaborator-card .c-card, .collaborator-card .c-button--style-card {
  height: 100%;
}

*[collapsable] {
  position: relative;
}
*[collapsable] .c-collapsable-trigger {
  position: absolute;
  right: 1rem;
  transition: 0.3s ease;
  font-size: 0.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
*[collapsable].is-collapsed .c-collapsable-trigger {
  transform: translateY(-50%) rotate(0);
}

.c-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25rem;
}
.c-filter-live--hovered *[data-filter].active {
  border: 1px solid rgba(var(--aky-color-secondary-500), 1);
}
.c-filter > li {
  cursor: pointer;
  letter-spacing: -0.00875rem;
}
.c-filter.c-filter--style-1, .c-filter.c-filter--style-2 {
  border-bottom: 1px solid rgba(var(--aky-color-grey-ui-200), 1);
}
.c-filter.c-filter--style-1 > li, .c-filter.c-filter--style-2 > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  padding: 0.78125rem 1.5rem;
  margin-inline: -1px;
  transition: 0.3s ease;
  border-bottom: none;
  position: relative;
  color: rgba(var(--aky-color-primary-500), 1);
}
.c-filter.c-filter--style-1 > li:hover, .c-filter.c-filter--style-2 > li:hover {
  z-index: 2 !important;
}
.c-filter.c-filter--style-1 > li:hover, .c-filter.c-filter--style-1 > li.active, .c-filter.c-filter--style-2 > li:hover, .c-filter.c-filter--style-2 > li.active {
  z-index: 1;
}
.c-filter.c-filter--style-1 > li:hover:after, .c-filter.c-filter--style-1 > li.active:after, .c-filter.c-filter--style-2 > li:hover:after, .c-filter.c-filter--style-2 > li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(var(--aky-color-primary-500), 1);
  z-index: 2;
  transform: translateY(50%);
}
.c-filter.c-filter--style-2 {
  column-gap: 0.3125rem;
}
.c-filter.c-filter--style-2 > li {
  padding: 0.3125rem;
}

.c-panel--tabs {
  padding-top: 1rem;
}

.c-form-group, .c-form .form-group {
  line-height: 1;
}
.c-form-group label, .c-form-group legend, .c-form .form-group label, .c-form .form-group legend {
  letter-spacing: -0.00875rem;
  margin-bottom: 0.5rem;
  display: block;
  color: rgba(var(--aky-color-secondary-500), 1);
}
.c-form-group__input, .c-form .form-group__input {
  word-wrap: break-word;
}
.c-form-group__input.c-form-group__input--img, .c-form .form-group__input.c-form-group__input--img {
  --max-width: 100%;
  padding: 1rem;
  background-color: rgba(var(--aky-color-primary-500), 1);
  height: 5.625rem;
  overflow: hidden;
  max-width: var(--max-width);
  width: 100%;
}
.c-form-group__input.c-form-group__input--img.c-form-group__input--img--cover, .c-form .form-group__input.c-form-group__input--img.c-form-group__input--img--cover {
  padding: 0;
}
.c-form-group__input.c-form-group__input--img.c-form-group__input--img--cover > *, .c-form .form-group__input.c-form-group__input--img.c-form-group__input--img--cover > * {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.c-form-group__input.c-form-group__input--img > *, .c-form .form-group__input.c-form-group__input--img > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.c-form-group__input--quill img, .c-form .form-group__input--quill img {
  max-width: 100%;
  height: auto;
}

form .c-form__error {
  margin-bottom: 2rem;
  white-space: initial;
  line-height: 1.2;
  padding: 1rem 0.75rem;
}

.form-group > label, .form-group legend, .form-switch > label, .form-switch legend {
  background-color: rgba(var(--aky-color-light), 1);
  color: rgba(var(--aky-color-secondary-500), 1);
}
.form-group label, .form-group legend, .form-switch label, .form-switch legend {
  position: relative;
}
.form-group label .form-group__info, .form-group legend .form-group__info, .form-switch label .form-group__info, .form-switch legend .form-group__info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  font-size: 20px;
  text-align: right;
  transform: translateY(-50%);
}
.form-group label .form-group__info > svg, .form-group legend .form-group__info > svg, .form-switch label .form-group__info > svg, .form-switch legend .form-group__info > svg {
  cursor: pointer;
}
.form-group label .form-group__info > span, .form-group legend .form-group__info > span, .form-switch label .form-group__info > span, .form-switch legend .form-group__info > span {
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  background: rgba(var(--aky-color-light), 1);
  border: 1px solid rgba(var(--aky-color-primary-500), 1);
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  z-index: 10;
  width: max-content;
  max-width: 17.5rem;
}
.form-group label .form-group__info > span ul, .form-group legend .form-group__info > span ul, .form-switch label .form-group__info > span ul, .form-switch legend .form-group__info > span ul {
  padding-left: 10px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .form-group label .form-group__info > span, .form-group legend .form-group__info > span, .form-switch label .form-group__info > span, .form-switch legend .form-group__info > span {
    left: auto;
    right: calc(100% + 5px);
  }
}
.form-group label .form-group__info:hover, .form-group legend .form-group__info:hover, .form-switch label .form-group__info:hover, .form-switch legend .form-group__info:hover {
  z-index: 1;
}
.form-group label .form-group__info:hover span, .form-group legend .form-group__info:hover span, .form-switch label .form-group__info:hover span, .form-switch legend .form-group__info:hover span {
  opacity: 1;
  pointer-events: initial;
}
.form-group .input-container, .form-switch .input-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.form-group .input-container input[data-input-prepend], .form-switch .input-container input[data-input-prepend] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.form-group .input-container input[data-input-append], .form-switch .input-container input[data-input-append] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.form-group .input-container .input-prepend, .form-group .input-container .input-append, .form-switch .input-container .input-prepend, .form-switch .input-container .input-append {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  background-color: rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
}
.form-group .input-container .input-prepend, .form-switch .input-container .input-prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group .input-container .input-append, .form-switch .input-container .input-append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-switch {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  gap: 1rem;
}
.form-switch-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  gap: 0.5rem;
}
.form-group {
  position: relative;
  row-gap: 2.125rem;
  grid-column: span 12;
}
.form-group > label:not(:has(+ input[type=color])) {
  position: absolute;
  top: 0;
  left: 1.375rem;
  z-index: 2;
  transform: translateY(-50%);
  padding-inline: 0.20875rem;
}
.form-group textarea {
  resize: vertical;
}
.form-group input[type=radio] {
  accent-color: rgba(var(--aky-color-primary-500), 1);
}
.form-group .radio-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3125rem;
}
.form-group .radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-group .radio-container input[type=radio] + label {
  border: 1px solid rgba(var(--aky-color-secondary-500), 1);
  padding: 0.3125rem 0.625rem;
}
.form-group .radio-container input[type=radio]:checked + label {
  border: 2px solid rgba(var(--aky-color-primary-500), 1);
  color: rgba(var(--aky-color-primary-500), 1);
  background-color: rgba(var(--aky-color-primary-100), 1);
}
.form-group .form-check {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}
.form-group .form-check > label {
  margin-left: 0.25rem;
}
.form-group .form-check input[type=checkbox] {
  margin-left: 0.5rem;
  accent-color: rgba(var(--aky-color-primary-500), 1);
  mix-blend-mode: multiply;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
}
.form-group .form-switch {
  cursor: pointer;
}
.form-group .form-switch input[type=radio],
.form-group .form-switch input[type=checkbox] {
  position: relative;
  width: 0px;
  margin-left: calc(36px / 2);
}
.form-group .form-switch input[type=radio]:before, .form-group .form-switch input[type=radio]:after,
.form-group .form-switch input[type=checkbox]:before,
.form-group .form-switch input[type=checkbox]:after {
  content: "";
  position: absolute;
  transition: 0.3s ease;
  top: 50%;
  cursor: pointer;
}
.form-group .form-switch input[type=radio]:before,
.form-group .form-switch input[type=checkbox]:before {
  width: 2.25rem;
  height: 1.25rem;
  border-radius: 360px;
  background: rgba(var(--aky-color-danger-500), 1);
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-group .form-switch input[type=radio]:after,
.form-group .form-switch input[type=checkbox]:after {
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  background: rgba(var(--aky-color-light), 1);
  aspect-ratio: 1;
  left: calc(-1 * (36px / 2 - 3px));
}
.form-group .form-switch input[type=radio]:checked:before,
.form-group .form-switch input[type=checkbox]:checked:before {
  background: rgba(var(--aky-color-success-300), 1);
}
.form-group .form-switch input[type=radio]:checked:after,
.form-group .form-switch input[type=checkbox]:checked:after {
  left: 2px;
}
.form-group .form-switch input[type=radio][disabled]:before,
.form-group .form-switch input[type=checkbox][disabled]:before {
  background: rgba(var(--aky-color-danger-700), 1);
}
.form-group .form-switch input[type=radio][disabled]:checked:before,
.form-group .form-switch input[type=checkbox][disabled]:checked:before {
  background: rgba(var(--aky-color-success-700), 1);
}
.form-group .form-switch input[type=radio] + label,
.form-group .form-switch input[type=checkbox] + label {
  margin-left: calc(36px / 2);
}
.form-group.form-group--has-errors {
  color: rgba(var(--aky-color-danger-500), 1);
}
.form-group.form-group--has-errors > label {
  color: inherit;
}
.form-group.form-group--has-errors .ts-wrapper.single .ts-control, .form-group.form-group--has-errors .ts-wrapper.multi .ts-control, .form-group.form-group--has-errors input[type=text], .form-group.form-group--has-errors input[type=search], .form-group.form-group--has-errors input[type=number], .form-group.form-group--has-errors input[type=date], .form-group.form-group--has-errors input[type=tel], .form-group.form-group--has-errors input[type=time], .form-group.form-group--has-errors input[type=datetime-local], .form-group.form-group--has-errors input[type=email], .form-group.form-group--has-errors input[type=password], .form-group.form-group--has-errors input[type=color], .form-group.form-group--has-errors .c-custom-file__wrapper input[type=file], .form-group.form-group--has-errors select, .form-group.form-group--has-errors textarea {
  border: 2px solid rgba(var(--aky-color-danger-500), 1);
  outline-color: rgba(var(--aky-color-danger-500), 1);
}
.form-group.form-group--is-disabled {
  color: rgba(var(--aky-color-grey-600), 1);
}
.form-group.form-group--is-disabled > label {
  color: inherit;
}
.form-group.form-group--is-disabled .ts-wrapper.single .ts-control, .form-group.form-group--is-disabled .ts-wrapper.multi .ts-control, .form-group.form-group--is-disabled input[type=text], .form-group.form-group--is-disabled input[type=search], .form-group.form-group--is-disabled input[type=number], .form-group.form-group--is-disabled input[type=date], .form-group.form-group--is-disabled input[type=tel], .form-group.form-group--is-disabled input[type=time], .form-group.form-group--is-disabled input[type=datetime-local], .form-group.form-group--is-disabled input[type=email], .form-group.form-group--is-disabled input[type=password], .form-group.form-group--is-disabled input[type=color], .form-group.form-group--is-disabled .c-custom-file__wrapper input[type=file], .form-group.form-group--is-disabled select, .form-group.form-group--is-disabled textarea {
  color: inherit;
}
.form-group__errors {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 0.5rem;
  color: rgba(var(--aky-color-danger-500), 1);
}
.form-group .ts-wrapper.single .ts-control, .form-group .ts-wrapper.multi .ts-control, .form-group input[type=text], .form-group input[type=search], .form-group input[type=number], .form-group input[type=date], .form-group input[type=tel], .form-group input[type=time], .form-group input[type=datetime-local], .form-group input[type=email], .form-group input[type=password], .form-group input[type=color], .form-group .c-custom-file__wrapper input[type=file], .form-group select, .form-group textarea {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  font-family: "Sora", sans-serif;
  border: 1px solid rgba(var(--aky-color-grey-500), 1);
  display: block;
  width: 100%;
  padding: 1rem;
  color: rgba(var(--aky-color-primary-400), 1);
  outline-color: rgba(var(--aky-color-primary-500), 1);
  min-height: 2.6875rem;
  text-align: center;
}
.form-group .ts-wrapper.single .ts-control input::placeholder, .form-group .ts-wrapper.single .ts-control::placeholder, .form-group .ts-wrapper.multi .ts-control input::placeholder, .form-group .ts-wrapper.multi .ts-control::placeholder, .form-group input[type=text] input::placeholder, .form-group input[type=text]::placeholder, .form-group input[type=search] input::placeholder, .form-group input[type=search]::placeholder, .form-group input[type=number] input::placeholder, .form-group input[type=number]::placeholder, .form-group input[type=date] input::placeholder, .form-group input[type=date]::placeholder, .form-group input[type=tel] input::placeholder, .form-group input[type=tel]::placeholder, .form-group input[type=time] input::placeholder, .form-group input[type=time]::placeholder, .form-group input[type=datetime-local] input::placeholder, .form-group input[type=datetime-local]::placeholder, .form-group input[type=email] input::placeholder, .form-group input[type=email]::placeholder, .form-group input[type=password] input::placeholder, .form-group input[type=password]::placeholder, .form-group input[type=color] input::placeholder, .form-group input[type=color]::placeholder, .form-group .c-custom-file__wrapper input[type=file] input::placeholder, .form-group .c-custom-file__wrapper input[type=file]::placeholder, .form-group select input::placeholder, .form-group select::placeholder, .form-group textarea input::placeholder, .form-group textarea::placeholder {
  color: rgba(var(--aky-color-grey-300), 1);
}
.form-group .ts-wrapper.single .ts-control[disabled], .form-group .ts-wrapper.multi .ts-control[disabled], .form-group input[type=text][disabled], .form-group input[type=search][disabled], .form-group input[type=number][disabled], .form-group input[type=date][disabled], .form-group input[type=tel][disabled], .form-group input[type=time][disabled], .form-group input[type=datetime-local][disabled], .form-group input[type=email][disabled], .form-group input[type=password][disabled], .form-group input[type=color][disabled], .form-group .c-custom-file__wrapper input[type=file][disabled], .form-group select[disabled], .form-group textarea[disabled] {
  background-color: rgba(var(--aky-color-grey-100), 1);
  color: rgba(var(--aky-color-grey-600), 1);
}
.form-group input[type=color] {
  max-width: 4.75rem;
  padding: 0 !important;
}
.form-group input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0.5rem;
}
.form-group input[type=color]::-webkit-color-swatch {
  border-radius: 5px;
}
.form-group input[type=color]::-moz-color-swatch, .form-group input[type=color]::-moz-focus-inner {
  border: 0;
}
.form-group .c-custom-file__wrapper .c-custom-file {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stetch;
  gap: 1.25rem;
}
.form-group .c-custom-file__wrapper .c-custom-file__preview {
  margin-top: 1rem;
}
.form-group .c-custom-file__wrapper .c-custom-file > input[type=file] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  flex: 1 1 auto;
}
.form-group .c-custom-file__wrapper .c-custom-file > input[type=file]:not(:disabled):not([readonly]), .form-group .c-custom-file__wrapper .c-custom-file > input[type=file]:not(:disabled):not([readonly]) + .custom-file-label {
  cursor: pointer;
}
.form-group .c-custom-file__wrapper .c-custom-file > input[type=file]::-webkit-file-upload-button, .form-group .c-custom-file__wrapper .c-custom-file > input[type=file]::file-selector-button {
  display: none;
}
.form-group .c-custom-file__wrapper .c-custom-file > input[type=file] + .custom-file-label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1rem;
  transition: 0.3s ease;
  background-color: rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 0 0 auto;
}
.form-group .c-custom-file__wrapper .c-custom-file > input[type=file]:hover:not(:disabled):not([readonly]) + .custom-file-label {
  opacity: 0.8;
}
.form-group:has(+ fieldset.form-group) {
  margin-bottom: 1rem;
}
.form-group .toggle-password-button {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 1rem;
  color: inherit;
}
.form-group:has(.ts-wrapper):has(> .l-grid) {
  z-index: 10;
}

.c-custom-field-checkbox legend {
  text-transform: initial;
  left: initial !important;
}
.c-custom-field-checkbox__inputs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 0.9375rem;
}
.c-custom-field-checkbox__inputs .form-check {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  margin-right: 0.9375rem;
}
.c-custom-field-checkbox__inputs .form-check input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
  background-color: rgba(var(--aky-color-light), 1);
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.3s ease;
}
.c-custom-field-checkbox__inputs .form-check input[type=checkbox]:checked {
  background-color: rgba(var(--aky-color-secondary-500), 1);
}
.c-custom-field-checkbox__inputs .form-check input[type=checkbox][disabled] {
  background-color: rgba(var(--aky-color-grey-100), 1);
  cursor: not-allowed;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 1rem;
}
fieldset legend .c-button {
  text-transform: none;
}

.intervention_card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  color: rgba(var(--aky-color-primary-700), 1);
  background-color: rgba(var(--aky-color-primary-100), 1);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .intervention_card {
    font-size: 1rem;
  }
}
.intervention_card__dark {
  background-color: rgba(var(--aky-color-secondary-700), 1);
  color: rgba(var(--aky-color-light), 1);
}

.c-ico-text {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 1rem;
  line-height: 1;
}
.c-ico-text__ico {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  transition: 0.3s ease;
  min-width: 1.5625rem;
}
.c-ico-text__ico > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  font-size: 150%;
}
.c-ico-text__ico--ux .ico--ux--default {
  width: 1.25rem;
}
.c-ico-text__text {
  transition: 0.3s ease;
  word-break: break-word;
}

.c-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.c-list-card {
  gap: 1rem;
}
.c-list-card .c-card, .c-list-card .c-button--style-card {
  padding: 0.5rem 2rem;
}
.c-list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 0.875rem 0.75rem;
  border: 1px solid rgba(var(--aky-color-grey-100), 1);
}
.c-list-item--flex-start {
  justify-content: flex-start;
}
.c-list--style-1 {
  padding-left: 2rem;
  position: relative;
}
.c-list--style-1:before {
  content: "";
  display: block;
  width: 0.0625rem;
  position: absolute;
  top: 1.4375rem;
  left: 0.75rem;
  bottom: 0;
  background: rgba(var(--aky-color-primary-500), 1);
  transform: translateX(-50%);
}
.c-list--style-1 > li {
  position: relative;
}
.c-list--style-1 > li:before {
  content: "";
  display: block;
  background: radial-gradient(circle, rgba(var(--aky-color-primary-100), 1) 50%, rgba(var(--aky-color-light), 1) 50%);
  border: 1px solid rgba(var(--aky-color-primary-100), 1);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: -1.625rem;
}

.c-modal {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 2rem;
  max-width: 31.75rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: rgba(var(--aky-color-primary), 1);
  background: rgba(var(--aky-color-light), 1);
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
}
.c-modal::-webkit-scrollbar-thumb, .c-modal::-webkit-scrollbar-track, .c-modal::-webkit-scrollbar {
  display: none;
}
.c-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 200ms ease;
}
.c-modal[open] {
  animation: fadeInUp 200ms ease;
}

.no-selected-pharmacist {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--aky-color-light), 0.8);
  z-index: 999;
}
.no-selected-pharmacist.hidden {
  display: none;
}

.c-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  letter-spacing: 0.36px;
  gap: 1rem;
  color: rgba(var(--aky-color-grey-300), 1);
  text-transform: initial;
}
.c-pagination__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  gap: 0.5rem;
}
.c-pagination .previous,
.c-pagination .next {
  color: rgba(var(--aky-color-dark), 1);
  cursor: pointer;
}
.c-pagination-page {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.c-pagination-page__current {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.c-pagination-page__current:after {
  content: "/";
}
.c-profile {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: 1rem;
}
.c-profile__avatar {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  background-color: rgba(var(--aky-color-primary-500), 1);
  position: relative;
}
.c-profile__avatar > * {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.c-profile__job {
  color: rgba(var(--aky-color-grey-300), 1);
  margin-bottom: 0;
}
.c-profile__name {
  margin-bottom: 0.5rem;
}
.c-profile__status {
  text-transform: uppercase;
}
.c-profile__content {
  text-align: right;
}
.c-profile__content .c-link {
  color: rgba(var(--aky-color-secondary-500), 1);
  margin-top: 1rem;
  text-decoration: underline;
}
.c-profile.c-profile--style-1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-profile.c-profile--style-1 .c-profile__avatar {
  width: 75%;
  height: auto;
  max-width: 18.75rem;
}
.c-profile.c-profile--style-1 .c-profile__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  gap: 1rem;
  text-align: left;
  background-color: rgba(var(--aky-color-light), 1);
  padding: 1.75rem 0.75rem;
  transform: translateY(100%);
  transition: 0.3s ease;
  word-wrap: break-word;
}
.c-profile.c-profile--style-1 .c-profile__content > * {
  width: 100%;
}
.c-profile.c-profile--style-1 .c-profile__content .c-text {
  line-height: 2;
}
.c-profile.c-profile--style-1:hover .c-profile__content {
  transform: translateY(0);
}
.c-profile.c-profile--style-2 {
  display: flex;
}
.c-profile.c-profile--style-2 .c-profile__avatar {
  width: 1.875rem;
  height: 1.875rem;
}
.c-profile.c-profile--style-2 .c-profile__content {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-profile {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}

.search-form {
  z-index: 2;
}

.c-steps {
  width: 100%;
  margin-bottom: 3.125rem;
}
.c-steps--container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1.25rem;
  list-style-type: none;
  padding: 0;
  position: relative;
}
.c-steps--container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: rgba(var(--aky-color-secondary-500), 1);
  z-index: -1;
}
.c-steps--container .c-steps__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  counter-increment: count;
  height: 54px;
  width: 54px;
  border: 4px solid rgba(var(--aky-color-secondary-500), 1);
  border-radius: 100%;
  color: rgba(var(--aky-color-grey-500), 1);
  background-color: white;
  transition: 0.3s ease;
  margin: 0 18px;
  position: relative;
}
.c-steps--container .c-steps__item:hover {
  text-decoration: none;
}
.c-steps--container .c-steps__item.active {
  background-color: rgba(var(--aky-color-secondary-500), 1);
  color: rgba(var(--aky-color-light), 1);
  cursor: pointer;
}
.c-steps--container .c-steps__item:after {
  content: counter(count);
  line-height: 1;
}
.c-steps--container .c-steps__item span {
  position: absolute;
  top: calc(100% + 10px);
  color: rgba(var(--aky-color-grey-500), 1);
  text-align: center;
  width: max-content;
}
.c-steps--container .c-steps__item span b {
  color: rgba(var(--aky-color-dark), 1);
}
@media only screen and (max-width: 992px) {
  .c-steps--container .c-steps__item span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .c-steps--container .c-steps__item {
    width: 40.5px;
    height: 40.5px;
    margin: 0 9px;
    font-size: 1rem;
  }
  .c-steps--container .c-steps__item:nth-child(even) span {
    top: calc(100% + 20px);
  }
  .c-steps--container .c-steps__item:nth-child(odd) span {
    top: calc(100% + 5px);
  }
}
@media only screen and (max-width: 576px) {
  .c-steps--container .c-steps__item {
    width: 27px;
    height: 27px;
    margin: 0 6px;
    font-size: 0.75rem;
  }
  .c-steps--container .c-steps__item span {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .c-steps--container {
    gap: 0.046875rem;
  }
}
@media only screen and (max-width: 576px) {
  .c-steps--container {
    gap: 0.03125rem;
  }
}
@media only screen and (max-width: 576px) {
  .c-steps {
    margin-bottom: 0;
  }
}

.c-table {
  width: 100%;
  border-spacing: 0;
}
.c-table.c-table--style-2 thead tr th:first-child {
  padding-left: 0;
}
.c-table.c-table--style-2 thead tr th:last-child {
  padding-right: 0;
}
.c-table.c-table--style-2 tbody tr td {
  border-top: 1px solid rgba(var(--aky-color-grey-100), 1);
  padding-block: 0.5rem;
}
.c-table.c-table--style-2 tbody tr td:first-child {
  padding-left: 0;
}
.c-table.c-table--style-2 tbody tr td:last-child {
  padding-right: 0;
}
.c-table.c-table--style-2 tbody tr:first-child td {
  border-top: 0;
}
.c-table.c-table--style-2 tbody tr:nth-child(even) {
  background-color: transparent;
}
.c-table__h {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 1rem;
}
.c-table__h a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 0.625rem;
}
.c-table__sort {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.3125rem;
}
.c-table__sort.asc > *:first-child {
  opacity: 0.3;
}
.c-table__sort.asc > *:last-child {
  opacity: 1;
}
.c-table__sort.desc > *:first-child {
  opacity: 1;
}
.c-table__sort.desc > *:last-child {
  opacity: 0.3;
}
.c-table__wrapper {
  width: 100%;
  overflow-x: scroll;
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(var(--aky-color-grey-100), 1);
}
.c-table__wrapper::-webkit-scrollbar-thumb, .c-table__wrapper::-webkit-scrollbar {
  display: none;
}
.c-table-filter {
  padding-inline: 1.5rem;
}
.c-table thead tr th {
  padding-inline: 2rem;
  padding-block: 1.5rem;
  text-align: left;
}
.c-table tbody tr:first-child td {
  border-top: 1px solid rgba(var(--aky-color-grey-100), 1);
}
.c-table tbody tr:nth-child(even) {
  background-color: rgba(var(--aky-color-grey-100), 0.6);
}
.c-table tbody tr td {
  padding-inline: 0.375rem;
  padding-block: 0.375rem;
}
@media only screen and (max-width: 1200px) {
  .c-table tbody tr td .c-button span {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .c-table tbody tr td {
    font-size: 0.75rem;
  }
}

.c-text.mb-0 {
  margin-bottom: 0rem;
}
.c-text.mb-1 {
  margin-bottom: 0.25rem;
}
.c-text.mb-2 {
  margin-bottom: 0.5rem;
}
.c-text.mb-3 {
  margin-bottom: 1rem;
}
.c-text.mb-4 {
  margin-bottom: 2rem;
}
.c-text.mb-5 {
  margin-bottom: 4rem;
}
.c-text--sm {
  line-height: 1;
}
.c-text--center {
  text-align: center;
}

.c-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  gap: 1rem;
}
.c-title--h {
  color: rgba(var(--aky-color-grey-ui-900), 1);
}
.c-title--h2 {
  text-decoration: underline;
}
.c-toast {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem;
  gap: 0.625rem;
  cursor: pointer;
}
.c-toast-container {
  position: fixed;
  top: calc(12px * 2);
  right: calc(12px * 2);
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  max-width: 25rem;
  width: 100%;
}
.c-toast__ico > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  font-size: 170%;
}
.c-toast__title {
  flex: 1;
}
.c-toast-error {
  background-color: #C93737;
  color: #FFFFFF;
}
.c-toast-success {
  background-color: #2ECC71;
  color: #FFFFFF;
}

.c-tooltip {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  position: fixed;
  padding: 0.5rem;
  background-color: rgba(var(--aky-color-light), 1);
  z-index: 1;
  pointer-events: none;
  box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.25);
  gap: 1rem;
  max-width: 15rem;
  width: max-content;
}
.c-tooltip__ico > * {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
}
.c-tooltip__title {
  flex: 1;
}

.login {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: start;
  align-items: stretch;
  gap: 1.25rem;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.login-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
}
.login-img img {
  object-fit: cover;
  object-position: 10%;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .login-img {
    display: none;
  }
}
.login-form {
  width: 50%;
  min-width: 320px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.login-form-logo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  height: 5.625rem;
}
.login-form-logo img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 25%;
}
.login-form-form {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.login-form-form p {
  width: 90%;
}
.login-form-form form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 90%;
}
.login-form-form form .input-group {
  width: 100%;
  display: flex;
  flex-flow: column "nowrap";
  justify-content: "flex-start";
  align-items: "flex-start";
  gap: 1.25rem;
}
.login-form-form form .input-group label {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(var(--aky-color-primary), 1);
  font-weight: 300;
}
.login-form-form form .input-group input {
  width: 100%;
  padding: 0 1rem;
  height: 2.8125rem;
  border: 1px solid rgba(var(--aky-color-primary), 1);
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .login-form {
    width: 100%;
  }
}
.login-form.large {
  margin-top: 1rem;
}
.login-form.large .login-form-form {
  margin-top: 1rem;
}
@media only screen and (max-width: 992px) {
  .login-form.large {
    width: 100%;
  }
}

#change_password_form_plainPassword {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.password .invalid-feedback {
  color: rgba(var(--aky-color-primary), 1);
}

.s-new-intervention {
  max-height: 31.25rem;
  height: 70vh;
}
.s-new-intervention .c-card, .s-new-intervention .c-button--style-card {
  height: fit-content;
}

.custom-pressure-input {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
.custom-pressure-input .input-container {
  flex: 1;
}
.custom-pressure-input > span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 3.125rem;
  color: rgba(var(--aky-color-primary-500), 1);
  margin: 0 0.9375rem;
}

.protocol-card {
  border: 1px solid rgba(var(--aky-color-primary-500), 1);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
  height: fit-content;
}

.color-positive {
  color: rgba(var(--aky-color-primary-500), 1);
}

.color-negative {
  color: rgba(var(--aky-color-danger-500), 1);
}

.intervention-documents .document iframe {
  width: 100%;
  height: 31.25rem;
}
@media only screen and (max-width: 1200px) {
  .intervention-documents .document iframe {
    height: 25rem;
  }
}
@media only screen and (max-width: 992px) {
  .intervention-documents .document iframe {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .intervention-documents .document iframe {
    height: 12.5rem;
  }
}

.close-intervention-button {
  width: fit-content;
  margin-left: auto;
}

.pie-chart-card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.pie-chart-card .pie {
  width: 80%;
}
.pie-chart-card .pie canvas {
  max-height: 300px;
}

/*# sourceMappingURL=app.output.css.map */
